/* OpsGlobal v1.7.14 UI brand system */
:root{
  --v11-blue:#1f5eff;
  --v11-cyan:#00a7c7;
  --v11-green:#19a974;
  --v11-orange:#d97706;
  --v11-navy:#07101f;
  --v11-navy2:#111827;
  --v11-ink:#101827;
  --v11-muted:#667085;
  --v11-line:#d8e0ec;
  --v11-soft:#f5f7fb;
  --v11-radius:10px;
  --v11-shadow:0 10px 24px rgba(16,24,39,.07);
  --v11-shadow-strong:0 20px 52px rgba(7,16,31,.26);
}
body.public-body{background:#f7f9fc;color:#101827;font-size:16px}
.wrap{width:min(1240px,calc(100% - 48px))}
.v11-topbar{background:rgba(255,255,255,.94);border-bottom:1px solid #dde5f1;box-shadow:0 1px 0 rgba(16,24,39,.03)}
.v11-nav{height:72px}
.v11-logo{letter-spacing:0;font-size:22px;color:#101827}
.v11-logo-mark{
  width:38px;height:38px;border-radius:8px;background:#101827;color:#fff;
  font-size:12px;letter-spacing:.04em;box-shadow:none;border:1px solid rgba(255,255,255,.12)
}
.v11-nav-links{gap:22px;font-weight:760}
.v11-nav-links a{color:#344054;font-size:15px}
.v11-nav-links a:hover{color:#1f5eff}
.language-select select{height:44px;border-radius:8px;border-color:#cdd7e6;font-weight:760;background:#fff}
.v11-nav-primary,.v11-nav-secondary,.v11-btn,.primary,.secondary,.secondary-btn{
  border-radius:8px;font-weight:820;letter-spacing:0;box-shadow:none
}
.v11-nav-primary,.v11-btn-primary,.primary{
  background:#1f5eff;color:#fff;border:1px solid #1f5eff;box-shadow:0 8px 18px rgba(31,94,255,.18)
}
.v11-nav-primary:hover,.v11-btn-primary:hover,.primary:hover{background:#174bd1;border-color:#174bd1}
.v11-nav-secondary,.secondary,.secondary-btn{border-color:#cdd7e6;background:#fff;color:#1f5eff}
.v11-hero{
  background:
    linear-gradient(90deg,rgba(31,94,255,.16),transparent 42%),
    linear-gradient(135deg,#07101f 0%,#101827 56%,#172033 100%);
}
.v11-hero-bg{
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.18));
}
.v11-hero-grid{min-height:640px;gap:64px;padding:76px 0}
.v11-kicker{
  border-radius:8px;background:rgba(0,167,199,.12);border-color:rgba(0,167,199,.34);
  color:#8ee7f7;letter-spacing:.08em;font-size:12px
}
.v11-hero h1{letter-spacing:0;font-size:clamp(40px,5vw,66px);line-height:1.04;max-width:780px}
.v11-hero-lead{font-size:18px;line-height:1.75;color:#ccd6e5;max-width:760px}
.v11-trust-row{gap:10px}
.v11-trust-row div{border-radius:8px;background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.12);padding:15px}
.v11-trust-row b{font-size:23px}
.v11-ops-console{border-radius:12px;background:rgba(255,255,255,.08);padding:12px;box-shadow:var(--v11-shadow-strong)}
.v11-console-head{height:40px;font-size:13px;letter-spacing:.01em}
.v11-console-head span{width:8px;height:8px}
.v11-ops-console img{border-radius:8px;height:320px}
.v11-console-cards{gap:10px}
.v11-console-cards div{border-radius:8px;background:rgba(7,16,31,.64)}
.v11-incident-band{
  margin-top:-28px;border-radius:10px;border-color:#cdd7e6;box-shadow:0 16px 40px rgba(16,24,39,.10);
  padding:20px 22px
}
.v11-alert-dot{background:#dc2626;box-shadow:0 0 0 5px rgba(220,38,38,.12)}
.v11-section-head{text-align:left;padding:66px 0 24px}
.v11-section-head h2{font-size:clamp(28px,3vw,42px);letter-spacing:0}
.v11-section-head p{margin:0;max-width:760px;color:#667085;line-height:1.7}
.trust-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:54px}
.trust-card,.v11-service-card,.v11-price-card,.v11-case-card,.blog-card,.case-card,.contact-card,.detail-article,.detail-side,.public-panels section,.success-panel{
  border-radius:10px;border-color:#d8e0ec;box-shadow:0 8px 22px rgba(16,24,39,.055);background:#fff
}
.trust-card{padding:22px;gap:12px}
.trust-card span{border-radius:8px;background:#edf4ff;color:#1f5eff}
.trust-card b{font-size:17px}
.v11-service-grid,.v11-case-grid,.v11-price-grid{gap:18px}
.v11-service-card:hover,.v11-case-card:hover,.clickable:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(16,24,39,.10);border-color:#b9c8db}
.v11-service-card img,.v11-case-card img,.case-cover-img{height:180px;border-radius:0}
.v11-card-body,.case-body{padding:22px}
.v11-tags span,.tag,.chip,.blog-card em,.case-body em,.detail-meta span{
  border-radius:6px;background:#eef2f7;color:#475467;font-size:12px;font-weight:760
}
.v11-card-body h3,.v11-case-card h3,.blog-card h3,.case-body h3{letter-spacing:0;color:#101827}
.v11-card-body p,.v11-case-card p,.blog-card p,.case-body p{color:#5b6678;line-height:1.72}
.v11-card-foot{border-top-color:#e3e8ef}
.v11-soft-section,.v11-pricing-section,.page-hero,.v11-page-hero{background:#f5f7fb}
.v11-process{grid-template-columns:repeat(6,1fr);gap:12px}
.v11-process-card{border-radius:10px;box-shadow:none;border-color:#d8e0ec;padding:18px;background:#fff}
.v11-process-card b{border-radius:8px;width:38px;height:38px;background:#edf4ff;color:#1f5eff}
.v11-process-card h3{font-size:17px;margin:14px 0 8px}
.v11-process-card p{font-size:13px}
.v11-price-card{border-radius:10px;padding:26px}
.v11-price-card.featured{border-color:#1f5eff;box-shadow:0 14px 30px rgba(31,94,255,.13)}
.v11-price-card a{border-radius:8px;background:#101827}
.v11-price-card a:hover{background:#1f5eff}
.v11-tech-section{background:#101827;text-align:left}
.v11-tech-section h2{letter-spacing:0;font-size:36px}
.v11-tech-list{justify-content:flex-start;margin-left:0;margin-right:0}
.v11-tech-list span{border-radius:6px;background:rgba(255,255,255,.06)}
.v11-faq-grid div{border-radius:10px;box-shadow:none}
.v11-final-cta{background:linear-gradient(135deg,#101827,#182235);text-align:left}
.v11-final-cta h2{letter-spacing:0}
.v11-footer{background:#07101f}
.v11-footer-grid{gap:42px}
.page-hero{padding:58px 0;border-bottom:1px solid #e3e8ef}
.page-hero h1{font-size:clamp(34px,4vw,52px);letter-spacing:0}
.tabs{height:68px;background:#fff;border-bottom:1px solid #e3e8ef;gap:56px}
.tabs a{font-size:15px;border-bottom-width:2px}
.case-grid,.blog-grid{gap:20px}
.blog-card{padding:24px}
.blog-meta{color:#667085}
.contact-layout{gap:42px}
.contact-form{background:#fff;border:1px solid #d8e0ec;border-radius:10px;padding:28px;box-shadow:0 8px 22px rgba(16,24,39,.045)}
.contact-form input,.contact-form select,.contact-form textarea,.admin-card input,.admin-card select,.admin-card textarea,.success-panel input{
  border-radius:8px;border-color:#cdd7e6;background:#fff
}
.seg label{border-radius:8px;background:#fff}
.contact-card{padding:28px}
.reply-badge{border-radius:6px;background:#eef2f7;color:#1f5eff}
.contact-row{gap:14px;padding:16px 0;border-radius:0}
.contact-icon{
  width:36px;height:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;
  background:#101827;color:#fff;font-weight:850;font-size:13px;flex:0 0 auto
}
.safe-box{border-radius:8px;background:#f2f5f9}
.floating-cta{right:18px;bottom:18px;gap:8px}
.floating-cta a{border-radius:8px;box-shadow:0 10px 22px rgba(16,24,39,.13)}
.floating-cta a:nth-child(2){background:#16895f}
.floating-cta a:nth-child(3){border-color:#cdd7e6}
.v14-content-cta{border-radius:10px;background:#f5f7fb;box-shadow:none;grid-template-columns:44px 1fr auto}
.v14-cta-icon{width:44px;height:44px;border-radius:8px;background:#101827;font-size:18px}
.detail-cover{border-radius:8px}
.rich-content,.rich-text{border-radius:8px}
.detail-toc{border-radius:8px}
@media(max-width:1180px){.v11-process{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){
  .wrap{width:min(100% - 28px,1240px)}
  .v11-section-head{text-align:left}
  .trust-grid{grid-template-columns:1fr 1fr}
  .floating-cta{border-top-color:#d8e0ec}
}
@media(max-width:760px){
  .v11-nav{height:auto;padding:12px 0}
  .v11-logo{font-size:20px}
  .v11-hero-grid{padding:48px 0;gap:28px}
  .v11-trust-row{grid-template-columns:1fr 1fr}
  .v11-process,.trust-grid{grid-template-columns:1fr}
  .v11-ops-console img{height:230px}
  .contact-form{padding:20px}
  .tabs{gap:18px;justify-content:flex-start;overflow:auto;padding-left:14px}
}
