/* FULLSUNS: preserve-mode B2B redesign. Native CSS over existing Bootstrap.
   DESIGN_VARIANCE 4 / MOTION_INTENSITY 2 / VISUAL_DENSITY 5.
   Layers: header 20, dropdown 30. Existing icon/font assets retained. */
:root{--fs-ink:#172b43;--fs-muted:#4c6075;--fs-accent:#1764ad;--fs-surface:#fcfdff;--fs-soft:#f1f5f9;--fs-line:#d9e3ec;--fs-card:#fcfdff;color-scheme:light}
html,body{height:auto!important;min-height:100%;overflow-x:clip;overflow-y:visible}
body{font-family:Arial,"Helvetica Neue","PingFang SC","Microsoft YaHei",sans-serif;color:var(--fs-ink);background:var(--fs-surface);font-size:16px;line-height:1.65}
h1,h2,h3,h4{font-family:inherit;color:var(--fs-ink);letter-spacing:-.025em;line-height:1.2}
p{color:var(--fs-muted)}a{color:var(--fs-accent)}a:hover{color:#124f88}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #1764ad;outline-offset:4px}
.btn,.btn.primary{background:var(--fs-accent);color:#fff;border-radius:4px;min-height:44px;padding:12px 20px;font-weight:700;box-shadow:none;white-space:nowrap;border:1px solid var(--fs-accent)}
.btn:hover,.btn:focus{color:#fff;background:#124f88}.btn:active{transform:translateY(1px)}
.header{background:var(--fs-surface)}.header .topbar{padding:8px 0;background:var(--fs-soft);border-bottom:1px solid var(--fs-line)}
.header .topbar .row{align-items:center}.header .topbar .top-contact{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.header .topbar .top-contact li{margin:0;font-size:12px}.header .topbar .top-contact .btn{min-height:30px;padding:4px 10px;font-size:12px}
.header .topbar .top-contact li i{color:var(--fs-accent)}.header .topbar a{color:var(--fs-ink)}.header .topbar a.btn{color:#fff}.header .header-inner{position:relative;z-index:20;background:var(--fs-surface);box-shadow:none;border-bottom:1px solid var(--fs-line)}
.header .logo{margin:0;display:flex;align-items:center;height:72px}.header .logo img{width:150px;height:auto;max-height:50px!important}
.header .main-menu{margin:0}.header .nav li a{color:var(--fs-ink);font-weight:600}.header .nav>li>a{padding-top:25px;padding-bottom:25px}.header .nav li .sub-menu{background:var(--fs-card);border:1px solid var(--fs-line);border-top:3px solid var(--fs-accent);box-shadow:0 12px 28px #173c5a14;z-index:30;min-width:230px;border-radius:0 0 4px 4px}.header .nav li .sub-menu li a{white-space:normal;line-height:1.5;padding:13px 16px;color:var(--fs-ink);border-color:var(--fs-line)}
.language-switcher{border-radius:4px;background:var(--fs-card)}.language-switcher a{color:var(--fs-ink);min-height:36px}.language-switcher a.is-active{background:var(--fs-accent);color:#fff}
.v14-hero{display:grid;grid-template-columns:1fr 1.12fr;max-width:1440px;margin:0 auto;min-height:510px;align-items:stretch}.v14-hero-copy{padding:76px 42px 66px max(32px,calc((100vw - 1240px)/2));align-self:center}.v14-hero h1{font-size:clamp(34px,3.25vw,48px);font-weight:700;max-width:560px;margin:0 0 24px}.v14-hero p{font-size:18px;line-height:1.7;max-width:490px;margin:0 0 32px}.v14-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.v14-text-link{font-size:15px;font-weight:700;text-decoration:underline;text-underline-offset:5px}.v14-hero-media{display:block;min-height:480px;overflow:hidden;background:#142b42}.v14-hero-media img{width:100%;height:100%;object-fit:cover;object-position:62% center;display:block}
.v14-section{max-width:1240px;margin:0 auto;padding:64px 24px}.v14-section h2{font-size:32px;margin:0 0 14px;font-weight:700}.v14-intro{max-width:660px;margin:0 0 32px;font-size:17px}.v14-products{display:grid;grid-template-columns:1fr 1fr;gap:24px 40px}.v14-product{display:grid;grid-template-columns:190px 1fr;gap:24px;align-items:center;padding:18px 0;border-top:1px solid var(--fs-line);color:var(--fs-ink)}.v14-product:hover{color:var(--fs-accent)}.v14-product h3{font-size:21px;margin:0 0 15px;line-height:1.35}.v14-product-code{font-size:14px;color:var(--fs-accent);font-weight:700}.v14-product-image{background:var(--fs-soft);aspect-ratio:4/3;overflow:hidden;border-radius:4px}.v14-product-image img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .2s}.v14-product:hover img{transform:scale(1.025)}
.v14-resources{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;border-top:1px solid var(--fs-line)}.v14-resources p{max-width:550px;margin:20px 0}.v14-resource-panel{background:var(--fs-soft);padding:28px 32px;border-radius:4px}.v14-resource-panel h3{font-size:22px;margin:0 0 20px}.v14-resource-panel a{display:block;margin:12px 0;font-weight:600;text-decoration:underline;text-underline-offset:4px}
.v14-gallery-section{padding-top:0}.v14-gallery-section summary{font-size:20px;color:var(--fs-ink);cursor:pointer;padding:18px 0;border-top:1px solid var(--fs-line)}.v14-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}.v14-gallery img{width:100%;height:160px;object-fit:contain;background:var(--fs-soft)}
.footer .copyright{background:var(--fs-soft);padding:28px 0;border-top:1px solid var(--fs-line)}.footer .copyright a,.footer .copyright p,.footer .copyright-content{color:var(--fs-muted)!important}.footer .copyright ul{display:flex;flex-wrap:wrap;gap:16px}.footer .copyright ul li{margin:0}
.v14-cic-content{padding:0 24px}.v14-cic-content h1{font-size:40px;margin:40px 0 24px}.v14-cic-content h2{font-size:25px}.v14-cic-content .table{background:var(--fs-surface);color:var(--fs-ink);font-size:15px}.v14-cic-content .table td,.v14-cic-content .table th{padding:13px 18px;border-color:var(--fs-line)}.v14-cic-content .table thead{background:var(--fs-soft)}.v14-cic-content .table-striped tbody tr:nth-of-type(odd){background:var(--fs-soft)}
.vc_row[data-vc-full-width]{visibility:visible!important;opacity:1!important}.wpb_animate_when_almost_visible{opacity:1!important;visibility:visible!important}.preloader{display:none!important}.doctor-details-right .single-content p{margin:12px 0}.breadcrumbs h1{font-size:38px}.breadcrumbs{padding:60px 20px}.v8-product-document{border-radius:4px}.slicknav_menu{background:var(--fs-surface)}.slicknav_nav{background:var(--fs-card)}.slicknav_nav a,.slicknav_menu .slicknav_menutxt{color:var(--fs-ink)}
@media(min-width:992px){.header .header-inner .row{grid-template-columns:170px minmax(0,1fr) auto}.header .topbar .row{display:flex}.header .topbar .row>div:first-child{flex:0 0 22%;max-width:22%}.header .topbar .row>div:last-child{flex:0 0 78%;max-width:78%}}
@media(max-width:1199px) and (min-width:992px){.header .header-inner .row{grid-template-columns:140px minmax(0,1fr) 100px}.header .logo img{width:120px}.header .nav>li>a{font-size:11px!important;padding-left:3px!important;padding-right:3px!important}.v14-product{grid-template-columns:140px 1fr}}
@media(max-width:991px){.header .logo{height:68px}.header .topbar{display:none}.v14-hero{grid-template-columns:1fr 1fr;min-height:430px}.v14-hero-copy{padding:44px 24px}.v14-hero h1{font-size:34px}.v14-product{grid-template-columns:130px 1fr;gap:16px}.v14-product h3{font-size:18px}.v14-resources{gap:30px}.v14-section{padding:44px 24px}}
@media(max-width:767px){.v14-hero{display:flex;flex-direction:column}.v14-hero-copy{padding:36px 22px}.v14-hero h1{font-size:34px;max-width:100%;margin-bottom:18px}.v14-hero p{font-size:16px;margin-bottom:24px}.v14-hero-media{min-height:0;height:230px}.v14-actions{gap:18px}.v14-section{padding:38px 22px}.v14-section h2{font-size:27px}.v14-products{grid-template-columns:1fr;gap:8px}.v14-product{grid-template-columns:130px 1fr;padding:18px 0}.v14-resources{grid-template-columns:1fr;gap:24px}.v14-gallery{grid-template-columns:1fr 1fr}.v14-cic-content h1{font-size:30px}.v14-cic-content{padding:0 16px}.v14-table-scroll th,.v14-table-scroll td{font-size:14px}.v14-gallery-section{padding-top:0}.footer .copyright-content{margin-top:16px}.v14-resource-panel{padding:24px}}
@media(prefers-color-scheme:dark){:root{--fs-ink:#edf3fa;--fs-muted:#bbc9d8;--fs-accent:#8ab9ed;--fs-surface:#14202f;--fs-soft:#1d2e41;--fs-line:#354a60;--fs-card:#1b2b3e;color-scheme:dark}.btn,.btn.primary,.language-switcher a.is-active{background:#1764ad;border-color:#1764ad;color:#fff}.header .topbar a.btn{color:#fff}.v14-product-image,.v14-gallery img{background:#edf1f5}.doctor-details-area,.doctor-details-area .doctor-details-item,.team-area,.blog-area,.vc_row,.vc_column-inner,.wpb_wrapper{background-color:var(--fs-surface)}.single-news,.news-body,.v8-product-document{background:var(--fs-card);color:var(--fs-ink)}.v8-product-document p,.doctor-details-right p{color:var(--fs-muted)}input,textarea,select{color:var(--fs-ink);background:var(--fs-card);border-color:var(--fs-line)}input::placeholder,textarea::placeholder{color:var(--fs-muted)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
