@font-face { font-family: InterVariable; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/InterVariable.woff2") format("woff2"); }
body { font-family: 'InterVariable', sans-serif; background: #F8FAFC; color: #0F172A; margin: 0; overflow-x: hidden; }

/* header */
.header-box { --hb-primary:#2563EB; --hb-dark:#0F172A; --hb-gray:#64748B; --hb-bg:#F8FAFC; --hb-white:#FFF; --hb-header-height:72px; --hb-shadow:0 4px 6px -1px #0000001a; --hb-dark-orange:#fe813a; --hb-soft-orange:#ffb07c; --hb-border-color:#e2e8f0;}
.header-box * { box-sizing:border-box; margin:0; padding:0; }
.header-box a { text-decoration:none; color:inherit; }
.header-box ul { list-style:none; }
.header-box .header { background:var(--hb-white); height:var(--hb-header-height); box-shadow:var(--hb-shadow); position:sticky; top:0; z-index:1000; width:100%; }
.header-box .container { max-width:1320px; margin:0 auto;  padding:0 24px; height:100%; }
.header-box .logo { display:flex; align-items:center; height:100%; z-index:1002; transition:opacity .2s ease,visibility .2s; opacity:1; visibility:visible; }
.header-box .logo.fade-out { opacity:0; visibility:hidden; }
.header-box .logo img { width:45px; height:auto; display:block; }
.header-box .header-actions { display:none; }
.header-box .btn-download { background:linear-gradient(to right,var(--hb-dark-orange),var(--hb-soft-orange)); color:#fff!important; padding:10px 22px; border-radius:50px; font-weight:700; font-size:16px; white-space:nowrap; transition:opacity .3s; }
.header-box .btn-download:hover { opacity:.9; }
.header-box .nav-link { font-weight:500; font-size:16px; color:var(--hb-dark); transition:color .3s; display:flex; align-items:center; height:100%; background:transparent; border:none; cursor:pointer; padding:0; text-decoration:none; }
.header-box button.nav-link { width:100%; text-align:left; }
@media (min-width: 991px) {
  .header-box .mobile-toggle,.header-box .mobile-overlay,.header-box .mobile-close-btn,.header-box .mobile-only-btn { display:none!important; }
  .header-box .header-actions { display:block; justify-self:end; }
  .header-box .container { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; }
  .header-box .nav { height:100%; display:flex; align-items:center; justify-content:center; }
  .header-box .nav-list { display:flex; gap:33px; height:100%; align-items:center; }
  .header-box .nav-item { height:100%; display:flex; align-items:center; position:relative; cursor:pointer; }
  .header-box .nav-item:hover .nav-link { color:var(--hb-dark-orange); }
  .header-box .arrow { margin-left:5px; width:11px; height:11px; transition:transform .3s; }
  .header-box .nav-item:hover .arrow { transform:rotate(180deg); }
  .header-box .dropdown { position:absolute; top:var(--hb-header-height); left:0; background:var(--hb-white); border-top:2px solid var(--hb-dark-orange); box-shadow:0 15px 30px #0000001a; opacity:0; visibility:hidden; transform:translateY(10px); transition:all .2s; min-width:240px; border-radius:0 0 8px 8px; z-index:999; padding:10px; }
  .header-box .nav-item:hover .dropdown { opacity:1; visibility:visible; transform:translateY(0); }
  .header-box .dropdown:not(.solutions-dropdown) li a { display:block; padding:10px 25px 10px 10px; color:var(--hb-gray); font-size:15px; white-space:nowrap; border-radius:10px; }
  .header-box .dropdown:not(.solutions-dropdown) li a:hover { color:var(--hb-dark-orange); background:#fef4ee; }
  .header-box .icon-link { display:flex!important; align-items:center; gap:12px; font-weight:500; }
  .header-box .icon-link svg { width:18px; height:18px; color:var(--hb-dark-orange); flex-shrink:0; fill:currentColor; }
  .header-box .icon-link svg.stroked { fill:none; stroke:currentColor; stroke-width:2; }
  .header-box .mega-dropdown { min-width:max-content!important; padding:10px!important; }
  .header-box .mega-item { display:flex!important; flex-direction:row!important; align-items:center!important; padding:12px 20px; border-radius:8px; transition:background .2s; width:auto!important; white-space:nowrap; }
  .header-box .mega-item:hover { background:#fff7ed; }
  .header-box .mega-icon { width:35px; height:35px; margin-right:15px; flex-shrink:0; color:var(--hb-dark-orange); display:flex; align-items:center; justify-content:center; }
  .header-box .mega-content { display:flex; flex-direction:column; text-align:left; padding-right:10px; }
  .header-box .mega-content .title { font-weight:700; font-size:14px; color:var(--hb-dark); line-height:1.2; display:block; }
  .header-box .mega-content .desc { font-size:11px; color:var(--hb-gray); margin-top:3px; display:block; }
  .header-box .solutions-dropdown { padding:0 !important; cursor:default; left:-211px; min-width:935px !important;}
  .header-box .sol-layout { display:flex; flex-direction:row; width:100%; }
  .header-box .sol-left { padding:20px 40px 20px 30px; background:#fff; border-right:1px solid var(--hb-border-color); flex:2; }
  .header-box .brand-logo { font-size:16px; text-transform:uppercase; margin-bottom:20px; display:flex; align-items:center; gap:2px; }
  .header-box .brand-logo .thin { font-weight:300; color:#64748B; letter-spacing:1px; }
  .header-box .brand-logo .bold { font-weight:700; color:var(--hb-dark-orange); letter-spacing:.5px; }
  .header-box .sol-lists-grid { display:flex; gap:40px; }
  .header-box .sol-list-col { flex:1; }
  .header-box .sol-list-header { font-size:13px; font-weight:700; color:var(--hb-dark); text-transform:uppercase; margin-bottom:12px; letter-spacing:.5px; }
  .header-box .sol-list li { margin-bottom:8px; }
  .header-box .sol-list li a { padding:0!important; color:var(--hb-gray); font-size:14px; transition:color .2s; white-space:nowrap; }
  .header-box .sol-list li a:hover { color:var(--hb-dark-orange); background:none!important; }
  .header-box .sol-right { background:#F8FAFC; display:flex; flex-direction:column; flex:1; min-width:250px; }
  .header-box .sol-right-item { padding:20px 25px; border-bottom:1px solid var(--hb-border-color); flex:1; }
  .header-box .sol-right-item:last-child { border-bottom:none; }
  .header-box .sol-right-item .brand-logo { font-size:16px; margin-bottom:12px; }
  .header-box .sol-right-list li { margin-bottom:6px; }
  .header-box .sol-right-list li a { padding:0!important; color:var(--hb-gray); font-size:14px; }
  .header-box .sol-right-list li a:hover { color:var(--hb-dark-orange); background:none!important; }
}
@media (max-width: 1200px) {
  .header-box .nav-list { gap:15px; }
}
@media (max-width: 991px) {
  .header-box .container {padding: 0 24px; display:flex; justify-content:space-between; align-items:center; }
  .header-box .nav { position:fixed; top:0; left:-100%; width:85%; max-width:320px; height:100vh; background:var(--hb-white); z-index:1001; transition:.3s; overflow-y:auto; padding:20px; }
  .header-box .nav.active { left:0; }
  .header-box .nav-item { border-bottom:1px solid #eee; }
  .header-box .nav-link { display:flex!important; justify-content:space-between; align-items:center; padding:16px 0!important; font-size:14px; width:100%; color:var(--hb-dark); }
  .header-box .arrow { width:14px; height:14px; color:var(--hb-gray); transition:transform .3s ease; }
  .header-box .dropdown { max-height:0; overflow:hidden; opacity:0; visibility:hidden; background:#f9f9f9; border-radius:8px; margin-bottom:0; transition:max-height .4s ease-in-out,opacity .3s ease-in-out,margin .3s ease; }
  .header-box .dropdown.open { opacity:1; visibility:visible; margin-bottom:15px; }
  .header-box .dropdown:not(.solutions-dropdown) li a { display:block; padding:12px 15px; border-bottom:1px dashed #eee; font-size:14px; }
  .header-box .icon-link { display:flex!important; align-items:center; gap:10px; }
  .header-box .icon-link svg { width:18px; height:18px; color:var(--hb-dark-orange); fill:currentColor; }
  .header-box .icon-link svg.stroked { fill:none; stroke:currentColor; stroke-width:2; }
  .header-box .mega-item { display:flex!important; flex-direction:row!important; align-items:center!important; padding:12px; }
  .header-box .mega-icon { width:24px; margin-right:12px; color:var(--hb-dark-orange); }
  .header-box .mega-content .desc { display:none; }
  .header-box .mobile-toggle { font-size:24px; cursor:pointer; z-index:1002; display:block; }
  .header-box .mobile-overlay { position:fixed; top:0; right:0; bottom:0; left:0; inset:0; background:#00000080; z-index:1000; opacity:0; visibility:hidden; transition:.3s; }
  .header-box .mobile-overlay.active { opacity:1; visibility:visible; }
  .header-box .mobile-close-btn { text-align:right; font-size:28px; cursor:pointer; margin-bottom:15px; }
  .header-box .mobile-only-btn { margin-top:20px; }
  .header-box .mobile-only-btn .btn-download { display:block; text-align:center; border-radius:10px; width:100%; }
  .header-box .solutions-dropdown { padding:0; background:transparent; min-width:auto!important; left:0!important; }
  .header-box .sol-layout { display:flex; flex-direction:column; }
  .header-box .sol-left { padding:15px; background:#fff; width:100%; border-bottom:1px solid #eee; flex:none!important; }
  .header-box .sol-right { width:100%; background:#f1f5f9; flex:none!important; min-width:auto!important; }
  .header-box .sol-lists-grid { display:flex; flex-direction:column; gap:20px; }
  .header-box .brand-logo { margin-bottom:15px; font-size:14px; font-weight:600; }
  .header-box .sol-list-header { color:var(--hb-dark-orange); margin-bottom:4px; font-size:14px; }
  .header-box .sol-list li a { display:block; padding:5px 0!important; color:#555; font-size:14px; }
  .header-box .sol-right-list li a { display:block; padding:5px 0!important; color:#555; font-size:14px; }
  .header-box .sol-right-item { padding:15px; border-bottom:1px solid #e2e8f0; }
}

/* footer */
.footer-box * { box-sizing: border-box; margin: 0; padding: 0; }
.footer-box { width: 100%; }
.footer-box .site-footer { background-color: #fff; padding: 30px 0; border-top: 2px solid #e0e0e0; color: #555; width: 100%; }
.footer-box .container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.footer-box .footer-row { display: grid; grid-template-columns: 4fr 2fr 2fr 4fr; grid-gap: 30px; gap: 30px; }
.footer-box .brand-col { grid-column: auto; }
.footer-box .footer-logo { font-size: 30px; font-weight: 700; line-height: 1; margin-bottom: 20px; display: inline-block; text-transform: uppercase; }
.footer-box .logo-ts { color: #ff8c00; }
.footer-box .logo-plus { color: #707070; }
.footer-box .footer-text { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 15px; max-width: 320px; }
.footer-box .footer-contact-info { margin-bottom: 20px; }
.footer-box .footer-email { font-size: 14px; color: #666; margin: 0; display: flex; align-items: center; }
.footer-box .footer-phone { font-size: 14px; color: #666; margin: 0; display: flex; align-items: center; }
.footer-box .footer-contact-icon { vertical-align: middle; margin-right: 8px; flex-shrink: 0; }
.footer-box .footer-email a { color: #666; text-decoration: none; transition: color .2s; }
.footer-box .footer-phone a { color: #666; text-decoration: none; transition: color .2s; }
.footer-box .footer-email a:hover { color: #ff8c00; }
.footer-box .footer-phone a:hover { color: #ff8c00; }
.footer-box .social-icons { display: flex; gap: 12px; margin-bottom: 25px; }
.footer-box .social-icons a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background-color: #9ea4ac; color: #fff; border-radius: 50%; text-decoration: none; transition: all .3s ease; }
.footer-box .social-icons a:hover { background-color: #ff8c00; transform: translateY(-3px); }
.footer-box .btn-download { display: inline-block; background: linear-gradient(180deg, #ff9f43 0%, #ff7f00 100%); color: #fff; padding: 14px 40px; border-radius: 6px; font-weight: 700; text-decoration: none; box-shadow: 0 4px 10px #ff7f0040; transition: all .3s ease; border: none; cursor: pointer; font-size: 16px; }
.footer-box .btn-download:hover { box-shadow: 0 6px 15px #ff7f0066; transform: translateY(-2px); }
.footer-box .footer-col h3 { font-size: 14px; text-transform: uppercase; color: #333; font-weight: 700; margin-bottom: 10px; letter-spacing: .8px; }
.footer-box .footer-links { list-style: none; }
.footer-box .footer-links li { margin-bottom: 6px; }
.footer-box .footer-links a { color: #6c757d; text-decoration: none; font-size: 15px; transition: color .2s; }
.footer-box .footer-links a:hover { color: #ff8c00; }
.footer-accordion-toggle { cursor: default; pointer-events: none; }
.footer-accordion-toggle .f-arrow { display: none; }
.footer-accordion-panel { overflow: hidden; }
.footer-col h3 + .footer-accordion-panel + .footer-accordion-toggle { margin-top: 30px; }
@media (max-width: 991px) {
  .footer-box .site-footer { padding: 25px 0; }
  .footer-box .footer-row { display: block; text-align: center; }
  .footer-box .brand-col { text-align: center; margin: 10px 0 30px; grid-column: auto !important; }
  .footer-box .footer-logo { font-size: 28px; margin-bottom: 15px; }
  .footer-box .footer-text { margin: 0 auto 15px auto; max-width: 300px; line-height: 1.5; }
  .footer-box .footer-contact-info { margin-bottom: 12px; }
  .footer-box .footer-email { justify-content: center; }
  .footer-box .footer-phone { justify-content: center; }
  .footer-box .social-icons { justify-content: center; gap: 12px; margin: 25px 0; }
  .footer-box .social-icons a { width: 34px; height: 34px; }
  .footer-box .btn-download { padding: 12px 30px; font-size: 15px; display: inline-block; }
  .footer-box .footer-col h3 { margin-bottom: 15px; font-size: 13px; }
  .footer-col h3 { font-family: 'InterVariable', sans-serif !important; }
  .footer-box .footer-links a { font-size: 14px; }
  .footer-accordion-toggle { display: flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; pointer-events: auto; color: #5a6670 !important; }
  .footer-accordion-toggle .f-arrow { display: block; transition: transform 0.3s ease; flex-shrink: 0; }
  .footer-accordion-toggle[aria-expanded="true"] .f-arrow { transform: rotate(180deg); }
  .footer-accordion-panel { max-height: 0; transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1); }
  .footer-accordion-panel.f-open { max-height: none; }
  .footer-accordion-panel .footer-links { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0 0 30px 0; list-style: none; gap: 10px; }
  .footer-accordion-panel .footer-links li { margin: 0; padding: 0; line-height: 1; }
  .footer-col h3 + .footer-accordion-panel + .footer-accordion-toggle { margin-top: 0; }
}

/* container */
.container-main { width: 100%; max-width: 1320px; margin:0 auto; padding: 25px 24px; box-sizing: border-box; }
@media (max-width: 991px) {
  .container-main { padding: 20px; }
}

/* orage box */
.orangbox-section { padding: 60px 0 100px 0; background-color: #FAFAFC; position: relative;text-align: center; z-index: 1; }
.orangbox-section * { box-sizing: border-box; }
.orangbox { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; }
.orangbox-bg-dots { position: absolute; top: -30px; bottom: -30px; left: 50%; transform: translateX(-50%); width: 250px; background-image: radial-gradient(#D1D5DB 2px, transparent 2px); background-size: 20px 20px; z-index: 1; }
.orangbox-card { background-color: #FF8B42; position: relative; border-radius: 12px; padding: 80px 20px; color: #FFFFFF; z-index: 2; overflow: hidden; box-shadow: 0 15px 35px rgba(255, 139, 66, 0.2); }
.orangbox-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.08); clip-path: polygon(0 0, 100% 0, 0 65%); z-index: -1; }
.orangbox-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.03); clip-path: polygon(100% 100%, 0 100%, 100% 35%); z-index: -1; }
.orangbox-content { position: relative; z-index: 3; }
.orangbox-title { font-size: 2.5rem; font-weight: 900; margin: 0 0 15px 0; letter-spacing: -0.5px; color: #FFFFFF; }
.orangbox-subtitle { font-size: 1.15rem; margin: 0 0 40px 0; font-weight: 500; opacity: 0.95; color: #FFFFFF; }
.orangbox-actions { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 16px; }
.orangbox-btn { display: inline-block; background-color: #FFFFFF; color: #526074; font-size: 1.1rem; font-weight: 700; padding: 16px 36px; border-radius: 6px; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.orangbox-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08); color: #1A253A; }
@media (max-width: 991px) {
  .orangbox-section { padding: 35px 0 40px 0; }
  .orangbox { padding: 0 20px; }
  .orangbox-bg-dots { width: 200px; top: -20px; bottom: -20px; background-size: 16px 16px; }
  .orangbox-card { padding: 40px 24px; border-radius: 10px; box-shadow: 0 10px 25px rgba(255, 139, 66, 0.15); }
  .orangbox-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
  .orangbox-subtitle { font-size: 0.95rem; margin-bottom: 30px; opacity: 0.9; }
  .orangbox-actions { flex-direction: column; gap: 12px; align-items: center; }
  .orangbox-btn { width: 60%; text-align: center; font-size: 1rem; padding: 7px 28px; margin: 0 auto; }
  .orangbox-card::before { clip-path: polygon(0 0, 100% 0, 0 40%); }
  .orangbox-card::after { clip-path: polygon(100% 100%, 0 100%, 100% 60%); }
}
@media (max-width: 576px) {
    .orangbox-btn { width: 90%; }
}

/* error pg */
.error-page-wrapper { display:flex; justify-content:center; align-items:center; min-height:70vh; padding:40px 0; box-sizing:border-box; }
.error-content { text-align:center; max-width:600px; width:100%; margin:0 auto; animation:fadeInUp 0.8s ease-out; }
.error-img-wrap { margin-bottom:30px; }
.error-image { width:100%; max-width:500px; min-width:180px; height:auto; margin-bottom:0; filter:drop-shadow(0 10px 20px rgba(0,0,0,0.1)); transition:transform 0.3s ease; }
.error-image:hover { transform:scale(1.02); }
.error-code { color:#2563EB; font-size:72px; font-weight:900; margin-bottom:15px; line-height:1; background:linear-gradient(135deg,#2563EB,#fe813a); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.error-title { font-size:1.5rem; font-weight:700; color:#0F172A; margin-bottom:15px; }
.error-message { font-size:1.1rem; color:#64748B; margin-bottom:30px; line-height:1.6; }
.error-actions { display:flex; gap:15px; justify-content:center; flex-wrap:wrap; }
.error-btn-primary { background:linear-gradient(to right,#fe813a,#ffb07c); color:#fff; padding:10px 24px; border-radius:50px; font-weight:700; font-size:15px; text-decoration:none; transition:opacity 0.3s,transform 0.2s; display:inline-block; white-space:nowrap; }
.error-btn-primary:hover { opacity:0.9; transform:translateY(-2px); }
.error-btn-outline { background:transparent; color:#2563EB; padding:10px 24px; border-radius:50px; font-weight:600; font-size:15px; text-decoration:none; border:2px solid #e2e8f0; transition:all 0.3s; display:inline-block; white-space:nowrap; }
.error-btn-outline:hover { border-color:#2563EB; background:#f8fafc; }
.error-img-wrap + .error-code { display:none; }
.error-img-wrap.img-failed + .error-code { display:block; }
.no-js .error-img-wrap + .error-code { display:block; }
@keyframes fadeInUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:991px) { 
  .error-page-wrapper { min-height:auto; padding:24px 0; } 
  .error-code { font-size:40px; } 
  .error-title { font-size:1.1rem; } 
  .error-message { font-size:0.95rem; } 
  .error-actions { flex-direction:column; align-items:center; gap:12px; } 
  .error-btn-primary, .error-btn-outline { width:100%; max-width:280px; text-align:center; padding:11px 16px; font-size:14px; box-sizing:border-box; white-space:normal; } 
}

/* about pg */
.about-cols { display: flex;gap: 60px;padding-top:20px; }
.about-media-col { flex: 1; order: 1; margin-top: 40px; }
.about-media-col .mp-media-inner { width: 100%; padding-top: 80%;  }
.about-text-col { flex: 1.1; order: 2; }
.about-label { display: inline-block; color: #ff8c37; font-size: 0.82rem; font-weight: 700; letter-spacing: 1.2px; margin-bottom: 12px; }
.about-main-title { font-size: 2.5rem; font-weight: 800; color: #0F172A; line-height: 1.2; letter-spacing: -0.5px; margin: 0 0 18px; }
.about-editor-wrap { font-size: 1rem; line-height: 1.65; color: #1E293B; }
.about-trusted-label { text-align: center; font-size: 0.78rem; font-weight: 700; color: #94A3B8; text-transform: uppercase; letter-spacing: 1.5px; margin: 20px 0 10px; }
.about-icons-row { display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; gap: 0; padding: 0; border-top: 1px solid #E2E8F0; border-bottom: 1px solid #E2E8F0; }
.about-icon-item { flex: 1; max-width: 160px; height: 100px; object-fit: contain; display: block; opacity: 0.7; transition: opacity 0.25s ease; filter: grayscale(30%); padding: 10px 20px; box-sizing: border-box; }
.about-icon-item:hover { opacity: 1; filter: grayscale(0%); }
.about-icons-wrap { padding-top: 0; padding-bottom: 10px; }
@media (max-width: 991px) {
  .about-cols { flex-direction: column; gap: 16px; padding-top: 0; } 
  .about-text-col { order: 1; width: 100%; } 
  .about-media-col { order: 2; width: 60%; margin: 0 auto; } 
  .about-media-col .mp-media-inner { padding-top: 80%; } 
  .about-main-title { font-size: 2rem; } 
  .about-icons-wrap { padding-top: 0; padding-bottom: 8px; max-width: 400px; margin-left: auto; margin-right: auto;margin-bottom: 10px; } 
  .about-icons-row { flex-wrap: wrap; } 
  .about-icon-item { flex: 0 0 50%; max-width: 31%; padding: 4px 10px; height: 45px; } 
}
@media (max-width: 576px) { 
  .about-main-title { font-size: 1.6rem; } 
  .about-media-col { width: 95%; } 
  .about-icon-item { padding: 3px 8px; } 
}
@media (max-width: 460px) { 
  .about-icon-item { padding: 2px 6px; } 
}

/* index pg */
.first-hero-section { --primary-orange:#ff8c37; --text-dark:#222; --text-grey:#666; --bg-color:#f9fbfd; display:block; overflow:hidden; width:100%; background-color:var(--bg-color); color:var(--text-dark); box-sizing:border-box; }
.first-hero-section * { box-sizing:border-box; }
.first-hero-section .first-hero-wrapper { display:flex; justify-content:space-between; align-items:center; gap:40px; min-height:30vh; max-width:1320px; margin:0 auto; padding:35px 24px; opacity:0; transition:opacity .8s ease-in-out; }
.first-hero-section .first-hero-content { flex:1.5; max-width:100%; padding-right:20px; margin-right:40px; }
.first-hero-section .first-hero-title { margin:0 0 20px; font-size:2.3rem; font-weight:900; line-height:1.3; color:var(--text-dark); }
.first-hero-section .first-highlight { color:var(--primary-orange); }
.first-hero-section .first-hero-desc { max-width:90%; margin-bottom:30px; font-size:1.15rem; color:var(--text-grey); line-height:1.6; }
.first-hero-section .first-cta-group { display:flex; gap:15px; margin-bottom:30px; }
.first-hero-section .first-btn { display:inline-block; padding:12px 25px; border-radius:5px; font-size:1rem; font-weight:600; text-align:center; text-decoration:none; cursor:pointer; transition:all .3s ease; }
.first-hero-section .first-btn-primary { border:2px solid var(--primary-orange); background-color:var(--primary-orange); color:#fff; }
.first-hero-section .first-btn-primary:hover { border-color:#e67e30; background-color:#e67e30; }
.first-hero-section .first-btn-outline { border:2px solid #ddd; background-color:transparent; color:var(--primary-orange); }
.first-hero-section .first-btn-outline:hover { border-color:var(--primary-orange); }
.first-hero-section .first-trust-indicator p { margin:0 0 15px; font-size:.9rem; font-weight:700; text-transform:uppercase; color:#999; }
.first-hero-section .first-logos-wrapper { display:flex; align-items:center; gap:30px; }
.first-hero-section .first-logo-item { font-size:1.5rem; font-weight:700; color:#b0b0b0; user-select:none; }
.first-hero-section .first-logo-item-img { width:auto; max-width:80px; height:40px; object-fit:contain; opacity:0.6; filter:grayscale(40%); transition:opacity .25s ease, filter .25s ease; }
.first-hero-section .first-logo-item-img:hover { opacity:1; filter:grayscale(0%); }
.first-hero-section .first-hero-image-col { display:flex; flex:1; justify-content:center; align-items:center; }
.first-hero-section .first-hero-image-col a { display:block; width:100%; text-align:center; transition:transform .3s ease; }
.first-hero-section .first-hero-image-col a:hover { transform:scale(1.02); }
.first-hero-section .first-hero-img { width:100%; max-width:450px; height:auto; filter:drop-shadow(0 10px 15px #0000001a); }
.first-products-section { --primary-color:#ff8c37; --text-dark:#333; --text-light:#666; --bg-color:#f4f7fa; --white:#fff; --success:#2ecc71; --max-width:1320px; display:block; width:100%; padding:30px 0; background-color:var(--bg-color); color:var(--text-dark); line-height:1.5; box-sizing:border-box; }
.first-products-section * { box-sizing:border-box; }
.first-products-section .first-inner-container { width:100%; max-width:var(--max-width); margin:0 auto; padding:0 24px; }
.first-products-section .first-product-card { display:flex; justify-content:space-between; align-items:center; gap:40px; margin-bottom:20px; padding:40px; border:1px solid #00000005; border-radius:12px; background-color:var(--white); box-shadow:0 5px 20px #0000000d; opacity:0; transform:translateY(30px); transition:all .6s ease-out; }
.first-products-section .first-product-card.first-visible { opacity:1; transform:translateY(0); }
.first-products-section .first-product-card:nth-child(even) { flex-direction:row-reverse; }
.first-products-section .first-content-col { flex:1; margin-right:40px; }
.first-products-section .first-product-card:nth-child(even) .first-content-col { margin-right:0; margin-left:40px; }
.first-products-section .first-logo-area { display:flex; align-items:center; gap:8px; margin-bottom:15px; font-size:.9rem; font-weight:700; text-transform:uppercase; color:var(--text-light); }
.first-products-section .first-logo-icon { font-size:1.2rem; color:var(--primary-color); }
.first-products-section h2 { margin:0 0 10px; font-size:1.4rem; font-weight:700; color:#000; }
.first-products-section h3 { margin:0; font-size:1.2rem; font-weight:600; }
.first-products-section span { font-size:.9rem; }
.first-products-section p.first-description { margin:0 0 20px; color:var(--text-light); line-height:1.6; }
.first-products-section ul.first-features { list-style:none; margin:0 0 30px; padding:0; }
.first-products-section ul.first-features li { display:flex; align-items:center; text-align:left; margin-bottom:10px; font-size:.95rem; color:var(--text-light); }
.first-products-section ul.first-features li::before { content:'✔'; flex-shrink:0; margin-right:10px; font-weight:700; color:var(--success); }
.first-products-section .first-buttons { display:flex; flex-wrap:wrap; gap:15px; margin-bottom:20px; }
.first-products-section .first-btn { display:inline-block; padding:10px 25px; border-radius:5px; font-size:.9rem; font-weight:600; text-decoration:none; cursor:pointer; transition:all .3s; }
.first-products-section .first-btn-primary { border:1px solid var(--primary-color); background-color:var(--primary-color); color:#fff; }
.first-products-section .first-btn-primary:hover { background-color:#e67e22; }
.first-products-section .first-btn-outline { border:1px solid #ddd; background-color:transparent; color:var(--primary-color); }
.first-products-section .first-btn-outline:hover { border-color:var(--primary-color); }
.first-products-section .first-replaces-text { display:flex; align-items:center; gap:10px; margin-top:15px; font-size:.85rem; color:var(--text-light); }
.first-products-section .first-replaces-logo { font-size:1.1rem; font-weight:700; color:#000; }
.first-products-section .first-media-col { flex:1; }
.first-products-section .first-media-col .mp-media-inner { position:relative; overflow:hidden; width:100%; padding-top:56.25%; border-radius:12px; background:#000; box-shadow:0 10px 30px #0000001a; }
.first-products-section .first-media-col .mp-cover-img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; display:block; }
.first-products-section .first-video-container { position:relative; overflow:hidden; width:100%; aspect-ratio:16/9; border-radius:12px; background:#000; box-shadow:0 10px 30px #0000001a; }
.first-products-section .first-video-preview-layer { position:absolute; top:0; left:0; z-index:10; width:100%; height:100%; cursor:pointer; transition:opacity .4s ease-in-out, visibility .4s; }
.first-products-section .first-video-container.first-is-playing .first-video-preview-layer { opacity:0; visibility:hidden; pointer-events:none; }
.first-products-section .first-preview-image { display:block; width:100%; height:100%; object-fit:cover; }
.first-products-section .first-play-overlay { position:absolute; top:0; left:0; right:0; bottom:0; display:flex; flex-direction:column; justify-content:center; align-items:center; background:#0003; color:#fff; text-shadow:0 2px 5px #00000080; transition:background .3s; }
.first-products-section .first-video-preview-layer:hover .first-play-overlay { background:#0000001a; }
.first-products-section .first-play-btn { display:flex; justify-content:center; align-items:center; width:70px; height:70px; margin-bottom:15px; border-radius:50%; background:#ff8c37e6; transition:transform .2s, background .2s; }
.first-products-section .first-video-preview-layer:hover .first-play-btn { transform:scale(1.1); background:#ff8c37ff; }
.first-products-section .first-play-btn::after { content:''; display:block; width:0; height:0; margin-left:5px; border-top:12px solid transparent; border-bottom:12px solid transparent; border-left:20px solid #fff; }
.first-products-section .first-main-video-player { position:absolute; top:0; left:0; z-index:5; width:100%; height:100%; object-fit:cover; }
.first-values-section { --bx-primary:#FF8C42; --bx-dark:#1A253A; --bx-grey:#666; --bx-bg:#FFF; position:relative; width:100%; padding:40px 0; direction:ltr; text-align:left; background-color:transparent; box-sizing:border-box; }
.first-values-section * { box-sizing:border-box; margin:0; padding:0; outline:none; text-decoration:none; }
.first-values-section .first-container-main { max-width:1320px; margin:0 auto; padding:0 24px; }
.first-values-section .first-values-header { margin-bottom:40px; text-align:center; opacity:0; animation:bxFadeInDown 1s ease-out forwards; }
.first-values-section .first-eyebrow { display:block; margin-bottom:15px; font-size:.85rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:var(--bx-primary); }
.first-values-section .first-section-title { max-width:850px; margin:0 auto 20px; font-size:1.7rem; font-weight:800; line-height:1.2; color:var(--bx-dark); }
.first-values-section .first-section-subtitle { max-width:600px; margin:0 auto; font-size:1.1rem; color:var(--bx-grey); }
.first-values-section .first-values-grid { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; gap:30px; }
.first-values-section .first-values-grid > * { -webkit-box-flex:1; -ms-flex:1 1 380px; flex:1 1 380px; }
.first-values-section .first-card { padding:40px 30px; border-radius:16px; text-align:center; background:var(--bx-bg); box-shadow:0 10px 40px #0000000a; opacity:0; transform:translateY(30px); transition:transform .4s ease, box-shadow .4s ease; }
.first-values-section .first-card:hover { transform:translateY(-10px); box-shadow:0 20px 50px #00000014; }
.first-values-section .first-card-visible { opacity:1; transform:translateY(0); }
.first-values-section .first-icon-box { display:flex; justify-content:center; align-items:center; width:70px; height:70px; margin:0 auto 25px; border-radius:12px; background-color:var(--bx-primary); color:#fff; font-size:1.8rem; box-shadow:0 8px 20px #ff8c4240; transition:transform .3s cubic-bezier(0.175,0.885,0.32,1.275); }
.first-values-section .first-card:hover .first-icon-box { transform:scale(1.1) rotate(6deg); }
.first-values-section h3 { margin-bottom:12px; font-size:1.35rem; font-weight:700; color:var(--bx-dark); }
.first-values-section p { font-size:.95rem; color:var(--bx-grey); line-height:1.7; }
@keyframes bxFadeInDown { from { opacity:0; transform:translateY(-20px); } to { opacity:1; transform:translateY(0); } }
.first-mission-wrapper { width:100%; padding:0 24px; box-sizing:border-box; }
.first-mission-section { display:flex; flex-wrap:wrap; align-items:center; gap:50px; max-width:1320px; margin:20px auto 40px; padding:50px; border-radius:24px; background:#fff; color:#1a1b3a; box-shadow:0 20px 40px rgba(0,0,0,0.05); box-sizing:border-box; }
.first-mission-section * { box-sizing:border-box; margin:0; padding:0; }
.first-mission-section .first-mission-content { flex:1 1 400px; }
.first-mission-section .first-eyebrow { display:block; margin-bottom:15px; font-size:.85rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:#ff7e5f; }
.first-mission-section h2 { margin-bottom:25px; font-size:2.4rem; font-weight:800; line-height:1.2; color:#1a1b3a; }
.first-mission-section p { margin-bottom:20px; font-size:1rem; color:#6b7280; line-height:1.7; }
.first-mission-section .first-mission-media-col { flex:1 1 380px; min-width:0; }
.first-mission-section .first-mission-media-inner { width:100%; padding-top:65%; }
.first-mission-section .first-stats-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:25px; flex:1 1 400px; }
.first-mission-section .first-card { position:relative; overflow:hidden; padding:25px; border:1px solid #e5e7eb; border-radius:16px; background:#fff; transition:transform .3s ease, box-shadow .3s ease; }
.first-mission-section .first-card:hover { transform:translateY(-5px); border-color:#ff7e5f; box-shadow:0 10px 25px rgba(0,0,0,.1); }
.first-mission-section .first-card::after { content:''; position:absolute; bottom:0; left:0; width:0; height:4px; background:#ff7e5f; transition:width .3s ease; }
.first-mission-section .first-card:hover::after { width:100%; }
.first-mission-section .first-stat-label { display:block; margin-bottom:8px; font-size:.9rem; font-weight:500; color:#6b7280; }
.first-mission-section .first-stat-value { display:block; font-size:2.2rem; font-weight:800; color:#1a1b3a; }
.first-logo-product{width:280px;height:auto;margin-bottom:10px;}
@media (max-width: 991px) {
  .first-hero-section .first-hero-wrapper { flex-direction:column; align-items:flex-start; min-height:auto; padding-top:30px; padding-bottom:30px; text-align:left; }
  .first-hero-section .first-hero-content { max-width:100%; padding-right:0; margin-right:0; }
  .first-hero-section .first-hero-image-col { display:none; }
  .first-hero-section .first-hero-title {font-size:1.6rem; }
  .first-hero-section .first-hero-desc { max-width:100%; }
  .first-hero-section .first-cta-group { justify-content:flex-start; }
  .first-hero-section .first-logos-wrapper { flex-wrap:wrap; justify-content:flex-start; }
  .first-products-section .first-product-card { flex-direction:column !important; align-items:flex-start !important; gap:16px; padding:30px 20px; text-align:left !important; }
  .first-products-section .first-buttons { margin-bottom:8px; }
  .first-products-section .first-content-col, .first-products-section .first-media-col { width:100%; }
  .first-products-section .first-media-col .mp-media-inner { padding-top:56.25%; }
  .first-products-section .first-content-col { margin-right:0; }
  .first-products-section .first-product-card:nth-child(even) .first-content-col { margin-left:0; }
  .first-products-section .first-logo-area, .first-products-section .first-replaces-text, .first-products-section .first-features li { justify-content:flex-start !important; }
  .first-products-section .first-buttons { justify-content:flex-start !important; }
  .first-products-section .first-replaces-text { margin-top:20px; }
}
@media (max-width: 576px) {
  .first-hero-section .first-cta-group { flex-direction:column; }
  .first-hero-section .first-btn { width:100%; text-align:center; }
  .first-hero-section .first-logos-wrapper { gap:10px 20px; justify-content:center; }
  .first-hero-section .first-trust-indicator { text-align:center; }
  .first-values-section { padding:30px 0 10px; }
  .first-values-section .first-section-title { font-size:1.2rem; }
  .first-values-section h3 {font-size: 1.2rem;}
  .first-values-section .first-section-subtitle {font-size: 0.9rem;}
  .first-values-section .first-values-grid { gap:20px; }
  .first-mission-section { flex-direction:column; padding:30px; margin-bottom:10px;gap:10px; }
  .first-mission-section h2 { font-size:1.6rem; }
  .first-mission-section .first-mission-media-col { width:100%; margin:0 auto; flex: 0 0 auto; }
  .first-products-section .first-product-card h2 { font-size:1.2rem; }
  .first-products-section .first-buttons { flex-direction:column; }
  .first-products-section .first-btn { width:100%; text-align:center; }
  .first-logo-product{width:200px;height:auto;margin-bottom:10px;}
}

/* blog & news */
.blog-list-wrap,.blog-detail-wrap { padding-top: 30px; padding-bottom: 50px; }
.blog-list-header { background-color:#253141; background-image:linear-gradient(rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.05) 1px,transparent 1px),radial-gradient(circle at 15% 85%,rgba(251,147,70,0.13) 0%,transparent 50%),radial-gradient(circle at 85% 20%,rgba(251,147,70,0.10) 0%,transparent 45%); background-size:50px 50px,50px 50px,100% 100%,100% 100%; border-bottom:1px solid rgba(255,255,255,0.05); width:100%; }
.blog-list-header-inner { max-width:1320px; margin:0 auto; padding:50px 24px 60px; text-align:center; }
.blog-list-eyebrow { display: block; color: #ff8c37; font-size: 0.82rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 12px; }
.blog-list-title { font-size: 2.4rem; font-weight: 800; color: #fff; margin: 0 0 14px; letter-spacing: -0.5px; line-height: 1.2; }
.blog-list-subtitle { font-size: 1.05rem; color: #bfcbdb; max-width: 620px; margin: 0 auto; line-height: 1.6; }
.blog-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 28px; margin-bottom: 40px; }
.blog-card { -webkit-box-flex: 1; -ms-flex: 1 1 300px; flex: 1 1 300px; max-width: calc(33.333% - 19px); background: #ffffff; border-radius: 12px; box-shadow: 0 4px 14px rgba(0,0,0,0.06); overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease; transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.blog-card:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0 12px 28px rgba(0,0,0,0.1); }
.blog-card-hidden { display: none !important; }
.blog-card-reveal { -webkit-animation: blogReveal 0.4s ease-out both; animation: blogReveal 0.4s ease-out both; }
@-webkit-keyframes blogReveal { from { opacity: 0; -webkit-transform: translateY(16px); transform: translateY(16px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes blogReveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.blog-card-img-link { display: block; text-decoration: none; }
.blog-card-img-wrap { height: 200px; overflow: hidden; background: #e2e8f0; position: relative; }
.blog-card-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block; -webkit-transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; }
.blog-card:hover .blog-card-img { -webkit-transform: scale(1.04); transform: scale(1.04); }
.blog-card-img-placeholder { width: 100%; height: 100%; background: -webkit-linear-gradient(135deg, #e0e7ff 0%, #f1f5f9 100%); background: linear-gradient(135deg, #e0e7ff 0%, #f1f5f9 100%); }
.blog-card-body { padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.blog-card-title { font-size: 1.05rem; font-weight: 700; color: #0F172A; line-height: 1.4; margin: 0 0 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-word;}
.blog-card-title a { color: inherit; text-decoration: none; -webkit-transition: color 0.25s; transition: color 0.25s; }
.blog-card-title a:hover { color: #ff8c37; }
.blog-card-excerpt { font-size: 0.88rem; color: #64748B; line-height: 1.6; margin: 0 0 12px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; cursor:default;}
.blog-card-date { font-size: 0.76rem; color: #94A3B8; display: block; margin: 0;cursor:default; }
.blog-pagination-wrap { text-align: center; padding: 10px 0 20px; }
.blog-load-more-btn,
.blog-show-less-btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 8px; background: #ff8c37; color: #fff; border: none; border-radius: 6px; padding: 12px 28px; font-size: 0.95rem; font-weight: 700; cursor: pointer; -webkit-transition: background 0.25s, -webkit-transform 0.2s; transition: background 0.25s, transform 0.2s; font-family: inherit; margin: 0 6px; }
.blog-load-more-btn:hover,
.blog-show-less-btn:hover { background: #e67e2b; -webkit-transform: translateY(-2px); transform: translateY(-2px); }
.blog-btn-hidden { display: none !important; }
.blog-count-label { font-size: 0.82rem; color: #94A3B8; margin-top: 14px; }
.blog-empty-state { text-align: center; padding: 60px 20px; color: #64748B; font-size: 1rem; }
.blog-breadcrumb { margin-bottom: 28px; }
.blog-breadcrumb-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 4px; list-style: none; padding: 0; margin: 0; }
.blog-breadcrumb-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 4px; font-size: 0.82rem; color: #94A3B8; }
.blog-breadcrumb-link { color: #64748B; text-decoration: none; -webkit-transition: color 0.2s; transition: color 0.2s; }
.blog-breadcrumb-link:hover { color: #ff8c37; }
.blog-breadcrumb-sep { color: #CBD5E1; }
.blog-breadcrumb-current { color: #0F172A; font-weight: 600; }
.blog-detail-article { max-width: 820px; margin: 0 auto; }
.blog-detail-header { margin-bottom: 28px; }
.blog-detail-title { font-size: 1.6rem; font-weight: 800; color: #0F172A; line-height: 1.25; margin: 0 0 14px; letter-spacing: -0.4px; }
.blog-detail-desc { font-size: 1.1rem; color: #64748B; line-height: 1.65; margin: 0 0 16px; }
.blog-detail-date { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 6px; font-size: 0.82rem; color: #94A3B8; }
.blog-detail-img-wrap { margin-bottom: 32px; border-radius: 12px; overflow: hidden; }
.blog-detail-img { width: 100%; height: auto; display: block; }
.blog-detail-content { font-size: 1rem; line-height: 1.75; color: #1E293B; }
.blog-detail-content h2 { font-size: 1.5rem; font-weight: 700; color: #0F172A; margin: 32px 0 14px; }
.blog-detail-content h3 { font-size: 1.2rem; font-weight: 700; color: #0F172A; margin: 26px 0 12px; }
.blog-detail-content p { margin: 0 0 18px; }
.blog-detail-content ul,
.blog-detail-content ol { margin: 0 0 18px 24px; }
.blog-detail-content li { margin-bottom: 6px; }
.blog-detail-content a { color: #ff8c37; text-decoration: underline; }
.blog-detail-content a:hover { color: #e67e2b; }
.blog-detail-back-row { max-width: 820px; margin: 36px auto 0; }
.blog-back-btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 7px; font-size: 0.9rem; font-weight: 600; color: #64748B; text-decoration: none; -webkit-transition: color 0.2s, gap 0.2s; transition: color 0.2s, gap 0.2s; }
.blog-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px;margin-top:12px}
.blog-skeleton-card{border-radius:12px;overflow:hidden;background:#f4f4f6}
.blog-skeleton-img{width:100%;height:180px;background:linear-gradient(90deg,#e8e8ec 25%,#f4f4f6 50%,#e8e8ec 75%);background-size:400% 100%;-webkit-animation:blog-shimmer 1.4s ease infinite;animation:blog-shimmer 1.4s ease infinite}
.blog-skeleton-body{padding:18px 20px 22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}
.blog-skeleton-line{border-radius:6px;background:linear-gradient(90deg,#e8e8ec 25%,#f4f4f6 50%,#e8e8ec 75%);background-size:400% 100%;-webkit-animation:blog-shimmer 1.4s ease infinite;animation:blog-shimmer 1.4s ease infinite}
.blog-skeleton-line.s-title{height:20px;width:80%}
.blog-skeleton-line.s-title2{height:20px;width:55%;-webkit-animation-delay:.1s;animation-delay:.1s}
.blog-skeleton-line.s-text{height:14px;width:100%;-webkit-animation-delay:.05s;animation-delay:.05s}
.blog-skeleton-line.s-text2{height:14px;width:90%;-webkit-animation-delay:.1s;animation-delay:.1s}
.blog-skeleton-line.s-text3{height:14px;width:70%;-webkit-animation-delay:.15s;animation-delay:.15s}
.blog-skeleton-line.s-date{height:12px;width:38%;margin-top:4px;-webkit-animation-delay:.2s;animation-delay:.2s}
@-webkit-keyframes blog-shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}
@keyframes blog-shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}
.blog-card-reveal{-webkit-animation:blog-card-in .38s cubic-bezier(.22,.68,0,1.2) both;animation:blog-card-in .38s cubic-bezier(.22,.68,0,1.2) both}
@-webkit-keyframes blog-card-in{from{opacity:0;-webkit-transform:translateY(18px) scale(.97);transform:translateY(18px) scale(.97)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}
@keyframes blog-card-in{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
.blog-load-more-btn.is-loading{pointer-events:none;opacity:.85}
.blog-load-more-btn.is-loading .blm-label{display:none}
.blog-load-more-btn .blm-spinner{display:none}
.blog-load-more-btn.is-loading .blm-spinner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
.blm-dots{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.blm-dots span{display:inline-block;width:7px;height:7px;border-radius:50%;background:currentColor;-webkit-animation:blm-bounce .9s ease-in-out infinite;animation:blm-bounce .9s ease-in-out infinite}
.blm-dots span:nth-child(2){-webkit-animation-delay:.15s;animation-delay:.15s}
.blm-dots span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}
@-webkit-keyframes blm-bounce{0%,80%,100%{-webkit-transform:scale(.55);transform:scale(.55);opacity:.4}40%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}
@keyframes blm-bounce{0%,80%,100%{transform:scale(.55);opacity:.4}40%{transform:scale(1);opacity:1}}
.blog-ajax-error{text-align:center;padding:18px;color:#e55;font-size:.93rem;display:none}
.blog-back-btn:hover { color: #ff8c37; gap: 10px; }
@media (max-width: 991px) {
  .blog-card { max-width: calc(50% - 14px); }
  .blog-list-title { font-size: 1.9rem; }
  .blog-detail-title { font-size: 1.75rem; }
}
@media (max-width: 640px) {
  .blog-card { max-width: 100%; -ms-flex: 1 1 100%; flex: 1 1 100%; }
  .blog-list-title { font-size: 1.5rem; }
  .blog-detail-title { font-size: 1.3rem; }
  .blog-detail-desc { font-size: 1rem; }
  .blog-list-header-inner { padding:30px 20px;}
  .blog-list-subtitle { font-size: 0.9rem;}
}

/* video pg */
.video-page-wrap { padding-bottom:15px; }
.video-hero-section { background: #F8FAFC; padding: 40px 0 0; position: relative; overflow: hidden; }
.video-hero-section::before { content: ''; position: absolute; top: 0; right: 0; width: 400px; height: 400px; background-image: radial-gradient(#CBD5E1 2px, transparent 2px); background-size: 24px 24px; opacity: 0.5; pointer-events: none; }
.video-header { text-align: center; margin-bottom: 0; }
.video-subtitle { color: #f89038; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 8px; }
.video-main-title { font-size: 2.5rem; font-weight: 800; color: #1e293b; letter-spacing: -0.5px; margin: 0 0 30px; }
.video-search-wrap { max-width: 500px; margin: 0 auto 25px; }
.video-search-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.video-search-inner { position: relative; }
.video-search-input { width: 100%; padding: 16px 20px 16px 50px; border: 2px solid transparent; border-radius: 50px; font-size: 1rem; color: #1e293b; background: #ffffff; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03); outline: none; transition: border-color 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; font-family: inherit; -webkit-appearance: none; appearance: none; }
.video-search-input:focus { border-color: #f89038; box-shadow: 0 10px 15px -3px rgba(248,144,56,0.1); }
.video-search-icon { position: absolute; left: 20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 20px; height: 20px; fill: #94a3b8; pointer-events: none; transition: fill 0.3s ease; }
.video-search-input:focus ~ .video-search-icon { fill: #f89038; }
.video-filters { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 10px; margin-top: 45px; }
.video-filter-btn { background: transparent; border: 1px solid #f89038; color: #f89038; padding: 8px 16px; border-radius: 4px; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; font-family: inherit; }
.video-filter-btn:hover, .video-filter-btn.video-filter-active { background: #f89038; color: #ffffff; }
.video-filter-reset { background: transparent; border: none; color: #f89038; font-size: 0.85rem; font-weight: 600; cursor: pointer; padding: 8px 10px; font-family: inherit; transition: text-decoration 0.2s ease; }
.video-filter-reset:hover { text-decoration: underline; }
.video-no-results { display: none; text-align: center; padding: 40px; color: #64748b; font-size: 1.1rem; }
.video-category-section { margin-bottom: 50px; position: relative; }
.video-category-title { color: #f89038; font-size: 1rem; font-weight: 700; text-transform: uppercase; margin: 0 0 20px; letter-spacing: 0.5px; }
.video-carousel-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.video-track { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; padding-bottom: 15px; -ms-overflow-style: none; scrollbar-width: none; cursor: -webkit-grab; cursor: grab; }
.video-track::-webkit-scrollbar { display: none; }
.video-track.video-track-dragging { cursor: -webkit-grabbing; cursor: grabbing; scroll-behavior: auto; }
.video-card { -webkit-box-flex: 0; -ms-flex: 0 0 calc(25% - 15px); flex: 0 0 calc(25% - 15px); min-width: 260px; background: #ffffff; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.04); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: hidden; transition: -webkit-transform 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.video-card:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.video-track.video-track-dragging .video-card:hover { -webkit-transform: none; transform: none; box-shadow: 0 4px 10px rgba(0,0,0,0.04); }
.video-card-thumb-wrap { height: 160px; position: relative; overflow: hidden; background: #e2e8f0; }
.video-card-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-card-thumb-wrap .mp-play-overlay { border-radius: 0; }
.video-card-thumb-wrap .mp-play-btn { width: 52px; height: 52px; }
.video-card-info { padding: 16px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.video-card-title { font-size: 0.85rem; font-weight: 600; color: #1e293b; line-height: 1.7; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.video-scroll-arrow { position: absolute; right: -20px; top: 50%; -webkit-transform: translateY(-60%); transform: translateY(-60%); background: #f89038; color: #ffffff; border: none; width: 40px; height: 100px; border-radius: 6px; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 10; box-shadow: -4px 0 15px rgba(0,0,0,0.1); transition: background 0.2s ease, -webkit-transform 0.2s ease, transform 0.2s ease; padding: 0; }
.video-scroll-arrow.video-arrow-hidden { display: none; }
.video-scroll-arrow:hover { background: #e07b2b; -webkit-transform: translateY(-60%) scale(1.05); transform: translateY(-60%) scale(1.05); }
.video-scroll-arrow svg { width: 24px; height: 24px; fill: #ffffff; }
@media (max-width: 1024px) { .video-card { -webkit-box-flex: 0; -ms-flex: 0 0 calc(33.333% - 14px); flex: 0 0 calc(33.333% - 14px); } .video-scroll-arrow { right: 0; } }
@media (max-width: 991px) { .video-filters { display: none; } .video-category-section { margin-bottom: 28px; } }
@media (max-width: 768px) { .video-card { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px);} .video-main-title { font-size: 1.8rem; } .video-scroll-arrow { display: none; }}
@media (max-width: 640px) { .video-search-input { font-size: 0.95rem; } }
@media (max-width: 480px) { .video-card { -webkit-box-flex: 0; -ms-flex: 0 0 85%; flex: 0 0 85%; } }

/* doanload pg */
.download-box { width: 60%; margin: 0 auto; }
.download-page-wrap { padding-bottom: 15px; }
.download-hero-section { background: #F8FAFC; padding: 40px 0 0; position: relative; overflow: hidden; }
.download-hero-section::before { content: ''; position: absolute; top: 0; right: 0; width: 400px; height: 400px; background-image: radial-gradient(#CBD5E1 2px, transparent 2px); background-size: 24px 24px; opacity: 0.5; pointer-events: none; }
.download-header { text-align: center; margin-bottom: 0; }
.download-subtitle { color: #f89038; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 8px; }
.download-main-title { font-size: 2.5rem; font-weight: 800; color: #1e293b; letter-spacing: -0.5px; margin: 0 0 30px; }
.download-search-wrap { max-width: 500px; margin: 0 auto 25px; }
.download-search-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.download-search-inner { position: relative; }
.download-search-input { width: 100%; padding: 16px 20px 16px 50px; border: 2px solid transparent; border-radius: 50px; font-size: 1rem; color: #1e293b; background: #ffffff; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03); outline: none; -webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease; transition: border-color 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; font-family: inherit; -webkit-appearance: none; appearance: none; }
.download-search-input:focus { border-color: #f89038; box-shadow: 0 10px 15px -3px rgba(248,144,56,0.1); }
.download-search-icon { position: absolute; left: 20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 20px; height: 20px; fill: #94a3b8; pointer-events: none; -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; }
.download-search-input:focus ~ .download-search-icon { fill: #f89038; }
.download-filters { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 10px; margin-top: 45px; }
.download-filter-btn { background: transparent; border: 1px solid #f89038; color: #f89038; padding: 8px 8px; border-radius: 4px; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; cursor: pointer; -webkit-transition: background 0.2s ease, color 0.2s ease; transition: background 0.2s ease, color 0.2s ease; font-family: inherit; }
.download-filter-btn:hover, .download-filter-btn.download-filter-active { background: #f89038; color: #ffffff; }
.download-filter-reset { background: transparent; border: none; color: #f89038; font-size: 0.85rem; font-weight: 600; cursor: pointer; padding: 8px 10px; font-family: inherit; -webkit-transition: text-decoration 0.2s ease; transition: text-decoration 0.2s ease; }
.download-filter-reset:hover { text-decoration: underline; }
.download-no-results { display: none; text-align: center; padding: 40px; color: #64748b; font-size: 1.1rem; }
.download-category-section { margin-bottom: 40px; -webkit-animation: dlFadeIn 0.5s ease-out forwards; animation: dlFadeIn 0.5s ease-out forwards; }
.download-category-title { font-size: 1.1rem; font-weight: 700; color: #f89038; margin: 0 0 15px; padding-left: 10px; border-left: 4px solid #f89038; }
.download-card { background: #ffffff; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03); overflow: hidden; }
.download-item-list { list-style: none; margin: 0; padding: 0; }
.download-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 10px 20px; border-bottom: 1px solid #f1f5f9; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }
.download-item:last-child { border-bottom: none; }
.download-item:hover { background-color: #f8fafc; }
.download-item-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 16px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.download-item-icon { width: 20px; height: 20px; fill: none; stroke: #fe813a; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; -ms-flex-negative: 0; flex-shrink: 0; }
.download-item-text { font-size: 0.95rem; }
.download-item-name { font-weight: 600; color: #1e293b; }
.download-item-type { color: #64748b; font-weight: 400; font-size: 0.85rem; margin-left: 4px; }
.download-btn { display: inline-block; background: -webkit-linear-gradient(315deg, #fca55e, #f89038); background: linear-gradient(135deg, #fca55e, #f89038); color: #ffffff; padding: 8px 20px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 0.85rem; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; box-shadow: 0 2px 4px rgba(248,144,56,0.3); white-space: nowrap; }
.download-btn:hover { background: -webkit-linear-gradient(315deg, #f89038, #e07b2b); background: linear-gradient(135deg, #f89038, #e07b2b); -webkit-transform: translateY(-1px); transform: translateY(-1px); box-shadow: 0 4px 6px rgba(248,144,56,0.4); }
.download-btn:active { -webkit-transform: translateY(0); transform: translateY(0); }
@-webkit-keyframes dlFadeIn { from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes dlFadeIn { from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
@media (max-width: 991px) {
  .download-box { width: 100%; margin: 0 auto; }
  .download-filters { display: none; }
  .download-category-section { margin-bottom: 28px; }
  .download-main-title { font-size: 1.6rem; }
  .download-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: flex-start; gap: 14px; padding: 10px;}
  .download-item-content { width: 100%; }
  .download-btn { width: auto; padding:7px 14px; text-align: center; border-radius: 4px;}
}
@media (max-width: 640px) {
  .download-item-name { font-weight: 400; font-size: 0.9rem; color: #1e293b; }
  .download-item-type{font-size: 0.7rem;}
  .download-btn { font-weight: 400;font-size: 0.75rem;}
  .download-search-input { font-size: 0.95rem; }
}

/* login user */
.login-modal-overlay { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(15,23,42,0.5); backdrop-filter:blur(6px); z-index:9999; display:flex; justify-content:center; align-items:center; opacity:0; visibility:hidden; transition:opacity 0.3s ease,visibility 0.3s ease; }
.login-modal-overlay.active { opacity:1; visibility:visible; }
.login-modal { background:#ffffff; width:100%; max-width:420px; border-radius:20px; padding:40px; box-shadow:0 25px 50px -12px rgba(0,0,0,0.25); transform:translateY(30px) scale(0.95); transition:transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275); position:relative; box-sizing:border-box; }
.login-modal-overlay.active .login-modal { transform:translateY(0) scale(1); }
.login-close { position:absolute; top:20px; right:20px; background:#f1f5f9; border:none; width:32px; height:32px; border-radius:50%; font-size:20px; color:#64748B; cursor:pointer; transition:all 0.2s ease; display:flex; align-items:center; justify-content:center; }
.login-close:hover { color:#fff; background:#fe813a; }
.login-title { margin:0 0 8px; font-size:26px; font-weight:800; color:#0F172A; text-align:center; }
.login-subtitle { text-align:center; color:#64748B; font-size:14px; margin-bottom:30px; display:block; }
.modern-form-group { margin-bottom:20px; }
.modern-input { width:100%; padding:14px 18px; border:2px solid #e2e8f0; border-radius:12px; font-size:15px; outline:none; transition:all 0.3s ease; box-sizing:border-box; font-family:inherit; background:#f8fafc; color:#0F172A; }
.modern-input:focus { border-color:#fe813a; background:#ffffff; box-shadow:0 0 0 4px rgba(254,129,58,0.15); }
.login-submit-btn { width:100%; background:linear-gradient(to right,#fe813a,#ffb07c); color:#fff; border:none; padding:15px; border-radius:12px; font-size:16px; font-weight:700; cursor:pointer; transition:box-shadow 0.3s ease,transform 0.1s ease; margin-top:10px; }
.login-submit-btn:hover { box-shadow:0 10px 20px -10px #fe813a; }
.login-submit-btn:active { transform:scale(0.98); }
.login-footer { margin-top:25px; text-align:center; font-size:14px; color:#64748B; line-height:1.6; }
.login-footer a { color:#fe813a; font-weight:600; text-decoration:none; transition:color 0.2s; }
.login-footer a:hover { color:#0F172A; }
.login-divider { display:flex; align-items:center; margin:25px 0; color:#94a3b8; font-size:13px; }
.login-divider::before,.login-divider::after { content:''; flex:1; border-bottom:1px solid #e2e8f0; }
.login-divider span { padding:0 10px; }
@media (max-width: 640px) {
  .login-modal { width:90%; padding:30px;}
}

/* contact pg */
:root { --contact-bg-dark: #253141; --contact-primary-orange: #fb9346; --contact-primary-orange-hover: #e58238; --contact-text-light: #ffffff; --contact-text-muted: #94a3b8; --contact-text-dark: #1e293b; --contact-input-bg: #f4f6f9; --contact-border-color: #e2e8f0; --contact-card-shadow: 0 15px 35px rgba(0, 0, 0, 0.05); --contact-success-bg: #dcfce7; --contact-success-color: #166534; --contact-error-bg: #fee2e2; --contact-error-color: #991b1b; }
.contact-page-wrap { display: block; }
.contact-hero { background-color: var(--contact-bg-dark); background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),   linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),radial-gradient(circle at 15% 85%, rgba(251, 147, 70, 0.13) 0%, transparent 50%), radial-gradient(circle at 85% 20%, rgba(251, 147, 70, 0.10) 0%, transparent 45%);background-size: 50px 50px, 50px 50px, 100% 100%, 100% 100%;color: var(--contact-text-light); padding: 50px 0 150px; position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.contact-hero-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 60px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.contact-hero-content { -webkit-box-flex: 1; -ms-flex: 1 1 380px; flex: 1 1 380px; min-width: 0; }
.contact-form-wrap { -webkit-box-flex: 1; -ms-flex: 1 1 420px; flex: 1 1 420px; min-width: 0; }
.contact-hero-title { font-size: 3rem; font-weight: 800; margin-bottom: 20px; letter-spacing: -0.05em; line-height: 1.2; }
.contact-hero-desc { font-size: 1.1rem; color: #d1d5db; margin-bottom: 50px; max-width: 90%; line-height: 1.8; }
.contact-trusted-section { margin-top: 40px; }
.contact-trusted-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: var(--contact-text-muted); margin-bottom: 15px; font-weight: 600; }
.contact-logos { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 30px; opacity: 0.7; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.contact-logo-item { font-size: 1.4rem; font-weight: 700; letter-spacing: 1px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 8px; }
.contact-logo-oracle { font-family: 'Times New Roman', Times, serif; }
.contact-logo-siemens { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; }
.contact-form-card { background: #ffffff; border-radius: 12px; padding: 40px; -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); color: var(--contact-text-dark); }
.contact-alert { padding: 14px 18px; border-radius: 8px; font-size: 0.9rem; font-weight: 500; margin-bottom: 20px; line-height: 1.5; }
.contact-alert--success { background-color: var(--contact-success-bg); color: var(--contact-success-color); }
.contact-alert--error { background-color: var(--contact-error-bg); color: var(--contact-error-color); }
.contact-form-row { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 20px; margin-bottom: 20px; }
.contact-form-row .contact-form-group { -webkit-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; min-width: 0; }
.contact-form-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 8px; }
.contact-form-group--mb { margin-bottom: 25px; }
.contact-form-label { font-size: 0.85rem; font-weight: 500; color: #334155; }
.contact-required-star { color: var(--contact-primary-orange); }
.contact-form-control { padding: 12px 16px; background-color: var(--contact-input-bg); border: 1px solid transparent; border-radius: 8px; font-size: 0.9rem; color: var(--contact-text-dark); -webkit-transition: border-color 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease; transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; outline: none; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.contact-form-control:focus { border-color: var(--contact-primary-orange); background-color: #fff; -webkit-box-shadow: 0 0 0 3px rgba(251, 147, 70, 0.1); box-shadow: 0 0 0 3px rgba(251, 147, 70, 0.1); }
.contact-form-control::-webkit-input-placeholder { color: #a1a1aa; }
.contact-form-control::-moz-placeholder { color: #a1a1aa; }
.contact-form-control:-ms-input-placeholder { color: #a1a1aa; }
.contact-form-textarea { resize: vertical; min-height: 120px; }
select.contact-form-control { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; cursor: pointer; }
.contact-btn-submit { background-color: var(--contact-primary-orange); color: #fff; border: none; padding: 14px 28px; font-size: 1rem; font-weight: 600; border-radius: 8px; cursor: pointer; -webkit-transition: background-color 0.3s ease; transition: background-color 0.3s ease; display: inline-block; font-family: inherit; line-height: 1; }
.contact-btn-submit:hover { background-color: var(--contact-primary-orange-hover); }
.contact-btn-submit:focus { outline: 3px solid rgba(251, 147, 70, 0.4); outline-offset: 2px; }
.contact-support-section { background-color: #f8fafc; padding-bottom: 80px; }
.contact-cards-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 30px; margin-top: -80px; position: relative; z-index: 10; }
.contact-support-card { background: #ffffff; border-radius: 16px; padding: 40px 30px; -webkit-box-shadow: var(--contact-card-shadow); box-shadow: var(--contact-card-shadow); text-align: left; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; border: 1px solid #f1f5f9; -webkit-box-flex: 1; -ms-flex: 1 1 250px; flex: 1 1 250px; min-width: 0; }
.contact-card-icon-wrap { background-color: var(--contact-primary-orange); width: 48px; height: 48px; border-radius: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 4px; -ms-flex-negative: 0; flex-shrink: 0; }
.contact-card-icon-wrap svg { fill: #ffffff; width: 24px; height: 24px; }
.contact-card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; color: var(--contact-bg-dark); margin-top: 10px; }
.contact-card-desc { font-size: 0.9rem; color: #64748b; margin-bottom: 25px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; line-height: 1.6; }
.contact-card-btn { background-color: var(--contact-primary-orange); color: #ffffff; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-size: 0.9rem; font-weight: 600; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 8px; -webkit-transition: background-color 0.3s ease; transition: background-color 0.3s ease; width: -webkit-max-content; width: -moz-max-content; width: max-content; }
.contact-card-btn:hover { background-color: var(--contact-primary-orange-hover); }
@media (max-width: 992px) { .contact-hero-grid { gap: 40px; } .contact-hero-title { font-size: 2.5rem; } .contact-hero { padding-bottom: 120px; } }
@media (max-width: 768px) { .contact-form-card {padding: 20px;} .contact-support-section {padding-bottom:30px;} .contact-form-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .contact-cards-grid { margin-top: 40px; gap: 24px; } .contact-hero { padding-bottom: 40px;padding-top: 0; } .contact-hero-title { font-size: 1.6rem; } .contact-support-card { -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } .contact-logo-item { font-size: 1rem;} .contact-btn-submit{width: 100%; }  }
.contact-honeypot { display: none; }
.contact-info-block{margin-top:28px;display:flex;flex-direction:column;gap:12px;}
.contact-info-row{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:10px;transition:background .2s ease;}
.contact-info-row:hover{background:rgba(255,255,255,0.14);}
.contact-info-icon{flex-shrink:0;width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,0.15);display:flex;align-items:center;justify-content:center;color:#fff;}
.contact-info-text{color:#fff;font-size:14px;line-height:1.5;padding-top:8px;}
.contact-info-link{color:#fff;font-size:14px;line-height:1.5;padding-top:8px;text-decoration:none;transition:opacity .2s ease;}
.contact-info-link:hover{opacity:.75;text-decoration:underline;}

/* collaboration */
.clb-hero { background-color:#253141; background-image:linear-gradient(rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.05) 1px,transparent 1px),radial-gradient(circle at 15% 85%,rgba(251,147,70,0.13) 0%,transparent 50%),radial-gradient(circle at 85% 20%,rgba(251,147,70,0.10) 0%,transparent 45%); background-size:50px 50px,50px 50px,100% 100%,100% 100%; color:#fff; padding:40px 0 40px; position:relative; border-bottom:1px solid rgba(255,255,255,0.05); overflow:hidden; }
.clb-hero-inner { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; gap:60px; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.clb-hero-content { -webkit-box-flex:1; -ms-flex:1 1 380px; flex:1 1 380px; min-width:0; }
.clb-eyebrow { display:inline-block; font-size:0.82rem; font-weight:700; text-transform:uppercase; letter-spacing:1.2px; color:#fb9346; margin-bottom:14px; }
.clb-hero-title { font-size:3rem; font-weight:800; line-height:1.2; letter-spacing:-0.04em; margin:0 0 20px; color:#fff; }
.clb-hero-title span { color:#fb9346; }
.clb-hero-desc { font-size:1.1rem; color:#d1d5db; margin-bottom:30px; max-width:90%; line-height:1.8; }
.clb-hero-features { list-style:none; padding:0; margin:0 0 30px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; gap:14px 24px; }
.clb-hero-features li { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; gap:9px; font-size:0.92rem; font-weight:600; color:#e5e7eb; }
.clb-feat-check { width:17px; height:17px; -ms-flex-negative:0; flex-shrink:0; color:#2ecc71; fill:none; stroke:currentColor; stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; }
.clb-hero-cta { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; gap:12px; margin-bottom:36px; }
.clb-trusted-label { font-size:0.75rem; text-transform:uppercase; letter-spacing:1px; color:#94a3b8; margin-bottom:12px; font-weight:600; }
.clb-logos { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; gap:16px; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.clb-logo-img { height:38px; width:auto; max-width:88px; object-fit:contain; -webkit-filter:brightness(0) invert(1); filter:brightness(0) invert(1); opacity:0.65; -webkit-transition:opacity 0.25s ease; transition:opacity 0.25s ease; }
.clb-logo-img:hover { opacity:1; }
.clb-btn { display:inline-block; padding:12px 25px; border-radius:5px; font-size:1rem; font-weight:600; text-align:center; text-decoration:none; cursor:pointer; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; -webkit-box-sizing:border-box; box-sizing:border-box; }
.clb-btn-primary { border:2px solid #fb9346; background-color:#fb9346; color:#fff; }
.clb-btn-primary:hover { border-color:#e67e30; background-color:#e67e30; }
.clb-btn-outline { border:2px solid #ddd; background-color:transparent; color:#fb9346; }
.clb-btn-outline:hover { border-color:#fb9346; }
.clb-form-wrap { -webkit-box-flex:1; -ms-flex:1 1 400px; flex:1 1 400px; min-width:0; }
.clb-form-card { background:#fff; border-radius:12px; padding:36px; -webkit-box-shadow:0 20px 50px rgba(0,0,0,0.22); box-shadow:0 20px 50px rgba(0,0,0,0.22); color:#1A253A; }
.clb-form-step-title { color:#fb9346; font-weight:700; font-size:1rem; margin:0 0 20px; }
.clb-step-bar { min-height:44px; margin-bottom:20px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.clb-step-bar .clb-form-step-title { margin:0; }
.clb-step-bar .clb-step-alert { margin:0; width:100%; }
.clb-form-group { margin-bottom:15px; }
.clb-form-label { display:block; font-size:0.82rem; font-weight:600; color:#1A253A; margin-bottom:6px; }
.clb-required-star { color:#fb9346; }
.clb-field-error { display:none; font-size:0.78rem; color:#991b1b; margin-top:5px; }
.clb-form-row { display:-webkit-box; display:-ms-flexbox; display:flex; gap:15px; }
.clb-form-row .clb-form-group { -webkit-box-flex:1; -ms-flex:1; flex:1; min-width:0; }
.clb-form-control { width:100%; padding:12px 15px; border:1px solid #e5e7eb; border-radius:6px; font-family:inherit; font-size:0.9rem; color:#1A253A; outline:none; -webkit-transition:border-color 0.3s; transition:border-color 0.3s; background:#fff; -webkit-appearance:none; -moz-appearance:none; appearance:none; -webkit-box-sizing:border-box; box-sizing:border-box; }
.clb-form-control::-webkit-input-placeholder { color:#9ca3af; }
.clb-form-control::-moz-placeholder { color:#9ca3af; }
.clb-form-control:-ms-input-placeholder { color:#9ca3af; }
.clb-form-control:focus { border-color:#fb9346; }
textarea.clb-form-control { resize:vertical; min-height:100px; }
select.clb-form-control { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 12px center; padding-right:36px; cursor:pointer; }
.clb-alert { padding:14px 18px; border-radius:6px; margin-bottom:20px; font-size:0.9rem; font-weight:600; line-height:1.5; }
.clb-alert--success { background:#d1fae5; color:#065f46; border:1px solid #a7f3d0; }
.clb-alert--error { background:#fee2e2; color:#991b1b; border:1px solid #fca5a5; }
.clb-form-btn-primary { display:block; width:100%; padding:13px 24px; font-weight:700; text-align:center; border-radius:6px; cursor:pointer; -webkit-transition:background-color 0.3s ease; transition:background-color 0.3s ease; text-transform:uppercase; font-size:0.9rem; border:none; font-family:inherit; background-color:#fb9346; color:#fff; -webkit-box-sizing:border-box; box-sizing:border-box; }
.clb-form-btn-primary:hover { background-color:#e67e30; }
.clb-form-btn-outline { display:block; width:100%; padding:11px 24px; font-weight:700; text-align:center; border-radius:6px; cursor:pointer; -webkit-transition:background-color 0.3s ease; transition:background-color 0.3s ease; text-transform:uppercase; font-size:0.9rem; font-family:inherit; background-color:transparent; color:#fb9346; border:2px solid #fb9346; margin-top:10px; -webkit-box-sizing:border-box; box-sizing:border-box; }
.clb-form-btn-outline:hover { background-color:rgba(251,147,70,0.08); }
.clb-info-section { padding:40px 0; background:#fff; overflow:hidden; }
.clb-info-section.clb-bg-light { background:#f4f7fa; }
.clb-info-row { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; gap:70px; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.clb-info-row.clb-reverse { -webkit-box-orient:horizontal; -webkit-box-direction:reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse; }
.clb-info-content { -webkit-box-flex:1; -ms-flex:1; flex:1; min-width:280px; }
.clb-info-media { -webkit-box-flex:1; -ms-flex:1; flex:1; min-width:280px; }
.clb-section-label { display:inline-block; font-size:0.82rem; font-weight:700; text-transform:uppercase; letter-spacing:1.2px; color:#fb9346; margin-bottom:14px; }
.clb-section-title { font-size:2rem; font-weight:800; color:#1A253A; line-height:1.25; margin:0 0 18px; }
.clb-section-desc { font-size:1rem; color:#666; line-height:1.75; margin-bottom:15px; }
.clb-info-media-inner { position:relative; border-radius:14px; overflow:hidden; background:#0F172A; box-shadow:0 16px 40px rgba(0,0,0,0.12); width:100%; padding-top:56.25%; }
.clb-info-media-inner .mp-cover-img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; }
.clb-info-media-inner .mp-play-overlay { position:absolute; top:0; left:0; width:100%; height:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.clb-values-section { --clb-primary:#FF8C42; --clb-dark:#1A253A; --clb-grey:#666; position:relative; width:100%; padding:30px 0 20px; background-color:transparent; -webkit-box-sizing:border-box; box-sizing:border-box; }
.clb-values-header { margin-bottom:60px; text-align:center; opacity:0; -webkit-animation:clbFadeInDown 1s ease-out forwards; animation:clbFadeInDown 1s ease-out forwards; }
.clb-values-eyebrow { display:block; margin-bottom:15px; font-size:0.85rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:var(--clb-primary); }
.clb-values-title { max-width:850px; margin:0 auto 20px; font-size:1.7rem; font-weight:800; line-height:1.2; color:var(--clb-dark); }
.clb-values-subtitle { max-width:600px; margin:0 auto; font-size:1.1rem; color:var(--clb-grey);line-height:1.6;}
.clb-values-grid { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; gap:30px; }
.clb-values-grid > * { -webkit-box-flex:1; -ms-flex:1 1 280px; flex:1 1 280px; }
.clb-benefit-card { padding:40px 30px; border-radius:16px; text-align:center; background:#fff; box-shadow:0 10px 40px rgba(0,0,0,0.06); opacity:0; -webkit-transform:translateY(30px); transform:translateY(30px); -webkit-transition:-webkit-transform 0.4s ease,box-shadow 0.4s ease,opacity 0.4s ease; transition:transform 0.4s ease,box-shadow 0.4s ease,opacity 0.4s ease; }
.clb-benefit-card:hover { -webkit-transform:translateY(-10px); transform:translateY(-10px); box-shadow:0 20px 50px rgba(0,0,0,0.10); }
.clb-benefit-card-visible { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); }
.clb-benefit-icon-box { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; width:70px; height:70px; margin:0 auto 25px; border-radius:12px; background-color:var(--clb-primary); color:#fff; font-size:1.8rem; box-shadow:0 8px 20px rgba(255,140,66,0.25); -webkit-transition:-webkit-transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275); transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275); }
.clb-benefit-card:hover .clb-benefit-icon-box { -webkit-transform:scale(1.1) rotate(6deg); transform:scale(1.1) rotate(6deg); }
.clb-benefit-card h3 { margin-bottom:12px; font-size:1.35rem; font-weight:700; color:var(--clb-dark); }
.clb-benefit-card p { font-size:0.95rem; color:var(--clb-grey); line-height:1.7; }
.clb-mission-wrapper { width:100%; padding:0 24px; -webkit-box-sizing:border-box; box-sizing:border-box; }
.clb-mission-section { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; gap:50px; max-width:1320px; margin:20px auto 40px; padding:50px; border-radius:24px; background:#fff; color:#1a1b3a; box-shadow:0 20px 40px rgba(0,0,0,0.05); -webkit-box-sizing:border-box; box-sizing:border-box; }
.clb-mission-content { -webkit-box-flex:1; -ms-flex:1 1 400px; flex:1 1 400px; }
.clb-mission-content h2 { margin-bottom:25px; font-size:2.8rem; font-weight:800; line-height:1.2; color:#1a1b3a; }
.clb-mission-content p { margin-bottom:20px; font-size:1rem; color:#6b7280; line-height:1.7; }
.clb-mission-media-col { -webkit-box-flex:1; -ms-flex:1 1 380px; flex:1 1 380px; min-width:0; }
.clb-mission-media-inner { position:relative; border-radius:14px; overflow:hidden; background:#0F172A; box-shadow:0 16px 40px rgba(0,0,0,0.12); width:100%; padding-top:65%; }
.clb-mission-media-inner .mp-cover-img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; }
.clb-mission-media-inner .mp-play-overlay { position:absolute; top:0; left:0; width:100%; height:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.clb-animate-left { opacity:0; -webkit-transform:translateX(-40px); transform:translateX(-40px); -webkit-transition:opacity 0.7s ease,-webkit-transform 0.7s ease; transition:opacity 0.7s ease,transform 0.7s ease; }
.clb-animate-right { opacity:0; -webkit-transform:translateX(40px); transform:translateX(40px); -webkit-transition:opacity 0.7s ease,-webkit-transform 0.7s ease; transition:opacity 0.7s ease,transform 0.7s ease; }
.clb-in-view { opacity:1 !important; -webkit-transform:none !important; transform:none !important; }
@-webkit-keyframes clbFadeInDown { from { opacity:0; -webkit-transform:translateY(-20px); transform:translateY(-20px); } to { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); } }
@keyframes clbFadeInDown { from { opacity:0; -webkit-transform:translateY(-20px); transform:translateY(-20px); } to { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); } }
@media (max-width:991px) {
  .clb-hero { padding:20px 0 40px; }
  .clb-hero-inner { gap:30px; }
  .clb-hero-title { font-size:2rem; }
  .clb-hero-desc { font-size:1rem; margin-bottom:22px; max-width:100%; }
  .clb-form-card { padding:24px 20px; }
  .clb-form-row { -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; gap:0; }
  .clb-info-section { padding:30px 0 10px; }
  .clb-info-row, .clb-info-row.clb-reverse { -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; gap:30px; }
  .clb-info-content, .clb-info-media { min-width:0; width:100%; }
  .clb-section-title { font-size:1.2rem; }
  .clb-btn { padding:10px 20px; font-size:0.95rem; }
  .clb-values-section { padding:30px 0 10px; }
  .clb-values-title { font-size:1.3rem; }
  .clb-values-grid { gap:20px; }
  .clb-mission-section { -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; padding:10px 20px; margin-bottom:10px; gap:10px; }
  .clb-mission-content h2 { font-size:1.6rem; }
  .clb-mission-media-col { width:95%; margin:20px auto; -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; }
}
@media (max-width:480px) {
  .clb-hero-title { font-size:1.6rem; }
  .clb-hero-cta { -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; }
  .clb-hero-cta .clb-btn { width:100%; text-align:center; }
  .clb-btn { width:100%; text-align:center; }
}

/* product */
.pro-hero { --pro-primary-orange: #ff8c37; --pro-text-dark: #F8FAFC; --pro-text-grey: #CBD5E1; --pro-bg-color: #253141; display: block; overflow: hidden; width: 100%; background-color: var(--pro-bg-color); background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px), radial-gradient(circle at 15% 85%, rgba(251,147,70,0.13) 0%, transparent 50%), radial-gradient(circle at 85% 20%, rgba(251,147,70,0.10) 0%, transparent 45%); background-size: 50px 50px, 50px 50px, 100% 100%, 100% 100%; color: var(--pro-text-dark); box-sizing: border-box; }
.pro-hero * { box-sizing: border-box; }
.pro-hero .pro-hero__wrapper { display: flex; justify-content: space-between; align-items: center; gap: 40px; min-height: 80vh; max-width: 1320px; margin: 0 auto; padding: 30px 24px; opacity: 0; transition: opacity .8s ease-in-out; }
.pro-hero .pro-hero__wrapper.pro-hero__wrapper--visible { opacity: 1; }
.pro-hero .pro-hero__content { flex: 1.5; max-width: 100%; padding-right: 20px; margin-right: 40px; }
.pro-hero .pro-hero__title { margin: 0 0 20px; font-size: 2.5rem; font-weight: 900; line-height: 1.3; color: #F8FAFC; }
.pro-hero .pro-hero__highlight { color: var(--pro-primary-orange); }
.pro-hero .pro-hero__desc { max-width: 90%; margin-bottom: 30px; font-size: 1.15rem; color: #CBD5E1; line-height: 1.6; }
.pro-hero .pro-hero__features { list-style: none; padding: 0; margin: 0 0 30px; display: flex; flex-wrap: wrap; gap: 14px 24px; }
.pro-hero .pro-hero__features li { display: flex; align-items: center; gap: 9px; font-size: 0.92rem; font-weight: 600; color: #e5e7eb; }
.pro-hero .pro-hero__check-icon { width: 17px; height: 17px; flex-shrink: 0; color: #2ecc71; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.pro-hero .pro-hero__cta { display: flex; gap: 15px; margin-bottom: 30px; }
.pro-hero .pro-btn { display: inline-block; padding: 12px 25px; border-radius: 5px; font-size: 1rem; font-weight: 600; text-align: center; text-decoration: none; cursor: pointer; transition: all .3s ease; }
.pro-hero .pro-btn--primary { border: 2px solid var(--pro-primary-orange); background-color: var(--pro-primary-orange); color: #fff; }
.pro-hero .pro-btn--primary:hover { border-color: #e67e30; background-color: #e67e30; }
.pro-hero .pro-btn--outline { border: 2px solid rgba(255,255,255,0.25); background-color: transparent; color: #F8FAFC; }
.pro-hero .pro-btn--outline:hover { border-color: var(--pro-primary-orange); color: var(--pro-primary-orange); }
.pro-hero .pro-hero__image { display: flex; flex: 1; justify-content: center; align-items: center; }
.pro-hero .pro-hero__media-wrap { width: 100%; max-width: 500px; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.35); cursor: pointer; }
.pro-hero .pro-hero__media-wrap .mp-media-inner { position:relative; width:100%; padding-top:56.25%; border-radius:12px; overflow:hidden; }
.pro-hero .pro-hero__media-wrap .mp-cover-img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; display:block; border-radius:0; }
@media (max-width: 991px) { .pro-hero .pro-hero__wrapper { flex-direction: column; align-items: flex-start; min-height: auto; padding-top: 30px; padding-bottom: 30px; } .pro-hero .pro-hero__content { max-width: 100%; padding-right: 0; margin-right: 0; } .pro-hero .pro-hero__image { display: none; } .pro-hero .pro-hero__title { font-size: 1.5rem; } .pro-hero .pro-hero__desc { max-width: 100%; } }
@media (max-width: 576px) { .pro-hero .pro-hero__cta { flex-direction: column; } .pro-hero .pro-btn { width: 100%; text-align: center; } }
.pro-hero .pro-hero__trust { margin-top: 30px; }
.pro-hero .pro-hero__trust p { margin: 0 0 15px; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; color: #999; }
.pro-hero .pro-hero__logos { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.pro-hero .pro-hero__logo-img { width: auto; max-width: 80px; height: 40px; object-fit: contain; opacity: 0.6; filter: grayscale(40%); transition: opacity .25s ease, filter .25s ease; }
.pro-hero .pro-hero__logo-img:hover { opacity: 1; filter: grayscale(0%); }
@media (max-width: 768px) { .pro-hero .pro-hero__logos { gap: 10px 20px; justify-content: center; } .pro-hero .pro-hero__trust { text-align: center; } }
.pro-benefits { --pro-benefits-color: #FF8C42; --pro-benefits-dark: #1A253A; --pro-benefits-grey: #666; position: relative; width: 100%; padding: 70px 0; background-color: transparent; box-sizing: border-box; }
.pro-benefits * { box-sizing: border-box; margin: 0; padding: 0; }
.pro-benefits .pro-benefits__container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.pro-benefits .pro-benefits__header { margin-bottom: 60px; text-align: center; opacity: 0; animation: proBenFadeInDown 1s ease-out forwards; }
.pro-benefits .pro-benefits__eyebrow { display: block; margin-bottom: 15px; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--pro-benefits-color); }
.pro-benefits .pro-benefits__title { max-width: 850px; margin: 0 auto 20px; font-size: 1.7rem; font-weight: 800; line-height: 1.2; color: var(--pro-benefits-dark); }
.pro-benefits .pro-benefits__grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 30px; }
.pro-benefits .pro-benefits__card { -webkit-box-flex: 1; -ms-flex: 1 1 380px; flex: 1 1 380px; max-width: 100%; padding: 40px 30px; border-radius: 16px; text-align: center; background: #fff; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease; }
.pro-benefits .pro-benefits__card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0,0,0,0.10); }
.pro-benefits .pro-benefits__card.pro-benefits__card--visible { opacity: 1; transform: translateY(0); }
.pro-benefits .pro-benefits__icon { display: flex; justify-content: center; align-items: center; width: 70px; height: 70px; margin: 0 auto 25px; border-radius: 12px; background-color: var(--pro-benefits-color); color: #fff; box-shadow: 0 8px 20px rgba(255,140,66,0.25); transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow: hidden; }
.pro-benefits .pro-benefits__icon svg { width: 36px; height: 36px; fill: #fff; }
.pro-benefits .pro-benefits__card:hover .pro-benefits__icon { transform: scale(1.1) rotate(6deg); }
.pro-benefits .pro-benefits__card h3 { margin-bottom: 12px; font-size: 1.35rem; font-weight: 700; color: var(--pro-benefits-dark); }
.pro-benefits .pro-benefits__card p { font-size: 0.95rem; color: var(--pro-benefits-grey); line-height: 1.7; }
@keyframes proBenFadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) { .pro-benefits .pro-benefits__grid { gap: 20px; } .pro-benefits .pro-benefits__card { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px); } }
@media (max-width: 576px) { .pro-benefits { padding: 40px 0 20px; } .pro-benefits .pro-benefits__title { font-size: 1.3rem; } .pro-benefits .pro-benefits__grid { gap: 20px; } .pro-benefits .pro-benefits__card { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
.pro-features-section { padding: 80px 0; width: 100%; font-family: 'InterVariable', sans-serif; }
.pro-features-section * { box-sizing: border-box; }
.pro-features-section--light { background-color: #F4F8FB; }
.pro-features-section--white { background-color: #FFFFFF; }
.pro-features__container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.pro-features__row { display: flex; align-items: flex-start; gap: 60px; }
.pro-features__row.reversed { flex-direction: row-reverse; }
.pro-features__content { flex: 1; max-width: 45%; }
.pro-features__media { flex: 1.2; position: relative; }
.pro-features__content h2 { font-size: 2.2rem; font-weight: 800; color: #1A253A; line-height: 1.2; margin-top: 0; margin-bottom: 30px; }
.pro-features__accordion { border-top: 1px solid #E2E8F0; }
.pro-features__acc-item { border-bottom: 1px solid #E2E8F0; }
.pro-features__acc-btn { width: 100%; display: flex; justify-content: space-between; align-items: center; background: transparent; border: none; padding: 20px 0; font-size: 1.3rem; font-weight: 700; color: #1A253A; cursor: pointer; text-align: left; transition: color 0.3s; font-family: inherit; }
.pro-features__acc-btn svg { flex-shrink: 0; color: #64748B; transition: transform 0.3s ease; }
.pro-features__acc-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, opacity 0.4s ease; opacity: 0; }
.pro-features__acc-body p { font-size: 1rem; color: #64748B; line-height: 1.6; margin: 0 0 20px 0; padding-right: 20px; }
.pro-features__acc-item.active .pro-features__acc-btn svg { transform: rotate(180deg); color: #1A253A; }
.pro-features__acc-item.active .pro-features__acc-body { max-height: 500px; opacity: 1; }
.pro-features__img-dots { position: absolute; top: -20px; bottom: -30px; background-image: radial-gradient(#cbd5e1 2px, transparent 2px); background-size: 20px 20px; z-index: 1; opacity: 0.7; }
.pro-features__row:not(.reversed) .pro-features__img-dots { right: -20px; left: 20px; }
.pro-features__row.reversed .pro-features__img-dots { left: -20px; right: 20px; }
.pro-features__media-box { position: relative; z-index: 3; border-radius: 8px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.pro-features__media-box .mp-media-inner { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; }
.pro-features__media-box .mp-cover-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 992px) { .pro-features__row, .pro-features__row.reversed { flex-direction: column; } .pro-features__content, .pro-features__media { max-width: 100%; width: 100%; } .pro-features__content h2 { font-size: 1.8rem; } }
.pro-tabs-section { padding: 80px 0; background-color: #F4F8FB; width: 100%; font-family: 'InterVariable', sans-serif; }
.pro-tabs-section * { box-sizing: border-box; }
.pro-tabs__container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.pro-tabs__header { text-align: center; margin-bottom: 50px; }
.pro-tabs__header h2 { font-size: 3rem; font-weight: 900; color: #1A253A; margin: 0 0 10px 0; letter-spacing: -0.5px; }
.pro-tabs__header .pro-tabs__eyebrow { color: #ff8c37; font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.pro-tabs__nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 50px; }
.pro-tabs__btn { background-color: #E2E8F0; border: none; padding: 14px 24px; font-size: 1rem; font-weight: 600; color: #64748B; cursor: pointer; border-radius: 4px; transition: all 0.3s ease; font-family: inherit; }
.pro-tabs__btn:hover { background-color: #CBD5E1; color: #1A253A; }
.pro-tabs__btn.active { background-color: #FFFFFF; color: #1A253A; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.pro-tabs__pane { display: none; }
.pro-tabs__pane.active { display: block; animation: proTabFadeIn 0.35s ease forwards; }
@keyframes proTabFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.pro-tabs__pane-row { display: flex; align-items: center; gap: 60px; }
.pro-tabs__pane-text { flex: 1; max-width: 45%; }
.pro-tabs__pane-text h3 { font-size: 2rem; font-weight: 800; color: #1A253A; margin-top: 0; margin-bottom: 20px; }
.pro-tabs__pane-text p { font-size: 1.05rem; color: #64748B; line-height: 1.7; margin-bottom: 30px; }
.pro-tabs__pane-media { flex: 1.2; position: relative; }
.pro-tabs__img-dots { position: absolute; top: -20px; right: -20px; bottom: -30px; left: 20px; background-image: radial-gradient(#cbd5e1 2px, transparent 2px); background-size: 20px 20px; z-index: 1; opacity: 0.7; }
.pro-tabs__media-box { position: relative; z-index: 2; border-radius: 8px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.pro-tabs__media-box .mp-media-inner { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; }
.pro-tabs__media-box .mp-cover-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 992px) { .pro-tabs__pane-row { flex-direction: column; } .pro-tabs__pane-text, .pro-tabs__pane-media { max-width: 100%; width: 100%; } .pro-tabs__nav { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 10px; } .pro-tabs__btn { white-space: nowrap; } .pro-tabs__header h2 { font-size: 2.2rem; } }
.pro-pricing { background-color: #0F172A; padding: 100px 0; width: 100%; font-family: 'InterVariable', sans-serif; }
.pro-pricing * { box-sizing: border-box; }
.pro-pricing__container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.pro-pricing__header { text-align: center; margin-bottom: 50px; }
.pro-pricing__header h2 { font-size: 2.4rem; font-weight: 900; color: #F8FAFC; margin: 0 0 12px 0; letter-spacing: -0.5px; }
.pro-pricing__header p { color: #94A3B8; font-size: 1rem; max-width: 600px; margin: 0 auto; }
.pro-pricing__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pro-pricing__card { background-color: #1E293B; border: 1px solid #334155; border-radius: 12px; padding: 28px 18px; position: relative; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.pro-pricing__card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.4); border-color: #475569; }
.pro-pricing__card.popular { border-color: #ff8c37; border-top: 4px solid #ff8c37; }
.pro-pricing__badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background-color: #ff8c37; color: #FFFFFF; padding: 5px 14px; border-radius: 30px; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }
.pro-pricing__plan-slogan { font-size: 0.92rem; font-weight: 700; color: #F8FAFC; background-color: #10B981; text-align: center; padding: 8px 10px; border-radius: 6px; margin: 6px 0 16px 0; }
.pro-pricing__plan-badge-label { font-size: 0.88rem; color: #94A3B8; margin: 0 0 6px 0; }
.pro-pricing__plan-name { font-size: 1.2rem; font-weight: 700; color: #F8FAFC; margin: 0 0 10px 0; }
.pro-pricing__plan-label { font-size: 0.82rem; color: #94A3B8; margin: 0 0 6px 0; }
.pro-pricing__plan-price { font-size: 2.8rem; font-weight: 900; color: #FFFFFF; margin: 0 0 4px 0; display: flex; align-items: baseline; gap: 4px; }
.pro-pricing__plan-price .pro-pricing__currency { font-size: 1.2rem; font-weight: 700; color: #F8FAFC; }
.pro-pricing__plan-price span { font-size: 0.9rem; font-weight: 500; color: #94A3B8; }
.pro-pricing__plan-features { list-style: none; padding: 0; margin: 0 0 24px 0; flex-grow: 1; }
.pro-pricing__plan-features li { margin-bottom: 10px; font-size: 0.85rem; display: flex; align-items: center; gap: 8px; color: #F8FAFC; }
.pro-pricing__plan-features li.disabled { color: #94A3B8; text-decoration: line-through; }
.pro-pricing__check-icon { width: 15px; height: 15px; flex-shrink: 0; color: #10B981; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.pro-pricing__cross-icon { width: 15px; height: 15px; flex-shrink: 0; color: #EF4444; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; }
.pro-pricing__plan-action { text-align: center; margin-top: auto; }
.pro-pricing__plan-btn { display: inline-block; width: 100%; padding: 11px 14px; background-color: #3B82F6; color: #FFFFFF; text-decoration: none; font-weight: 700; font-size: 0.9rem; border-radius: 8px; transition: all 0.3s ease; border: none; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.pro-pricing__plan-btn:hover { background-color: #2563EB; transform: translateY(-2px); box-shadow: 0 6px 15px rgba(59,130,246,0.4); }
.pro-pricing__card.popular .pro-pricing__plan-btn { background-color: #ff8c37; }
.pro-pricing__card.popular .pro-pricing__plan-btn:hover { background-color: #e67e22; box-shadow: 0 6px 15px rgba(255,140,55,0.4); }
.pro-pricing__footnotes { margin-top: 50px; text-align: center; }
.pro-pricing__footnotes li { color: #64748B; font-size: 0.85rem; list-style: none; margin-bottom: 6px; }
@media (max-width: 1100px) { .pro-pricing__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 992px) { .pro-pricing__grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }
@media (max-width: 768px) { .pro-pricing__header h2 { font-size: 1.8rem; } }
.pro-faq { background-color: #FFFFFF; padding: 80px 0; width: 100%; font-family: 'InterVariable', sans-serif; }
.pro-faq * { box-sizing: border-box; }
.pro-faq__container { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.pro-faq__header { text-align: center; margin-bottom: 50px; }
.pro-faq__eyebrow { color: #ff8c37; font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 15px; }
.pro-faq__header h2 { font-size: 3rem; font-weight: 900; color: #1A253A; margin: 0; letter-spacing: -0.5px; }
.pro-faq__list { border-top: 1px solid #E2E8F0; }
.pro-faq__item { border-bottom: 1px solid #E2E8F0; }
.pro-faq__question { width: 100%; display: flex; justify-content: space-between; align-items: center; background: transparent; border: none; padding: 25px 0; font-size: 1.25rem; font-weight: 500; color: #1A253A; cursor: pointer; text-align: left; font-family: inherit; transition: color 0.3s; }
.pro-faq__question:hover { color: #ff8c37; }
.pro-faq__question-icon { width: 18px; height: 18px; flex-shrink: 0; color: #64748B; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.3s ease; }
.pro-faq__answer { max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.4s ease, opacity 0.4s ease; }
.pro-faq__answer p { font-size: 1.05rem; color: #64748B; line-height: 1.7; margin: 0 0 25px 0; padding-right: 40px; }
.pro-faq__item.active .pro-faq__question-icon { transform: rotate(90deg); }
.pro-faq__item.active .pro-faq__answer { max-height: 600px; opacity: 1; }
@media (max-width: 768px) {.pro-benefits .pro-benefits__eyebrow {font-size: 0.8rem;} .pro-benefits .pro-benefits__card h3 {font-size: 1.2rem;} .pro-faq__header h2 { font-size: 1.3rem; } .pro-faq__question { font-size: 1rem; padding: 20px 0; } .pro-faq__answer p { padding-right: 10px; } .pro-hero .pro-hero__desc {font-size: 1rem;} .pro-benefits .pro-benefits__header {margin-bottom: 40px;} .pro-features-section { padding: 30px 0 40px;} .pro-features__content h2 {font-size: 1.5rem;text-align: center;} .pro-features__row {gap:30px} .pro-features__acc-btn {font-size: 1rem;} .pro-tabs__header h2 {font-size: 1.5rem;margin-bottom: 0;} .pro-tabs__header{margin-bottom: 20px;} .pro-tabs-section {padding: 25px 0;} .pro-tabs__pane-row {gap: 2px;} .pro-pricing {padding: 40px 0;} .pro-faq {padding: 40px 0;} .pro-tabs__btn {padding:12px 10px;font-size: 0.8rem;} .pro-tabs__pane-text h3{font-size: 1.1rem;} .pro-tabs__nav{margin-bottom: 25px;} .pro-pricing__plan-price{font-size: 1.9rem;} .pro-pricing__plan-features li{font-size: 0.9rem;} .pro-pricing__card{margin-bottom: 12px;} .pro-faq__header {margin-bottom: 30px;} .pro-faq__answer p{line-height: 1.5; font-size: 1rem;} }


/* solution */
.solution-hero{--sol-orange:#FF8C42;--sol-dark:#0F172A;--sol-dark2:#1E293B;--sol-text:#CBD5E1;display:block;width:100%;background-color:var(--sol-dark);background-image:linear-gradient(rgba(255,255,255,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px),radial-gradient(circle at 12% 80%,rgba(255,140,66,0.12) 0%,transparent 50%),radial-gradient(circle at 88% 18%,rgba(255,140,66,0.09) 0%,transparent 45%);background-size:50px 50px,50px 50px,100% 100%,100% 100%;color:#F8FAFC;box-sizing:border-box;overflow:hidden}
.solution-hero *{box-sizing:border-box}
.solution-hero__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;min-height:80vh;max-width:1320px;margin:0 auto;padding:30px 24px;opacity:0;-webkit-transition:opacity .8s ease-in-out;transition:opacity .8s ease-in-out}
.solution-hero__wrapper--visible{opacity:1}
.solution-hero__content{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;max-width:100%;padding-right:20px;margin-right:40px}
.solution-hero__title{margin:0 0 20px;font-size:2.5rem;font-weight:900;line-height:1.3;color:#F8FAFC}
.solution-hero__highlight{color:var(--sol-orange)}
.solution-hero__desc{max-width:90%;margin-bottom:30px;font-size:1.15rem;color:var(--sol-text);line-height:1.6}
.solution-hero__features{list-style:none;padding:0;margin:0 0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:14px 24px}
.solution-hero__features li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:9px;font-size:0.92rem;font-weight:600;color:#e5e7eb}
.solution-hero__check{width:17px;height:17px;-ms-flex-negative:0;flex-shrink:0;color:#2ecc71;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.solution-hero__cta{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-bottom:30px}
.sol-btn{display:inline-block;padding:12px 25px;border-radius:5px;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}
.sol-btn--primary{border:2px solid var(--sol-orange);background-color:var(--sol-orange);color:#fff}
.sol-btn--primary:hover{border-color:#e67e30;background-color:#e67e30}
.sol-btn--outline{border:2px solid rgba(255,255,255,0.25);background-color:transparent;color:#F8FAFC}
.sol-btn--outline:hover{border-color:var(--sol-orange);color:var(--sol-orange)}
.solution-hero__media-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.solution-hero__media-wrap{width:100%;max-width:500px;border-radius:12px;overflow:hidden;-webkit-box-shadow:0 20px 50px rgba(0,0,0,0.35);box-shadow:0 20px 50px rgba(0,0,0,0.35)}
.solution-hero__media-wrap .mp-media-inner{position:relative;width:100%;padding-top:56.25%;border-radius:12px;overflow:hidden}
.solution-hero__media-wrap .mp-cover-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}
@media(max-width:991px){.solution-hero__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:auto;padding-top:30px;padding-bottom:30px}.solution-hero__content{max-width:100%;padding-right:0;margin-right:0}.solution-hero__media-col{display:none}.solution-hero__title{font-size:1.5rem}.solution-hero__desc{max-width:100%}}
@media(max-width:576px){.solution-hero__cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sol-btn{width:100%;text-align:center}}
.solution-hero__trust{margin-top:10px}
.solution-hero__trust p{font-size:0.82rem;color:#94a3b8;margin:0 0 12px;font-weight:500}
.solution-hero__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.solution-hero__logo-img{height:32px;width:auto;max-width:80px;-o-object-fit:contain;object-fit:contain;opacity:0.75;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);-webkit-transition:opacity .2s;transition:opacity .2s}
.solution-hero__logo-img:hover{opacity:1}
.sol-challenge{padding:80px 0;background-color:#fff;width:100%;box-sizing:border-box}
.sol-challenge *{box-sizing:border-box}
.sol-challenge__container{max-width:1320px;margin:0 auto;padding:0 24px}
.sol-challenge__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:80px}
.sol-challenge__content{-webkit-box-flex:1;-ms-flex:1;flex:1}
.sol-challenge__media{-webkit-box-flex:1.2;-ms-flex:1.2;flex:1.2;position:relative}
.sol-challenge__eyebrow{display:block;color:#FF8C42;font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px}
.sol-challenge__title{font-size:2.2rem;font-weight:800;color:#1A253A;line-height:1.2;margin:0 0 20px}
.sol-challenge__desc{font-size:1.05rem;color:#64748B;line-height:1.75;margin:0 0 30px}
.sol-challenge__cta{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}
.sol-challenge__btn{display:inline-block;padding:12px 25px;border-radius:5px;font-size:1rem;font-weight:600;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}
.sol-challenge__btn--primary{background-color:#FF8C42;color:#fff;border:2px solid #FF8C42}
.sol-challenge__btn--primary:hover{background-color:#e67e30;border-color:#e67e30}
.sol-challenge__btn--outline{background-color:transparent;color:#1A253A;border:2px solid #CBD5E1}
.sol-challenge__btn--outline:hover{border-color:#FF8C42;color:#FF8C42}
.sol-challenge__media-box{position:relative;z-index:2;border-radius:8px;overflow:hidden;-webkit-box-shadow:0 20px 40px rgba(0,0,0,0.12);box-shadow:0 20px 40px rgba(0,0,0,0.12)}
.sol-challenge__media-box .mp-media-inner{position:relative;width:100%;padding-top:56.25%;overflow:hidden}
.sol-challenge__media-box .mp-cover-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}
@media(max-width:992px){.sol-challenge__grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:30px}.sol-challenge__content,.sol-challenge__media{width:100%;max-width:100%}.sol-challenge__title{font-size:1.4rem ; text-align: center;} .sol-challenge__eyebrow{text-align: center;} .sol-challenge__btn{width: 100%;text-align: center;}  }
.sol-rwa{padding:80px 0;background-color:#F4F8FB;width:100%;box-sizing:border-box}
.sol-rwa *{box-sizing:border-box}
.sol-rwa__container{max-width:1320px;margin:0 auto;padding:0 24px}
.sol-rwa__header{text-align:center;margin-bottom:60px}
.sol-rwa__eyebrow{display:block;color:#FF8C42;font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px}
.sol-rwa__title{font-size:2.2rem;font-weight:800;color:#1A253A;margin:0 0 15px}
.sol-rwa__desc{font-size:1.05rem;color:#64748B;max-width:700px;margin:0 auto;line-height:1.7}
.sol-rwa__body{display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.sol-rwa__items{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}
.sol-rwa__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:18px;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,0.06);box-shadow:0 4px 16px rgba(0,0,0,0.06);-webkit-transition:-webkit-box-shadow 0.3s ease,-webkit-transform 0.3s ease;transition:box-shadow 0.3s ease,transform 0.3s ease}
.sol-rwa__item:hover{-webkit-box-shadow:0 8px 28px rgba(0,0,0,0.10);box-shadow:0 8px 28px rgba(0,0,0,0.10);-webkit-transform:translateY(-3px);transform:translateY(-3px)}
.sol-rwa__item-icon{width:48px;height:48px;-ms-flex-negative:0;flex-shrink:0;border-radius:10px;background-color:#FF8C42;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 4px 12px rgba(255,140,66,0.25);box-shadow:0 4px 12px rgba(255,140,66,0.25)}
.sol-rwa__item-icon svg{width:26px;height:26px;fill:#fff}
.sol-rwa__item-text h3{font-size:1.1rem;font-weight:700;color:#1A253A;margin:0 0 6px}
.sol-rwa__item-text p{font-size:0.9rem;color:#64748B;line-height:1.6;margin:0}
.sol-rwa__media{-webkit-box-flex:1.2;-ms-flex:1.2;flex:1.2;position:relative}
.sol-rwa__media-box{position:relative;z-index:2;border-radius:8px;overflow:hidden;-webkit-box-shadow:0 20px 40px rgba(0,0,0,0.12);box-shadow:0 20px 40px rgba(0,0,0,0.12)}
.sol-rwa__media-box .mp-media-inner{position:relative;width:100%;padding-top:56.25%;overflow:hidden}
.sol-rwa__media-box .mp-cover-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}
@media(max-width:992px){.sol-rwa__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sol-rwa__items,.sol-rwa__media{width:100%;max-width:100%}.sol-rwa__title{font-size:1.4rem} .sol-rwa__desc {line-height: 1.5;font-size: 1rem;}}
.sol-val{--sol-val-primary:#FF8C42;--sol-val-dark:#1A253A;--sol-val-grey:#666;--sol-val-bg:#FFF;position:relative;width:100%;padding:70px 0;direction:ltr;text-align:left;background-color:transparent;box-sizing:border-box}
.sol-val *{box-sizing:border-box;margin:0;padding:0;outline:none;text-decoration:none}
.sol-val__container{max-width:1320px;margin:0 auto;padding:0 24px}
.sol-val__header{margin-bottom:60px;text-align:center;opacity:0;-webkit-animation:solValFadeInDown 1s ease-out forwards;animation:solValFadeInDown 1s ease-out forwards}
.sol-val__eyebrow{display:block;margin-bottom:15px;font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--sol-val-primary)}
.sol-val__title{max-width:850px;margin:0 auto 20px;font-size:1.7rem;font-weight:800;line-height:1.2;color:var(--sol-val-dark)}
.sol-val__subtitle{max-width:600px;margin:0 auto;font-size:1.1rem;color:var(--sol-val-grey)}
.sol-val__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}
.sol-val__grid>*{-webkit-box-flex:1;-ms-flex:1 1 380px;flex:1 1 380px}
.sol-val__card{padding:40px 30px;border-radius:16px;text-align:center;background:var(--sol-val-bg);-webkit-box-shadow:0 10px 40px rgba(0,0,0,0.04);box-shadow:0 10px 40px rgba(0,0,0,0.04);opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px);-webkit-transition:-webkit-transform 0.4s ease,-webkit-box-shadow 0.4s ease;transition:transform 0.4s ease,box-shadow 0.4s ease}
.sol-val__card:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 20px 50px rgba(0,0,0,0.08);box-shadow:0 20px 50px rgba(0,0,0,0.08)}
.sol-val__card.sol-val__card--visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
.sol-val__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70px;height:70px;margin:0 auto 25px;border-radius:12px;background-color:var(--sol-val-primary);color:#fff;-webkit-box-shadow:0 8px 20px rgba(255,140,66,0.25);box-shadow:0 8px 20px rgba(255,140,66,0.25);-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275);transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275)}
.sol-val__card:hover .sol-val__icon{-webkit-transform:scale(1.1) rotate(6deg);transform:scale(1.1) rotate(6deg)}
.sol-val__card h3{margin-bottom:12px;font-size:1.35rem;font-weight:700;color:var(--sol-val-dark)}
.sol-val__card p{font-size:0.95rem;color:var(--sol-val-grey);line-height:1.7}
@-webkit-keyframes solValFadeInDown{from{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes solValFadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:576px){.sol-val{padding:25px 0 20px}.sol-val__title{font-size:1.3rem}.sol-val__grid{gap:20px}}
.sol-faq{background-color:#fff;padding:80px 0;width:100%;box-sizing:border-box}
.sol-faq *{box-sizing:border-box}
.sol-faq__container{max-width:900px;margin:0 auto;padding:0 24px}
.sol-faq__header{text-align:center;margin-bottom:50px}
.sol-faq__eyebrow{display:block;color:#FF8C42;font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px}
.sol-faq__title{font-size:3rem;font-weight:900;color:#1A253A;margin:0}
.sol-faq__list{border-top:1px solid #E2E8F0}
.sol-faq__item{border-bottom:1px solid #E2E8F0}
.sol-faq__btn{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:none;padding:25px 0;font-size:1.25rem;font-weight:500;color:#1A253A;cursor:pointer;text-align:left;font-family:inherit;-webkit-transition:color 0.3s;transition:color 0.3s}
.sol-faq__btn:hover{color:#FF8C42}
.sol-faq__icon{width:18px;height:18px;-ms-flex-negative:0;flex-shrink:0;fill:none;stroke:#64748B;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;-webkit-transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease}
.sol-faq__answer{max-height:0;overflow:hidden;opacity:0;-webkit-transition:max-height 0.4s ease,opacity 0.4s ease;transition:max-height 0.4s ease,opacity 0.4s ease}
.sol-faq__answer p{font-size:1.05rem;color:#64748B;line-height:1.7;margin:0 0 25px;padding-right:40px}
.sol-faq__item.sol-faq--active .sol-faq__icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.sol-faq__item.sol-faq--active .sol-faq__answer{max-height:600px;opacity:1}
@media(max-width:768px){.sol-challenge {padding: 40px 0;} .sol-rwa {padding: 40px 0;} .sol-val__title {margin: 0 auto 0; font-size: 1.5rem; margin-bottom: 20px;} .sol-val__desc{line-height: 1.6rem;} .sol-faq {padding:40px 0;} .sol-faq__title{font-size:1.3rem}.sol-faq__btn{font-size:1rem;padding:20px 0}.sol-faq__answer p{line-height: 1.5; font-size: 1rem;padding-right:10px} .solution-hero__desc{font-size: 1rem;} .sol-rwa__header{margin-bottom: 25px;} .sol-rwa__items{gap: 12px;} .sol-rwa__item-text h3{font-size: 1rem;} .sol-rwa__body{gap:30px} .sol-val__header{margin-bottom: 40px;} .sol-val__card h3{font-size: 1.2rem;} .sol-faq__header{margin-bottom: 30px;} }


/* editor */
.editor-content { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1rem; line-height: 1.65; color: #1E293B; max-width: 820px; margin: 0 auto; word-wrap: break-word; }
.editor-content h1 { font-size: 2.4rem; font-weight: 700; margin-top: 2rem; margin-bottom: 1rem; line-height: 1.2; letter-spacing: -0.02em; color: #0A1A2B; border-bottom: 3px solid rgba(0, 120, 215, 0.2); padding-bottom: 0.6rem; }
.editor-content h2 { font-size: 1.6rem; font-weight: 650; margin-top: 2rem; margin-bottom: 0.9rem; line-height: 1.3; color: #0F2B4C; border-left: 5px solid #F26522; padding-left: 1.2rem; }
.editor-content h3 { font-size: 1.5rem; font-weight: 600; margin-top: 1.7rem; margin-bottom: 0.7rem; color: #1a3042; }
.editor-content h4 { font-size: 1.25rem; font-weight: 600; margin-top: 1.5rem; margin-bottom: 0.6rem; color: #1E293B; text-transform: uppercase; letter-spacing: 0.3px; }
.editor-content h5 { font-size: 1.1rem; font-weight: 600; margin-top: 1.3rem; margin-bottom: 0.5rem; color: #475569; font-style: italic; }
.editor-content h6 { font-size: 0.9rem; font-weight: 700; margin-top: 1rem; margin-bottom: 0.4rem; color: #64748B; text-transform: uppercase; letter-spacing: 0.8px; }
.editor-content p { margin-bottom: 1.4rem; margin-top: 0; }
.editor-content a { color: #0078D7; text-decoration: none; font-weight: 500; border-bottom: 1.5px solid #F26522; padding-bottom: 1px; transition: color 0.2s ease, border-color 0.2s ease; }
.editor-content a:hover { color: #F26522; border-bottom-color: #0078D7; }
.editor-content ul { margin: 1.3rem 0; padding-left: 0; list-style: none; }
.editor-content ul li { margin-bottom: 0.7rem; padding-left: 2rem; position: relative; line-height: 1.55; font-size: 0.98rem; }
.editor-content ul > li::before { content: "✓"; position: absolute; left: 0; top: 0.1rem; width: 1.3rem; height: 1.3rem; background: #F26522; border-radius: 50%; box-shadow: 0 2px 6px rgba(0, 120, 215, 0.25); color: white; font-weight: bold; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.3); }
.editor-content ul ul { margin-top: 0.4rem; margin-bottom: 0.2rem; }
.editor-content ul ul li::before { content: ""; background: #FDE8D9; box-shadow: inset 0 0 0 4px #F26522; color: transparent; border: 1px solid #FDE8D9; width: 0.6rem; height: 0.6rem; top: 0.4rem; left: 0.3rem; border-radius: 50%; }
.editor-content ol { margin: 1.3rem 0; padding-left: 0; list-style: none; counter-reset: tsplus-counter; }
.editor-content ol li { counter-increment: tsplus-counter; margin-bottom: 0.7rem; padding-left: 2.4rem; position: relative; min-height: 1.7rem; font-size: 0.98rem; }
.editor-content ol li::before { content: counter(tsplus-counter); position: absolute; left: 0; top: 0; background: #F26522; color: white; font-weight: 700; font-size: 0.8rem; width: 1.6rem; height: 1.6rem; border-radius: 6px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 8px -2px rgba(242, 101, 34, 0.3); }
.editor-content blockquote { margin: 1.8rem 0; padding: 1.2rem 1.8rem; background: #FFFFFF; border-radius: 12px; border-left: 5px solid #0078D7; box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.08); border: 1px solid #E2E8F0; border-left-width: 5px; font-style: normal; color: #334155; }
.editor-content blockquote p { margin-bottom: 0.5rem; }
.editor-content blockquote p:last-child { margin-bottom: 0; }
.editor-content code:not(pre code) { background: #F1F5F9; padding: 0.15rem 0.4rem; border-radius: 5px; font-family: 'JetBrains Mono', 'SF Mono', monospace; font-size: 0.85rem; color: #E35205; border: 1px solid #CBD5E1; font-weight: 500; }
.editor-content pre { background: #0A1A2B; padding: 1.2rem; border-radius: 10px; overflow-x: auto; margin: 1.5rem 0; box-shadow: 0 10px 20px -8px rgba(10, 26, 43, 0.2); border: 1px solid #1E3A5F; }
.editor-content pre code { background: transparent; color: #E2E8F0; font-size: 0.85rem; font-family: 'JetBrains Mono', monospace; padding: 0; }
.editor-content table { width: 100%; margin: 1.5rem 0; border-collapse: separate; border-spacing: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 18px -6px rgba(0, 0, 0, 0.08); border: 1px solid #E2E8F0; font-size: 0.95rem; }
.editor-content th { background: #0A1A2B; color: white; font-weight: 600; padding: 0.8rem 1.2rem; text-align: left; font-size: 0.85rem; letter-spacing: 0.4px; }
.editor-content td { padding: 0.8rem 1.2rem; border-bottom: 1px solid #E2E8F0; background: white; }
.editor-content tr:hover td { background: #F8FAFC; }
.editor-content img { max-width: 100%; height: auto; display: block; margin: 2rem auto; border-radius: 12px; box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.1); border: 1px solid #E2E8F0; }
.editor-content hr { border: none; height: 1.5px; background: linear-gradient(to right, transparent, #0078D7 20%, #F26522 80%, transparent); margin: 2.5rem 0; }
.editor-content .first-btn, .editor-content button { display: inline-block; background: #F26522; color: white; padding: 0.6rem 1.8rem; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 0.9rem; box-shadow: 0 6px 14px -4px rgba(242, 101, 34, 0.35); transition: all 0.2s; border: none; cursor: pointer; }
.editor-content .first-btn:hover { background: #0078D7; box-shadow: 0 8px 18px -6px rgba(0, 120, 215, 0.4); transform: translateY(-1px); }
.editor-content ::selection { background: #D2E5FA; color: #0A1A2B; }
.editor-content ::-moz-selection { background: #D2E5FA; color: #0A1A2B; }
@media (max-width: 991px) { 
  .editor-content { font-size: 0.8rem; }
  .editor-content h1 { font-size: 1.5rem; margin-top: 1.2rem; margin-bottom: 0.6rem; }
  .editor-content h2 { font-size: 1.3rem; margin-top: 1.2rem; margin-bottom: 0.6rem; padding-left: 0.8rem; }
  .editor-content h3 { font-size: 1.2rem; margin-top: 1rem; margin-bottom: 0.5rem; }
  .editor-content h4 { font-size: 1rem; margin-top: 1rem; margin-bottom: 0.4rem; }
  .editor-content h5 { font-size: 0.95rem; }
  .editor-content h6 { font-size: 0.8rem; }
  .editor-content p { font-size: 1rem; margin-bottom: 0.8rem; }
  .editor-content ul li { font-size: 0.88rem; padding-left: 2.2rem; margin-bottom: 0.5rem; }
  .editor-content ol li { font-size: 0.88rem; padding-left: 2.2rem; margin-bottom: 0.5rem; }
  .editor-content blockquote p { font-size: 0.98rem; }
  .editor-content table { font-size: 0.8rem; }
  .editor-content th { font-size: 0.8rem; padding: 0.5rem 0.6rem; }
  .editor-content td { font-size: 0.8rem; padding: 0.5rem 0.6rem; }
  .editor-content .first-btn, .editor-content button { font-size: 0.85rem; padding: 0.4rem 1.2rem; }
}
mark { background-color: transparent; color: #ff9c4b;}


/* media */
.mp-media-inner { position:relative; border-radius:14px; overflow:hidden; background:#0F172A; box-shadow:0 16px 40px rgba(0,0,0,0.12); }
.mp-cover-img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; display:block; }
.mp-play-overlay { position:absolute; top:0; left:0; width:100%; height:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; background:rgba(0,0,0,0.25); cursor:pointer; transition:background 0.3s ease; z-index:2; }
.mp-play-overlay:hover { background:rgba(0,0,0,0.15); }
.mp-play-btn { width:72px; height:72px; background:rgba(255,140,55,0.92); border-radius:50%; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; transition:-webkit-transform 0.2s ease, transform 0.2s ease, background 0.2s ease; box-shadow:0 8px 24px rgba(255,140,55,0.45); }
.mp-play-overlay:hover .mp-play-btn { -webkit-transform:scale(1.1); transform:scale(1.1); background:#ff8c37; }
.mp-play-btn::after { content:''; display:block; width:0; height:0; border-top:12px solid transparent; border-bottom:12px solid transparent; border-left:22px solid #fff; margin-left:5px; }
.mp-video-modal { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.85); z-index:9999; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; opacity:0; visibility:hidden; pointer-events:none; transition:opacity 0.3s ease, visibility 0.3s ease; }
.mp-video-modal.mp-modal-shown { opacity:1; visibility:visible; pointer-events:auto; }
.mp-video-modal-inner { position:relative; width:90%; max-width:960px; background:#000; border-radius:12px; overflow:hidden; box-shadow:0 30px 60px rgba(0,0,0,0.5); }
.mp-video-modal-inner::before { content:''; display:block; padding-top:56.25%; }
.mp-video-modal-player { position:absolute; top:0; left:0; width:100%; height:100%; display:block; object-fit:contain; }
.mp-video-modal-close { position:absolute; top:-44px; right:0; width:36px; height:36px; background:rgba(255,255,255,0.15); border:none; border-radius:50%; cursor:pointer; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; transition:background 0.2s ease; padding:0; }
.mp-video-modal-close:hover { background:rgba(255,255,255,0.3); }
.mp-video-modal-close::before, .mp-video-modal-close::after { content:''; position:absolute; width:16px; height:2px; background:#fff; border-radius:2px; }
.mp-video-modal-close::before { -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.mp-video-modal-close::after { -webkit-transform:rotate(-45deg); transform:rotate(-45deg); }