:root {
  --navy: #06182f;
  --navy-2: #0a2548;
  --blue: #125cb5;
  --blue-bright: #1677e8;
  --cyan: #5ecbf3;
  --yellow: #f2c94c;
  --ink: #102038;
  --muted: #66758a;
  --line: #dce4ee;
  --paper: #f4f7fb;
  --white: #fff;
  --shadow: 0 20px 60px rgba(15, 38, 67, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: #fff; font-family: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.announcement { background: var(--navy); color: #d7e4f5; font-size: 12px; }
.announcement-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement span { display: flex; align-items: center; gap: 8px; }
.announcement span i { width: 6px; height: 6px; background: #5be3a2; border-radius: 50%; box-shadow: 0 0 0 4px rgba(91, 227, 162, .12); }
.announcement a { display: flex; align-items: center; gap: 6px; color: #fff; }
.announcement a svg { width: 14px; }

.site-header { height: 74px; background: rgba(255, 255, 255, .97); border-bottom: 1px solid #e7edf4; position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; }
.site-header .nav-wrap { width: min(1640px, calc(100% - 40px)); gap: 14px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 11px; min-width: 200px; }
.brand img { display: block; width: 107px; height: 51px; object-fit: contain; }
.brand span { width: 1px; height: 25px; background: var(--line); }
.brand b { font-size: 14px; letter-spacing: .08em; color: #28405e; }
.desktop-nav { min-width: 0; margin-inline: auto; display: flex; gap: clamp(10px, 1vw, 18px); height: 100%; align-items: center; }
.desktop-nav > .nav-node { height: 100%; display: flex; align-items: center; }
.nav-node { position: relative; }
.desktop-nav a,.desktop-nav .nav-group-button { position: relative; height: 100%; display: flex; align-items: center; color: #42546a; font-size: 13px; font-weight: 650; white-space: nowrap; }
.desktop-nav .nav-group-button{appearance:none;border:0;background:transparent;padding:0;font-family:inherit;cursor:pointer}
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 50%; right: 50%; bottom: 0; background: var(--blue); transition: .25s ease; }
.desktop-nav a:hover, .desktop-nav a.active,.desktop-nav .nav-group-button:hover,.desktop-nav .nav-group-button:focus-visible,.desktop-nav .nav-group-button.active { color: var(--blue); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { left: 0; right: 0; }
.nav-caret { margin-inline-start: 5px; color: #7890a7; font-size: 12px; }
.nav-submenu { position: absolute; z-index: 70; top: calc(100% - 7px); left: 0; width: max-content; min-width: 168px; padding: 7px; border: 1px solid #d6e2ed; border-radius: 9px; background: rgba(255,255,255,.99); box-shadow: 0 18px 42px rgba(8,38,72,.18); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.nav-node:hover > .nav-submenu,.nav-node:focus-within > .nav-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-submenu .nav-node { display: block; }
.nav-submenu .nav-submenu { top: -7px; left: calc(100% + 7px); }
.nav-submenu a { min-height: 40px; height: auto; padding: 0 12px; border-radius: 6px; }
.nav-submenu a::after { display: none; }
.nav-submenu a:hover,.nav-submenu a.active { background: #edf6ff; }
.mobile-nav-group{padding:13px 15px 7px;color:#718096;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.mobile-nav-toggle, .mobile-nav-panel { display: none; }
.mobile-nav-toggle { width: 42px; height: 42px; padding: 10px; border: 1px solid #cdd9e6; border-radius: 8px; background: #fff; color: var(--navy-2); cursor: pointer; }
.mobile-nav-toggle span { display: block; width: 20px; height: 2px; border-radius: 999px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-nav-toggle.open span:nth-child(2) { opacity: 0; }
.mobile-nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-actions { min-width: 0; flex: 0 0 auto; display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.language-switcher { width: 164px; height: 42px; min-width: 164px; padding: 0 10px; display: flex; align-items: center; gap: 7px; border: 2px solid #f0c927; border-radius: 8px; color: #506278; background: #fffceb; box-shadow: 0 7px 18px rgba(240,201,39,.15); }
.language-flag { font-size: 20px; line-height: 1; flex: 0 0 auto; }
.language-switcher select { min-width: 0; width: 120px; flex: 1; border: 0; outline: 0; overflow: hidden; text-overflow: ellipsis; background: transparent; color: #17395c; font-size: 12px; font-weight: 800; cursor: pointer; }
.currency-switcher { height: 42px; min-width: 86px; margin: 0; padding: 0 8px; display: flex; align-items: center; gap: 4px; border: 1px solid #d7e1eb; border-radius: 8px; background: #fff; }
.currency-switcher b { color: var(--blue); font-size: 14px; }
.currency-switcher select { width: 58px; margin: 0; border: 0; background: transparent; color: #40536a; font-size: 11px; font-weight: 800; outline: 0; }
.consult-link { color: #40536a; font-size: 13px; display: flex; align-items: center; gap: 7px; font-weight: 650; }
.consult-link svg { width: 17px; }
.account-access { position: relative; flex: 0 0 auto; }
.login-trigger { cursor: pointer; min-height: 38px; padding: 0 10px; display: flex; align-items: center; gap: 6px; border: 1px solid #cdd9e6; border-radius: 7px; background: #fff; color: #31506f; font-size: 12px; font-weight: 800; transition: .2s ease; white-space: nowrap; }
.login-trigger:hover,.login-trigger.signed-in { border-color: var(--blue); background: #f0f7ff; color: var(--blue); }
.login-trigger svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.account-menu { position: absolute; z-index: 80; top: calc(100% + 10px); right: 0; width: 230px; padding: 15px; border: 1px solid #d9e4ef; border-radius: 10px; background: #fff; box-shadow: 0 18px 45px rgba(18,47,82,.18); }
.account-menu[hidden],.register-trigger[hidden] { display: none !important; }
[data-header-control][hidden] { display: none !important; }
.mobile-account-actions[hidden] { display: none !important; }
.account-menu b,.account-menu small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-menu b { color: #173653; }
.account-menu small { color: #71849a; margin: 4px 0 13px; }
.account-menu button { width: 100%; border: 1px solid #cddbe8; border-radius: 7px; background: #f7fafc; color: #34506b; padding: 9px; font-weight: 750; cursor: pointer; }
.register-trigger { cursor: pointer; min-height: 38px; padding: 0 11px; display: flex; align-items: center; gap: 6px; border: 1px solid #cdd9e6; border-radius: 7px; background: #fff; color: var(--blue); font-size: 12px; font-weight: 800; transition: .2s ease; }
.register-trigger:hover { border-color: var(--blue); background: #f0f7ff; }
.register-trigger svg { width: 15px; }
.cart-trigger { cursor: pointer; border: 0; background: var(--blue); color: white; min-height: 42px; padding: 0 15px; display: flex; align-items: center; gap: 8px; border-radius: 8px; font-size: 13px; font-weight: 750; box-shadow: 0 9px 22px rgba(18, 92, 181, .18); transition: .2s ease; }
.cart-trigger:hover { transform: translateY(-1px); background: #0e4f9e; }
.cart-trigger svg { width: 18px; }
.cart-trigger em { min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--yellow); color: var(--navy); display: grid; place-items: center; font-size: 11px; font-style: normal; }

.login-panel { width: min(480px, 100%); }
.login-heading { margin-bottom: 25px; }
.login-form-grid { grid-template-columns: 1fr; }
.login-help-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin: 15px 0 0; }
.login-help-row>button { justify-self: start; }
.login-help-row p { grid-column: 2; margin: 0; color: #71849a; font-size: 13px; white-space: nowrap; }
.login-help-row button,.password-back-login { border: 0; background: transparent; color: var(--blue); font-weight: 800; cursor: pointer; }
.password-reset-success { margin: 14px 0; padding: 13px 15px; border: 1px solid #b8ddcf; border-radius: 8px; background: #edf9f5; color: #17634d; line-height: 1.55; }
.password-reset-success[hidden] { display: none !important; }
.password-reset-success b,.password-reset-success a { display: block; }
.password-reset-success a { margin-top: 8px; color: var(--blue); text-decoration: underline; }
.password-back-login { display: block; margin: 14px auto 0; }

@media (max-width: 2100px) {
  .consult-link { display: none; }
}

@media (min-width: 1101px) {
  html.compact-header-language .site-header .nav-wrap { gap: 10px; }
  html.compact-header-language .brand { min-width: 100px; gap: 0; }
  html.compact-header-language .brand img { width: 94px; }
  html.compact-header-language .brand span,
  html.compact-header-language .brand b { display: none; }
  html.compact-header-language .desktop-nav { flex: 1 1 auto; justify-content: center; gap: clamp(8px, .9vw, 15px); margin-inline: 0; }
  html.compact-header-language .desktop-nav a,html.compact-header-language .desktop-nav .nav-group-button { font-size: 11px; }
  html.compact-header-language .nav-actions { min-width: max-content; gap: 5px; }
  html.compact-header-language .language-switcher { width: 136px; min-width: 136px; }
  html.compact-header-language .language-switcher select { width: 94px; font-size: 11px; }
  html.compact-header-language .currency-switcher { min-width: 76px; }
  html.compact-header-language .register-trigger { padding-inline: 8px; font-size: 11px; }
  html.compact-header-language .login-trigger { padding-inline: 8px; font-size: 11px; }
  html.compact-header-language .register-trigger span,
  html.compact-header-language .cart-trigger span { max-width: 74px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  html.compact-header-language .cart-trigger { padding-inline: 10px; gap: 5px; font-size: 11px; }
}

.hero { position: relative; min-height: 675px; overflow: hidden; color: #fff; background: linear-gradient(115deg, #031328 0%, #07264b 57%, #08345f 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.hero::after { content: "BSUN"; position: absolute; right: -25px; bottom: -87px; color: rgba(255,255,255,.024); font-size: 310px; font-weight: 900; letter-spacing: -.08em; line-height: 1; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.hero-glow-one { width: 560px; height: 560px; right: 7%; top: 4%; background: radial-gradient(circle, rgba(14, 113, 220, .28), transparent 68%); }
.hero-glow-two { width: 360px; height: 360px; left: -200px; bottom: -170px; background: radial-gradient(circle, rgba(74, 204, 240, .13), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .93fr) minmax(540px, 1.07fr); min-height: 675px; align-items: center; gap: 70px; }
.hero-copy { min-width: 0; padding: 82px 0 76px; }
.eyebrow { min-width: 0; display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.eyebrow span { color: #82c7ff; font-size: 12px; letter-spacing: .2em; font-weight: 800; }
.eyebrow i { width: 36px; height: 1px; background: #426e9c; }
.eyebrow b { font-size: 12px; color: #b7c9dc; font-weight: 600; }
.hero h1 { font-size: clamp(48px, 5vw, 72px); line-height: 1.12; margin: 0 0 25px; letter-spacing: -.05em; font-weight: 830; }
.hero h1 span { color: #69c8f0; position: relative; white-space: nowrap; }
.hero h1 span::after { content: ""; position: absolute; left: 2px; right: 0; bottom: -5px; height: 3px; background: linear-gradient(90deg, #69c8f0, transparent); }
.hero-copy > p { max-width: 575px; color: #b9cadc; font-size: 17px; line-height: 1.85; margin: 0 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.primary-btn { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(90deg, #1975de, #1492de); color: #fff; border-radius: 7px; font-size: 14px; font-weight: 750; box-shadow: 0 15px 35px rgba(12, 113, 218, .27); transition: .2s ease; }
.primary-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(12, 113, 218, .35); }
.primary-btn svg { width: 17px; transition: transform .2s ease; }
.primary-btn:hover svg { transform: translateX(3px); }
.text-btn { color: #e1ecf8; font-size: 14px; padding-bottom: 4px; border-bottom: 1px solid #607d9a; }
.hero-proof { display: flex; margin-top: 55px; gap: 0; }
.hero-proof div { padding: 0 32px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-proof div:first-child { padding-left: 0; border: 0; }
.hero-proof strong { display: block; font-size: 24px; color: #fff; line-height: 1; }
.hero-proof span { display: block; margin-top: 8px; font-size: 11px; color: #839ab3; letter-spacing: .08em; }

.hero-visual { height: 500px; position: relative; }
.orbital { position: absolute; border: 1px solid rgba(104, 197, 244, .16); border-radius: 50%; }
.orbital-one { width: 430px; height: 430px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.orbital-two { width: 305px; height: 305px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-style: dashed; }
.visual-card { position: absolute; width: 320px; min-height: 126px; border: 1px solid rgba(146, 203, 255, .22); background: linear-gradient(135deg, rgba(18, 67, 113, .86), rgba(6, 35, 70, .9)); backdrop-filter: blur(12px); border-radius: 13px; display: flex; align-items: center; gap: 16px; padding: 22px; box-shadow: 0 24px 55px rgba(0, 5, 16, .28), inset 0 1px rgba(255,255,255,.05); }
.visual-card::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(135deg, rgba(98,206,253,.3), transparent 35%); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; padding: 1px; }
.visual-power { left: 12px; top: 36px; }
.visual-screen { right: 2px; top: 189px; }
.visual-control { left: 25px; bottom: 35px; }
.visual-index { position: absolute; right: 13px; top: 10px; font: 700 10px ui-monospace, monospace; color: #5597d0; }
.visual-icon { width: 54px; height: 54px; flex: 0 0 auto; border-radius: 11px; display: grid; place-items: center; color: #73d5ff; background: linear-gradient(145deg, rgba(49,142,218,.24), rgba(30,86,150,.12)); border: 1px solid rgba(112,206,255,.22); }
.visual-icon svg { width: 28px; height: 28px; }
.visual-card small { display: block; font-size: 9px; color: #6398c3; letter-spacing: .16em; margin-bottom: 6px; }
.visual-card b { display: block; font-size: 17px; color: #f5f9ff; }
.visual-card p { margin: 4px 0 0; color: #91aac2; font-size: 12px; }
.connector { position: absolute; z-index: -1; height: 1px; transform-origin: left center; background: linear-gradient(90deg, #459adb, #459adb 45%, transparent 45%); background-size: 8px 1px; }
.connector i { position: absolute; right: 0; top: -3px; width: 7px; height: 7px; background: #6fcaf0; border-radius: 50%; box-shadow: 0 0 0 5px rgba(111,202,240,.09); }
.connector-a { width: 200px; left: 250px; top: 153px; transform: rotate(28deg); }
.connector-b { width: 210px; left: 255px; top: 365px; transform: rotate(-27deg); }
.hero-live-price { position: absolute; z-index: 4; width: 168px; height: 116px; left: 225px; top: 194px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: #fff; color: var(--navy); box-shadow: 0 18px 48px rgba(0,0,0,.3), 0 0 0 9px rgba(255,255,255,.05); }
.hero-live-price span { font-size: 9px; color: #6c7f94; letter-spacing: .04em; }
.hero-live-price strong { font-size: 12px; margin: 5px 0 2px; }
.hero-live-price em { font-size: 22px; color: #1368c5; font-style: normal; font-weight: 850; }

.component-strip { position: relative; z-index: 4; margin-top: -1px; background: #fff; border-bottom: 1px solid #e4ebf2; box-shadow: 0 10px 34px rgba(16, 40, 70, .045); }
.component-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; min-height: 106px; }
.component-grid > i { width: 1px; height: 48px; background: var(--line); }
.component-grid article { display: flex; align-items: center; gap: 17px; padding: 0 36px; position: relative; }
.component-grid article:first-child { padding-left: 0; }
.component-grid article > span { position: absolute; top: -16px; right: 35px; font: 800 52px/1 ui-monospace, monospace; color: #f0f4f8; }
.component-grid article > svg { width: 30px; height: 30px; color: var(--blue); flex: 0 0 auto; }
.component-grid b { display: block; font-size: 15px; }
.component-grid p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.section { padding: 105px 0; }
.config-section { background: #f6f8fb; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading h2 { margin: 8px 0 0; font-size: clamp(32px, 3vw, 45px); letter-spacing: -.04em; }
.section-kicker { color: var(--blue); font-size: 11px; letter-spacing: .18em; font-weight: 850; }
.section-heading > p { width: min(430px, 45%); margin: 0; color: var(--muted); line-height: 1.8; font-size: 14px; }
.kit-scope-note { display: flex; align-items: flex-start; gap: 14px; margin: -20px 0 22px; padding: 13px 15px; border: 1px solid #d8e6f4; border-left: 4px solid var(--blue); border-radius: 8px; background: #eef6ff; color: #526b83; font-size: 12px; line-height: 1.7; }
.kit-scope-note strong { flex: 0 0 auto; color: var(--navy); font-size: 12px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.filter-tabs button { cursor: pointer; border: 1px solid #d9e2ec; background: #fff; color: #506278; padding: 10px 16px; border-radius: 7px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.filter-tabs button span { color: #9aa7b7; margin-left: 5px; }
.filter-tabs button b { font: inherit; }
.filter-tabs button:hover, .filter-tabs button.active { background: var(--navy-2); color: #fff; border-color: var(--navy-2); }
.filter-tabs button.active span { color: #8ab9e7; }

.config-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(410px, .8fr); gap: 27px; align-items: start; }
.product-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.config-layout.empty-category { grid-template-columns: 1fr; }
.empty-kit-category { min-height: 260px; display: grid; place-content: center; justify-items: center; padding: 42px; border: 1px dashed #c9d8e6; border-radius: 12px; background: #fff; text-align: center; }
.empty-kit-category > span { padding: 6px 10px; border-radius: 999px; background: #eaf4fd; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.empty-kit-category h3 { margin: 15px 0 7px; font-size: 20px; }
.empty-kit-category p { max-width: 520px; margin: 0; color: #72849a; font-size: 12px; line-height: 1.7; }
.product-card { background: #fff; border: 1px solid #e0e7ef; border-radius: 11px; overflow: hidden; transition: .22s ease; position: relative; cursor: pointer; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(18, 52, 90, .09); border-color: #bacbde; }
.product-card.selected { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(18, 92, 181, .08), 0 16px 40px rgba(18, 52, 90, .09); }
.product-card.selected::before { content: var(--selected-label,"已选择"); position: absolute; top: 12px; left: 12px; z-index: 3; background: var(--blue); color: #fff; border-radius: 5px; padding: 5px 8px; font-size: 10px; font-weight: 800; }
.product-visual { height: 185px; position: relative; overflow: hidden; background: #d9edb4; border-bottom: 1px solid #e2e9f0; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 14%; transform: scale(1.08); transition: .3s ease; filter: saturate(.72) contrast(.98); }
.product-card:hover .product-visual img { transform: scale(1.12); }
.product-visual::after { content: "COMPLETE QUICK KIT"; position: absolute; left: 0; right: 0; bottom: 0; height: 34%; display: flex; align-items: end; justify-content: center; padding-bottom: 8px; background: linear-gradient(to bottom, rgba(239,246,249,0), rgba(239,246,249,.97) 34%, #eff6f9 58%); color: #587189; font-size: 8px; font-weight: 850; letter-spacing: .14em; pointer-events: none; }
.product-series { position: absolute; top: 13px; right: 13px; z-index: 2; padding: 5px 8px; background: rgba(6,24,47,.88); color: #fff; border-radius: 4px; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.product-body { padding: 18px 18px 16px; }
.product-series-text { display: block; width: max-content; margin: 0 0 14px auto; padding: 5px 8px; border-radius: 4px; background: var(--navy-2); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.product-body h3 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.product-card-specs { margin: 6px 0 0; color: #74859a; font-size: 11px; font-weight: 650; letter-spacing: .01em; }
.product-tags { display: flex; gap: 6px; margin: 11px 0 18px; flex-wrap: wrap; }
.product-tags span { padding: 5px 7px; color: #64758a; border: 1px solid #e1e7ee; background: #f8fafc; font-size: 10px; border-radius: 4px; }
.product-price-row { border-top: 1px solid #edf1f5; padding-top: 14px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.product-price-row span { color: #8390a0; font-size: 11px; }
.product-price-row strong { display: block; color: var(--blue); font-size: 22px; margin-top: 2px; }
.product-price-row button { cursor: pointer; border: 0; background: transparent; color: var(--blue); font-size: 12px; font-weight: 800; display: flex; align-items: center; gap: 5px; padding: 5px 0; }
.product-price-row button svg { width: 14px; }

.builder-card { position: sticky; top: 84px; align-self: start; max-height: calc(100vh - 96px); border-radius: 12px; background: #fff; border: 1px solid #dce5ee; box-shadow: var(--shadow); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.builder-head { min-height: 75px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--navy-2); }
.builder-head small { color: #6e9ecb; letter-spacing: .13em; font-size: 9px; }
.builder-head h3 { margin: 3px 0 0; font-size: 20px; }
.status-dot { color: #b9d2e9; font-size: 10px; display: flex; align-items: center; gap: 8px; }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #54dfa0; box-shadow: 0 0 0 4px rgba(84, 223, 160, .12); }
.builder-product { display: flex; align-items: center; gap: 16px; padding: 16px 22px; border-bottom: 1px solid #e9eef4; background: #f9fbfd; }
.builder-image { position: relative; width: 92px; height: 66px; border-radius: 6px; overflow: hidden; background: #d9edb4; flex: 0 0 auto; border: 1px solid #dde5cd; }
.builder-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 14%; transform: scale(1.12); }
.builder-image::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 28%; background: #eff6f9; }
.builder-product span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.builder-product > div:last-child { min-width: 0; }
.builder-product strong { display: block; margin: 4px 0; font-size: 16px; }
.builder-product small { color: #8b99a8; font-size: 9px; }
.builder-product .builder-included { display: block; margin-top: 6px; color: #2f6fae; font-weight: 700; line-height: 1.45; }
.builder-product .builder-included[hidden] { display: none; }
.builder-step { padding: 18px 22px; border-bottom: 1px solid #edf1f5; }
.step-title { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.step-title > span { width: 22px; height: 22px; display: grid; place-items: center; background: #e8f2fd; color: var(--blue); border-radius: 50%; font-size: 10px; font-weight: 850; }
.step-title b { display: block; font-size: 13px; }
.step-title small { display: block; margin-top: 2px; color: #8b98a8; font-size: 9px; }
.option-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.option-button { cursor: pointer; border: 1px solid #dce4ec; background: #fff; padding: 9px 4px 8px; border-radius: 6px; text-align: center; transition: .18s ease; }
.option-button b { display: block; font-size: 12px; }
.option-button span { display: block; color: #8c99a7; font-size: 9px; margin-top: 4px; }
.option-button:hover { border-color: #8aadd0; }
.option-button.active { color: var(--blue); background: #edf6ff; border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.option-button.active span { color: #5a8ab9; }
.option-grid.composite-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.option-button.composite { min-height: 58px; padding: 9px 8px; }
.option-button.composite b { line-height: 1.35; font-size: 10px; }
.included-option { display: flex; align-items: center; gap: 10px; border: 1px solid #bfd5ed; background: #f2f8fe; padding: 11px 12px; border-radius: 7px; }
.included-option input { position: absolute; opacity: 0; }
.fake-radio { width: 16px; height: 16px; border-radius: 50%; border: 1px solid var(--blue); box-shadow: inset 0 0 0 4px #fff; background: var(--blue); flex: 0 0 auto; }
.included-option > svg { width: 20px; color: var(--blue); }
.included-option > span:nth-of-type(2) { flex: 1; }
.included-option b { display: block; font-size: 12px; }
.included-option small { display: block; color: #8393a3; margin-top: 2px; font-size: 9px; }
.included-option em { color: #2f7fc8; font-size: 9px; font-style: normal; background: #deedfb; padding: 4px 6px; border-radius: 4px; }
.addon-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.addon-option { cursor: pointer; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid #dce4ec; background: #fff; padding: 10px 11px; border-radius: 6px; transition: .18s ease; }
.addon-option:hover { border-color: #8aadd0; }
.addon-option.active { border-color: var(--blue); color: var(--blue); background: #edf6ff; box-shadow: inset 0 0 0 1px var(--blue); }
.addon-option b { display: block; font-size: 10px; }
.addon-option small { display: block; color: #8c99a7; font-size: 8px; margin-top: 2px; }
.addon-option .addon-purpose { max-width: 190px; margin-top: 5px; color: #9a6711; line-height: 1.45; }
.addon-option.active .addon-purpose { color: #326fae; }
.addon-option em { font-size: 10px; font-style: normal; font-weight: 800; white-space: nowrap; }
.handle-program-alert { margin-bottom: 12px; padding: 9px 11px; border-left: 3px solid #e0a20a; border-radius: 5px; background: #fff8df; color: #795a0b; font-size: 10px; line-height: 1.55; }
.handle-program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.handle-screen-field > span, .handle-manufacturer-field > span { display: block; margin-bottom: 6px; color: #4f6174; font-size: 10px; font-weight: 750; }
.handle-screen-options { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.handle-screen-options button { min-height: 39px; padding: 7px 6px; border: 1px solid #d8e1ea; border-radius: 6px; background: #fff; color: #526478; cursor: pointer; font-size: 10px; font-weight: 750; }
.handle-screen-options button:hover, .handle-screen-options button.active { border-color: var(--blue); background: #edf6ff; color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.company-screen-option { display: flex; align-items: center; gap: 8px; margin: 8px 0 0; padding: 8px 10px; border: 1px solid #d8e1ea; border-radius: 6px; background: #fff; cursor: pointer; transition: .18s ease; }
.company-screen-option input { width: 15px; height: 15px; margin: 0; accent-color: var(--blue); }
.company-screen-option span { min-width: 0; }
.company-screen-option b { display: block; color: #3f5368; font-size: 10px; }
.company-screen-option small { display: block; margin-top: 2px; color: var(--blue); font-size: 9px; font-weight: 800; }
.company-screen-option.active { border-color: var(--blue); background: #edf6ff; box-shadow: inset 0 0 0 1px var(--blue); }
.company-screen-option.disabled { cursor: not-allowed; opacity: .48; background: #f5f7f9; }
.company-screen-option[hidden] { display: none; }
.handle-manufacturer-field { margin: 0; }
.handle-manufacturer-field input { width: 100%; min-height: 39px; padding: 8px 10px; border: 1px solid #d8e1ea; border-radius: 6px; color: var(--ink); outline: none; font-size: 10px; }
.handle-manufacturer-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,92,181,.08); }
.cart-program-note { color: #9a6711 !important; font-weight: 700; }
.builder-foot { padding: 18px 22px 22px; }
.quantity-block { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; font-size: 11px; color: #6d7b8b; }
.stepper { display: flex; align-items: center; border: 1px solid #d8e1e9; border-radius: 6px; overflow: hidden; background: #fff; }
.stepper button { cursor: pointer; border: 0; background: #f6f8fb; width: 31px; height: 29px; display: grid; place-items: center; }
.stepper button:hover { background: #ebf1f7; }
.stepper button svg { width: 13px; }
.stepper b { width: 34px; text-align: center; color: var(--ink); font-size: 11px; }
.price-block { border-top: 1px solid #e8edf2; padding-top: 13px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.price-block span { color: #667789; font-size: 11px; }
.price-block strong { grid-column: 2; grid-row: 1 / span 2; font-size: 27px; color: var(--blue); }
.price-block small { color: #9aa5b2; font-size: 8px; margin-top: 3px; }
.add-cart-btn { cursor: pointer; border: 0; width: 100%; min-height: 48px; border-radius: 7px; background: var(--blue); color: #fff; margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 800; box-shadow: 0 12px 25px rgba(18, 92, 181, .18); transition: .2s ease; }
.add-cart-btn:hover { background: #0e4f9e; transform: translateY(-1px); }
.add-cart-btn svg { width: 17px; }

.compare-section { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.compare-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 10%, rgba(29,116,207,.22), transparent 30%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: auto, 46px 46px, 46px 46px; }
.compare-section .shell { position: relative; }
.section-heading.light .section-kicker { color: #71bff2; }
.section-heading.light h2 { color: #fff; }
.section-heading.light > p { color: #99aec5; }
.compare-wrap { border: 1px solid rgba(144,184,222,.17); background: rgba(8, 34, 66, .78); backdrop-filter: blur(8px); overflow: auto; border-radius: 10px; box-shadow: 0 25px 70px rgba(0,0,0,.16); }
.compare-wrap table { width: 100%; border-collapse: collapse; min-width: 780px; }
.compare-wrap th, .compare-wrap td { padding: 17px 20px; text-align: left; border-bottom: 1px solid rgba(143,177,207,.13); font-size: 12px; }
.compare-wrap th { background: rgba(255,255,255,.035); color: #829eb9; font-size: 10px; letter-spacing: .06em; font-weight: 700; }
.compare-wrap tr:last-child td { border-bottom: 0; }
.compare-wrap tbody tr { transition: .16s ease; }
.compare-wrap tbody tr:hover { background: rgba(48,114,178,.1); }
.series-pill { display: inline-flex; max-width: 280px; align-items: center; background: #144d83; color: #acd7fc; border-radius: 4px; padding: 5px 8px; font-size: 9px; line-height: 1.35; font-weight: 800; }
.compare-wrap strong { color: #fff; }
.compare-cell-stack { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.compare-cell-stack small { color: #87a6c3; font-size: 10px; line-height: 1.45; font-weight: 650; }
.compare-wrap .table-price { color: #68c8f4; font-weight: 850; font-size: 14px; }
.compare-actions { display: flex; flex-wrap: wrap; gap: 6px; min-width: 112px; }
.compare-actions a { display: inline-flex; align-items: center; min-height: 30px; padding: 0 10px; border: 1px solid rgba(104,200,244,.44); border-radius: 6px; color: #8edcff; font-size: 10px; font-weight: 800; white-space: nowrap; transition: .18s ease; }
.compare-actions a:hover,.compare-actions a:focus-visible { outline: 0; border-color: #8edcff; background: rgba(104,200,244,.12); color: #fff; }
.compare-action-pending { color: #8298b0; font-size: 10px; }
.compare-wrap a { color: #8dc9f6; display: flex; align-items: center; gap: 5px; }
.compare-wrap a svg { width: 13px; }

.docs-section { background: #fff; }
.doc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.doc-card { border: 1px solid #dfe6ee; border-radius: 10px; padding: 19px; display: flex; align-items: center; gap: 14px; transition: .2s ease; }
.doc-card:hover { transform: translateY(-3px); border-color: #b9cce0; box-shadow: 0 14px 35px rgba(17, 51, 87, .07); }
.doc-icon { width: 43px; height: 49px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); border-radius: 6px; background: #edf5fd; }
.doc-icon svg { width: 22px; }
.doc-card > div:nth-child(2) { flex: 1; min-width: 0; }
.doc-card b { display: block; font-size: 13px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.doc-card span { display: block; margin-top: 5px; color: #8a97a5; font-size: 9px; }
.doc-card > svg { color: #90a0b2; width: 16px; }
.doc-card.doc-pending { background: #f8fafc; cursor: default; }
.doc-card.doc-pending:hover { transform: none; box-shadow: none; border-color: #dfe6ee; }
.document-pending { color: #8aa0b5; font-size: 10px; }

.news-section { background: #f4f7fb; }
.news-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: 16px; }
.news-card { min-width: 0; overflow: hidden; display: grid; grid-template-columns: 180px minmax(0, 1fr); background: #fff; border: 1px solid #dce5ee; border-radius: 12px; box-shadow: 0 12px 35px rgba(16, 48, 83, .055); transition: .22s ease; }
.news-card:hover { transform: translateY(-3px); border-color: #b9cde1; box-shadow: 0 18px 44px rgba(16, 48, 83, .1); }
.news-card.featured { grid-row: span 2; display: block; }
.news-media { min-height: 190px; overflow: hidden; background: #e9f1f7; }
.news-card.featured .news-media { height: 286px; }
.news-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .35s ease; }
.news-card:hover .news-media img { transform: scale(1.035); }
.news-card-copy { min-width: 0; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; }
.news-card.featured .news-card-copy { padding: 25px 26px 27px; }
.news-meta { display: flex; align-items: center; gap: 9px; color: #8a98a8; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.news-meta span { padding: 5px 7px; border-radius: 4px; color: var(--blue); background: #eaf4fe; }
.news-card h3 { margin: 14px 0 9px; font-size: 17px; line-height: 1.38; letter-spacing: -.02em; }
.news-card.featured h3 { font-size: 25px; }
.news-card p { margin: 0; color: #6c7d90; font-size: 10px; line-height: 1.7; }
.news-read { margin-top: auto; padding: 15px 0 0; border: 0; background: transparent; color: var(--blue); display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 850; cursor: pointer; text-decoration:none; }
.news-read svg { width: 14px; }
.news-empty { grid-column: 1 / -1; padding: 42px; text-align: center; color: #8190a1; border: 1px dashed #c9d6e2; border-radius: 12px; background: #fff; }
.news-dialog { position: relative; z-index: 2; width: min(780px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; border-radius: 15px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.3); }
.news-dialog > img { width: 100%; height: 310px; display: block; object-fit: cover; background: #edf3f8; }
.news-dialog .modal-close { z-index: 3; box-shadow: 0 8px 25px rgba(0,0,0,.14); }
.news-dialog-copy { padding: 31px 36px 38px; }
.news-dialog h2 { margin: 14px 0 20px; font-size: clamp(25px, 3vw, 36px); line-height: 1.25; letter-spacing: -.035em; }
.news-article-body { color: #56687b; font-size: 13px; line-height: 1.9; }
.news-article-body p { margin: 0 0 16px; }

.service-section { background: linear-gradient(115deg, #eaf4ff 0%, #f7fbff 56%, #eef8fb 100%); position: relative; overflow: hidden; }
.service-section::after { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; bottom: -260px; border: 70px solid rgba(37,128,209,.055); border-radius: 50%; }
.service-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.service-copy h2 { font-size: clamp(36px, 4vw, 52px); letter-spacing: -.05em; line-height: 1.18; margin: 12px 0 20px; }
.service-copy > p { color: var(--muted); line-height: 1.8; margin: 0 0 26px; font-size: 14px; }
.primary-btn.dark { background: var(--navy-2); box-shadow: 0 15px 35px rgba(8, 34, 65, .15); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.service-cards article { background: rgba(255,255,255,.8); border: 1px solid rgba(189,210,231,.75); padding: 27px 21px; border-radius: 10px; min-height: 230px; backdrop-filter: blur(8px); }
.service-cards article > div { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 9px; background: var(--navy-2); color: #72c9f5; margin-bottom: 38px; }
.service-cards article svg { width: 22px; }
.service-cards b { display: block; font-size: 15px; }
.service-cards p { margin: 11px 0 0; color: #6f7f91; font-size: 11px; line-height: 1.75; }

footer { background: #031326; color: #8fa3b9; padding-top: 78px; }
.company-footer { position: relative; isolation: isolate; direction:ltr; text-align:left; min-height: 410px; display: grid; grid-template-columns: minmax(0,1.28fr) minmax(310px,.72fr); gap: 46px 64px; align-items: stretch; margin-bottom: 70px; padding: 54px 58px 36px; overflow: hidden; border: 1px solid rgba(115,190,246,.24); border-radius: 24px; background: radial-gradient(circle at 6% 0%,rgba(30,121,205,.28),transparent 37%),linear-gradient(128deg,#0a315b 0%,#082746 48%,#061d36 100%); box-shadow: 0 35px 90px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.08); }
.company-footer-identity{grid-column:1}.company-footer-contact{grid-column:2}html[dir="rtl"] .company-footer-identity,html[dir="rtl"] .company-footer-contact,html[dir="rtl"] .company-footer-social-bar{direction:rtl;text-align:right}html[dir="rtl"] .company-footer-brandline,html[dir="rtl"] .company-contact-person,html[dir="rtl"] .company-contact-availability{flex-direction:row-reverse}html[dir="rtl"] .company-footer-socials{justify-content:flex-start}
.company-footer::before { content:""; position:absolute; z-index:-2; inset:0; opacity:.38; background-image:linear-gradient(rgba(130,187,235,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(130,187,235,.08) 1px,transparent 1px); background-size:54px 54px; mask-image:linear-gradient(90deg,#000,transparent 82%); }
.company-footer::after { content:""; position:absolute; z-index:-1; width:440px; height:440px; right:-230px; top:-230px; border:72px solid rgba(247,208,43,.08); border-radius:50%; }
.company-footer[hidden] { display:none!important; }
.company-footer-glow i { position:absolute; z-index:-1; border-radius:50%; border:1px solid rgba(92,174,236,.16); }
.company-footer-glow i:nth-child(1){width:330px;height:330px;right:-92px;bottom:-188px}.company-footer-glow i:nth-child(2){width:210px;height:210px;right:-30px;bottom:-125px}.company-footer-glow i:nth-child(3){width:92px;height:92px;right:28px;bottom:-66px;background:rgba(21,103,178,.15)}
.company-footer-identity,.company-footer-contact,.company-footer-social-bar{position:relative;z-index:1}.company-footer-brandline{display:flex;align-items:center;gap:20px;margin-bottom:30px}.company-footer-logo{width:142px;height:70px;display:grid;place-items:center;padding:8px 14px;border-radius:12px;background:#fff;box-shadow:0 14px 32px rgba(0,0,0,.18)}.company-footer-logo img{width:100%;height:100%;object-fit:contain}.company-footer-brandline>small{color:#78ccff;font-size:10px;font-weight:900;letter-spacing:.18em}.company-footer-identity h2{max-width:700px;margin:0;color:#fff;font-size:clamp(31px,3vw,45px);line-height:1.18;letter-spacing:-.045em}.company-footer-identity>p{max-width:680px;margin:17px 0 0;color:#b9d1e6;font-size:14px;line-height:1.75}.company-footer-pillars{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.company-footer-pillars span{padding:7px 10px;border:1px solid rgba(105,188,245,.22);border-radius:5px;background:rgba(10,78,134,.3);color:#b9def8;font-size:8px;font-weight:900;letter-spacing:.09em}.company-footer-address{max-width:680px;margin-top:30px;padding-top:20px;border-top:1px solid rgba(141,189,228,.18)}.company-footer-address small,.company-footer-contact>small,.company-footer-social-bar small{display:block;margin-bottom:9px;color:#f1d432;font-size:9px;font-weight:900;letter-spacing:.17em}.company-footer address{color:#a9bfd3;font-size:12px;font-style:normal;line-height:1.75}.company-footer-contact{align-self:center;min-height:270px;display:flex;flex-direction:column;justify-content:center;padding:34px 34px 30px;border:1px solid rgba(130,190,235,.2);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 20px 50px rgba(0,0,0,.15);backdrop-filter:blur(10px)}.company-contact-person{display:flex;align-items:baseline;flex-wrap:wrap;gap:9px;margin-bottom:16px}.company-footer-contact b{color:#fff;font-size:25px;letter-spacing:-.025em}.company-footer-contact span{color:#8ebee2;font-size:11px}.company-contact-phone{width:fit-content;margin:0 0 19px;color:#f4d62f!important;font-size:clamp(21px,2vw,27px)!important;font-weight:900;letter-spacing:.015em}.company-contact-links{display:grid;gap:8px;padding-top:17px;border-top:1px solid rgba(145,190,226,.17)}.company-footer-contact a{width:fit-content;color:#d9e9f6;font-size:12px;line-height:1.5;word-break:break-word}.company-footer-contact a:hover{color:#fff}.company-contact-availability{display:flex;align-items:center;gap:8px;margin-top:24px;color:#88a9c4;font-size:8px;font-weight:800;letter-spacing:.08em}.company-contact-availability i{width:7px;height:7px;border-radius:50%;background:#48d599;box-shadow:0 0 0 5px rgba(72,213,153,.1)}.company-footer-social-bar{grid-column:1/-1;display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center;padding-top:28px;border-top:1px solid rgba(150,195,229,.18)}.company-footer-social-bar strong{display:block;color:#fff;font-size:15px}.company-footer-socials{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.company-social-link{position:relative;min-height:48px;display:inline-flex;align-items:center;gap:10px;padding:7px 17px 7px 8px;border:1px solid rgba(139,188,229,.28);border-radius:999px;background:rgba(255,255,255,.075);color:#edf7ff;font-size:11px;font-weight:850;box-shadow:0 7px 18px rgba(0,0,0,.1);transition:.2s ease}.company-social-link:hover,.company-social-link:focus-visible{border-color:#f0d22f;background:#fff;color:#082746;transform:translateY(-2px);outline:0}.company-social-mark{min-width:33px;height:33px;display:grid;place-items:center;padding:0 6px;border-radius:50%;background:linear-gradient(145deg,#258bd8,#0e5ba3);color:#fff;font-size:9px;letter-spacing:.03em;box-shadow:0 5px 12px rgba(0,61,117,.28)}.company-social-qr{position:absolute;z-index:5;left:50%;bottom:calc(100% + 12px);width:150px;height:150px;padding:8px;border-radius:11px;background:#fff;object-fit:contain;box-shadow:0 18px 46px rgba(0,0,0,.38);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:.18s ease}.company-social-link:hover .company-social-qr,.company-social-link:focus-visible .company-social-qr{opacity:1;visibility:visible;transform:translate(-50%,0)}
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 65px; padding-bottom: 48px; }
.footer-brand img { width: 118px; height: 57px; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p, .footer-main > div:last-child p { font-size: 11px; line-height: 1.8; }
.footer-main b { display: block; color: #e7eff8; font-size: 12px; margin-bottom: 17px; }
.footer-main a { display: block; font-size: 11px; margin: 11px 0; }
.footer-main a:hover { color: #fff; }
.footer-main button { cursor: pointer; border: 0; background: transparent; padding: 0 0 3px; border-bottom: 1px solid #496078; color: #d8e7f5; font-size: 11px; }
.footer-bottom { min-height: 60px; display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 18px; border-top: 1px solid rgba(150,180,209,.12); font-size: 9px; letter-spacing: .03em; }
.footer-bottom > span:last-child { text-align: right; }
.footer-legal-record { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 8px; color: #adc0d2; text-align: center; }
.footer-legal-record[hidden] { display: none; }
.footer-legal-record a { color: #d8e7f5; border-bottom: 1px solid rgba(216,231,245,.35); }
.footer-legal-record a:hover { color: #fff; border-color: #fff; }

.toast { position: fixed; left: 50%; bottom: 34px; z-index: 120; transform: translate(-50%, 18px); opacity: 0; pointer-events: none; display: flex; align-items: center; gap: 9px; padding: 11px 16px; background: #092747; color: #fff; border-radius: 7px; box-shadow: 0 14px 38px rgba(0,0,0,.22); font-size: 12px; transition: .25s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.toast svg { width: 17px; color: #70e0ab; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(3, 15, 29, .57); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: .25s ease; }
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; right: 0; top: 0; bottom: 0; z-index: 100; width: min(470px, 100%); background: #fff; box-shadow: -25px 0 70px rgba(0,0,0,.16); transform: translateX(101%); transition: .3s cubic-bezier(.22,.8,.26,1); display: grid; grid-template-rows: auto 1fr auto; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { padding: 25px 25px 19px; border-bottom: 1px solid #e6ebf1; display: flex; align-items: center; justify-content: space-between; }
.drawer-head small { color: var(--blue); font-size: 9px; letter-spacing: .16em; font-weight: 800; }
.drawer-head h2 { margin: 4px 0 0; font-size: 23px; }
.drawer-head h2 span { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; background: #e8f2fc; color: var(--blue); border-radius: 50%; font-size: 10px; vertical-align: 4px; }
.drawer-head button, .modal-close { cursor: pointer; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #dce4ec; background: #fff; border-radius: 50%; }
.drawer-head button:hover, .modal-close:hover { background: #f2f5f8; }
.drawer-head button svg, .modal-close svg { width: 18px; }
.drawer-body { overflow-y: auto; padding: 18px 24px; }
.empty-cart { height: 100%; min-height: 300px; display: grid; place-items: center; text-align: center; color: #8997a6; }
.empty-cart div { max-width: 230px; }
.empty-cart svg { width: 42px; height: 42px; color: #a6b6c5; margin-bottom: 16px; }
.empty-cart b { display: block; color: #43566b; font-size: 16px; }
.empty-cart p { font-size: 11px; line-height: 1.7; }
.cart-item { display: grid; grid-template-columns: 86px 1fr auto; gap: 13px; padding: 15px 0; border-bottom: 1px solid #e9eef3; }
.cart-item.no-thumb { grid-template-columns: 1fr auto; }
.cart-thumb { width: 86px; height: 72px; border-radius: 6px; overflow: hidden; background: #d9edb4; }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 14%; transform: scale(1.12); }
.cart-item h3 { margin: 0 0 5px; font-size: 13px; }
.cart-item p { margin: 2px 0; color: #748396; font-size: 9px; }
.cart-item-price { text-align: right; }
.cart-item-price strong { display: block; color: var(--blue); font-size: 14px; }
.cart-item-price button { cursor: pointer; margin-top: 21px; padding: 4px; border: 0; background: transparent; color: #9aa6b2; }
.cart-item-price button:hover { color: #c44747; }
.cart-item-price button svg { width: 15px; }
.drawer-foot { padding: 19px 24px 22px; border-top: 1px solid #e2e8ef; box-shadow: 0 -10px 30px rgba(22, 48, 78, .04); }
.cart-total { display: flex; align-items: end; justify-content: space-between; margin-bottom: 16px; }
.cart-total > span { color: #536477; font-size: 12px; }
.cart-total small { display: block; color: #9ba6b2; margin-top: 4px; font-size: 8px; }
.cart-total strong { font-size: 25px; color: var(--blue); }
.checkout-btn { cursor: pointer; width: 100%; min-height: 49px; border: 0; border-radius: 7px; color: #fff; background: var(--blue); font-weight: 800; font-size: 13px; }
.checkout-btn:hover { background: #0e4f9e; }
.checkout-btn:disabled { cursor: not-allowed; background: #b6c3d0; }
.continue-btn { cursor: pointer; width: 100%; border: 0; background: transparent; margin-top: 13px; color: #6f7d8b; font-size: 11px; }

.modal { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: .22s ease; }
.modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2, 13, 26, .67); backdrop-filter: blur(5px); }
.checkout-panel { position: relative; z-index: 2; width: min(680px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; background: #fff; border-radius: 14px; padding: 36px; box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.modal-close { position: absolute; right: 21px; top: 21px; }
.checkout-copy small, .success-panel > small { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .17em; }
.checkout-copy h2 { margin: 6px 0 8px; font-size: 28px; }
.checkout-copy p { margin: 0 45px 25px 0; color: #788798; font-size: 11px; line-height: 1.7; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid label { display: block; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { display: block; font-size: 11px; font-weight: 750; margin-bottom: 6px; }
.form-grid input, .form-grid textarea { width: 100%; border: 1px solid #d8e1ea; border-radius: 7px; padding: 11px 12px; color: var(--ink); outline: none; font-size: 12px; transition: .18s ease; }
.form-grid select { width: 100%; min-height: 42px; border: 1px solid #d8e1ea; border-radius: 7px; padding: 9px 12px; color: var(--ink); outline: none; background: #fff; font-size: 12px; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,92,181,.08); }
.form-grid select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,92,181,.08); }
.form-grid textarea { resize: vertical; }
.form-grid>.full{grid-column:1/-1}.registration-contact-note{padding:11px 13px;border:1px solid #d8e7f5;border-radius:8px;background:#f2f8ff;color:#3e668b;font-size:12px;line-height:1.6}.registration-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.business-email-notice{padding:14px 15px;border:1px solid #ecd993;border-radius:9px;background:#fffaf0}.business-email-notice b{display:block;color:#765b0f;font-size:13px}.business-email-notice p{margin:6px 0 0;color:#6f633f;font-size:11px;line-height:1.65}.registration-contact-grid[hidden],.registration-contact-note[hidden],.business-email-notice[hidden]{display:none!important}
.after-sales-order-check{margin:20px 0 14px;padding:17px;border:2px solid #f0c456;border-radius:11px;background:linear-gradient(135deg,#fffdf5,#fff7df);box-shadow:0 10px 24px rgba(172,112,0,.08)}
.after-sales-order-check legend{display:flex;align-items:center;gap:9px;padding:0 7px;color:#4a3500;font-size:14px;font-weight:900}
.after-sales-order-check legend em{padding:4px 8px;border-radius:999px;background:#c9362b;color:#fff;font-size:9px;font-style:normal;letter-spacing:.08em}
.after-sales-order-check>p{margin:2px 0 13px;color:#765d1c;font-size:11px;line-height:1.65}
.after-sales-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.after-sales-choice label{display:flex;align-items:center;gap:9px;min-height:44px;padding:10px 12px;border:1px solid #e2c87d;border-radius:8px;background:#fff;color:#4f4a3d;font-size:11px;font-weight:800;cursor:pointer}
.after-sales-choice label:has(input:checked){border-color:#1264bd;background:#eef6ff;color:#0d559e;box-shadow:0 0 0 2px rgba(18,100,189,.1)}
.after-sales-choice label.repair-yes:has(input:checked){border-color:#c9362b;background:#fff2ef;color:#a82b24;box-shadow:0 0 0 2px rgba(201,54,43,.1)}
.after-sales-choice input,.after-sales-confirm input{accent-color:#1264bd}
.after-sales-required{margin-top:14px;padding-top:14px;border-top:1px solid #ead59a}
.after-sales-required[hidden]{display:none!important}
.after-sales-warning{padding:12px 13px;border-left:4px solid #c9362b;border-radius:7px;background:#fff0ed}
.after-sales-warning b{display:block;color:#a32822;font-size:12px}.after-sales-warning p{margin:5px 0 0;color:#774b46;font-size:10px;line-height:1.6}
.after-sales-file-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}
.after-sales-file-grid>label{display:flex;flex-direction:column;min-width:0;padding:12px;border:1px solid #e1c985;border-radius:9px;background:#fff}
.after-sales-file-grid label>span{display:flex;align-items:center;gap:7px}.after-sales-file-grid label>span b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#1264bd;color:#fff;font-size:10px}.after-sales-file-grid strong{color:#283e55;font-size:11px}.after-sales-file-grid small{min-height:34px;margin:7px 0;color:#768391;font-size:9px;line-height:1.55}
.after-sales-file-grid input{width:100%;font-size:9px;color:#4f6072}.after-sales-file-grid i{min-height:16px;margin-top:6px;color:#16835d;font-size:9px;font-style:normal;font-weight:750;word-break:break-all}
.after-sales-confirm{display:flex;align-items:flex-start;gap:8px;margin-top:13px;color:#654e14;font-size:10px;font-weight:750;line-height:1.55}
.after-sales-confirm input{margin-top:2px}
.checkout-summary { display: flex; align-items: center; justify-content: space-between; margin: 19px 0 13px; padding: 13px 15px; background: #f2f7fc; border-radius: 7px; font-size: 11px; color: #667789; }
.checkout-summary strong { color: var(--blue); font-size: 20px; }
.agreement { display: flex; align-items: flex-start; gap: 8px; color: #7c8998; font-size: 10px; line-height: 1.55; }
.agreement input { margin: 2px 0 0; accent-color: var(--blue); }
.submit-order-btn { cursor: pointer; width: 100%; min-height: 49px; margin-top: 16px; border: 0; border-radius: 7px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 800; }

.register-panel { width: min(720px, 100%); }
.register-heading { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 25px; padding-right: 44px; }
.register-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #68bff0; background: var(--navy-2); box-shadow: 0 10px 24px rgba(8, 42, 78, .14); }
.register-icon svg { width: 23px; }
.register-heading small { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .17em; }
.register-heading h2 { margin: 5px 0 6px; font-size: 27px; }
.register-heading p { margin: 0; color: #768697; font-size: 11px; line-height: 1.65; }
.register-error { min-height: 0; margin-top: 12px; padding: 0; color: #b42318; font-size: 11px; }
.register-error.show { padding: 9px 11px; border: 1px solid #f0b9b5; border-radius: 6px; background: #fff1f0; }
.register-agreement { margin-top: 15px; }
.demo-note { margin: 11px 0 0; text-align: center; color: #9aa5b1; font-size: 9px; }
.compact-success { width: min(430px, 100%); }
.register-success-button { cursor: pointer; width: 100%; min-height: 45px; margin-top: 3px; border: 0; border-radius: 7px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 800; }
.dev-verification { display: block; margin: -3px 0 15px; padding: 9px 12px; border: 1px dashed #8db6dc; border-radius: 6px; color: var(--blue); background: #f2f8fd; font-size: 10px; text-decoration: none; }

.single-section { background: #f5f8fb; }
.rate-strip { display: flex; justify-content: flex-end; align-items: center; margin: -5px 0 22px; min-height: 42px; }
.rate-strip span { display: flex; align-items: center; gap: 8px; color: #718298; }
.rate-strip em { font-size: 10px; font-style: normal; }
.rate-strip i { width: 7px; height: 7px; border-radius: 50%; background: #24a174; box-shadow: 0 0 0 4px #24a17418; }
.price-policy { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin: -5px 0 22px; padding: 13px 16px; border: 1px solid #dce7f0; border-left: 4px solid var(--yellow); border-radius: 8px; background: #fff; }
.price-policy span { display: flex; align-items: center; gap: 8px; color: #65768a; }
.price-policy b { padding: 4px 7px; border-radius: 5px; background: var(--yellow); color: var(--navy); font-size: 12px; }
.price-policy em { font-size: 10px; font-style: normal; }
.price-policy i { width: 7px; height: 7px; border-radius: 50%; background: #24a174; box-shadow: 0 0 0 4px #24a17418; }
.single-filter-stack { display: grid; gap: 8px; margin: -7px 0 20px; }
.catalog-filter { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 11px 12px; border: 1px solid #dce6ef; border-radius: 10px; background: #fff; }
.catalog-filter::before { margin-right: 3px; color: #6f8092; content: attr(data-label); font-size: 10px; font-weight: 800; }
.catalog-filter button { min-height: 30px; padding: 0 13px; border: 1px solid #d3deea; border-radius: 999px; background: #f7fafc; color: #526b83; cursor: pointer; font-size: 10px; font-weight: 800; transition: .18s ease; }
.catalog-filter button:hover,.catalog-filter button:focus-visible { border-color: #8fb5dc; color: var(--blue); outline: 0; }
.catalog-filter button.active { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 5px 13px rgba(18,92,181,.18); }
.accessory-filter { background: #f8fbfe; }
.single-grid-empty { grid-column: 1 / -1; min-height: 175px; display: grid; place-items: center; padding: 30px; border: 1px dashed #c8d6e4; border-radius: 12px; background: #fff; color: #708196; text-align: center; }
.single-grid-empty b { display: block; margin-bottom: 7px; color: var(--navy); font-size: 16px; }
.single-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.single-card { display: flex; min-height: 435px; flex-direction: column; overflow: hidden; border: 1px solid #dde6ee; border-radius: 12px; background: #fff; box-shadow: 0 10px 34px rgba(23,55,88,.06); transition: .22s ease; }
.single-card:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(23,55,88,.11); }
.single-media { position: relative; height: 180px; overflow: hidden; background: #e9f0f6; }
.single-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transition: .35s ease; }
.single-card:hover .single-media img { transform: scale(1.035); }
.single-media img[src*="catalog-extracted/"] { transform: scale(2.05); transform-origin: center center; }
.single-card:hover .single-media img[src*="catalog-extracted/"] { transform: scale(2.12); }
.single-category { position: absolute; left: 12px; top: 12px; padding: 5px 7px; border-radius: 5px; background: rgba(6,39,73,.88); color: #fff; font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.single-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.single-body h3 { margin: 0 0 4px; font-size: 17px; line-height: 1.35; }
.single-en { margin: 0 0 10px; color: var(--blue); font-size: 9px; font-weight: 750; }
.single-summary { min-height: 38px; margin: 0 0 13px; color: #6f8092; font-size: 10px; line-height: 1.65; }
.single-body label { display: block; margin: 0; color: #65768a; font-size: 9px; font-weight: 750; }
.single-body select { width: 100%; height: 38px; margin-top: 6px; padding: 0 9px; border: 1px solid #d7e1ea; border-radius: 6px; background: #fff; color: #2f465f; font-size: 10px; outline: 0; }
.single-model-field { position: relative; color: #65768a; font-size: 9px; font-weight: 750; }
.single-model-label { display: block; margin-bottom: 6px; }
.single-model-picker { position: relative; }
.single-model-trigger { width: 100%; height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 10px; border: 1px solid #d7e1ea; border-radius: 6px; background: #fff; color: #2f465f; font-size: 10px; text-align: left; cursor: pointer; }
.single-model-trigger i { color: #31506f; font-size: 14px; font-style: normal; transition: transform .18s ease; }
.single-model-picker.open .single-model-trigger { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(18,92,181,.1); }
.single-model-picker.open .single-model-trigger i { transform: rotate(180deg); }
.single-model-menu { position: absolute; z-index: 40; left: 0; right: 0; top: calc(100% + 4px); max-height: 305px; overflow-y: auto; padding: 4px; border: 1px solid #cbd9e6; border-radius: 7px; background: #fff; box-shadow: 0 16px 34px rgba(12,43,76,.2); }
.single-model-menu[hidden] { display: none; }
.single-model-menu button { width: 100%; min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 9px; border: 0; border-radius: 5px; background: #fff; color: #263f59; text-align: left; cursor: pointer; }
.single-model-menu button:hover,.single-model-menu button:focus-visible { outline: 0; background: #edf6ff; color: var(--blue); }
.single-model-menu button.selected { background: #f4f8fc; }
.single-model-menu b { font-size: 10px; white-space: nowrap; }
.single-model-menu small { flex: 0 0 auto; color: #6e8094; font-size: 8px; font-weight: 650; opacity: 0; transform: translateX(3px); transition: opacity .14s ease, transform .14s ease; white-space: nowrap; }
.single-model-menu button:hover small,.single-model-menu button:focus-visible small,.single-model-menu button.selected small { opacity: 1; transform: translateX(0); }
.single-model-native { position: absolute !important; width: 1px !important; height: 1px !important; margin: 0 !important; padding: 0 !important; opacity: .001; pointer-events: none; }
.single-card.model-menu-open { position: relative; z-index: 30; overflow: visible; }
.single-sku { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 9px; padding: 8px 10px; border-radius: 6px; background: #edf5fc; color: #597087; font: 750 9px ui-monospace, Consolas, monospace; }
.single-sku b { color: var(--blue); font-size: 10px; letter-spacing: .03em; }
.single-buy { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 16px; }
.single-price small { display: block; margin-bottom: 3px; color: #8996a4; font-size: 8px; }
.single-price strong { color: var(--blue); font-size: 20px; }
.single-price strong.quote { color: #6d7b89; font-size: 15px; }
.single-buy button { min-width: 104px; min-height: 39px; padding: 0 12px; border: 0; border-radius: 6px; background: var(--blue); color: #fff; font-size: 10px; font-weight: 850; cursor: pointer; }
.single-buy button.quote { background: var(--navy-2); }
.single-doc-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; color: #73869a; font-size: 9px; text-decoration: none; }

.payment-methods { margin: 17px 0 13px; padding: 14px; border: 1px solid #dce5ee; border-radius: 8px; }
.payment-methods legend { padding: 0 6px; color: #40566d; font-size: 11px; font-weight: 850; }
.payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.payment-option { position: relative; margin: 0; padding: 10px; border: 1px solid #d9e2eb; border-radius: 7px; color: #40556d; background: #fff; cursor: pointer; }
.payment-option:has(input:checked) { border-color: var(--blue); background: #edf6ff; box-shadow: 0 0 0 2px #125cb512; }
.payment-option:has(input:disabled) { cursor: not-allowed; opacity: .52; }
.payment-option input { position: absolute; opacity: 0; }
.payment-option b,.payment-option small { display: block; }
.payment-option b { font-size: 10px; }
.payment-option small { margin-top: 4px; color: #8794a2; font-size: 7px; }
.payment-methods > p { margin: 9px 0 0; color: #78889a; font-size: 8px; }
.payment-result { margin: 13px 0; padding: 13px; border-radius: 7px; background: #f1f7fd; color: #40566e; font-size: 10px; line-height: 1.7; word-break: break-all; }
.payment-result b { color: var(--blue); }
.included-accessories { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 9px; padding: 10px 12px; border: 1px dashed #bfd3e5; border-radius: 7px; background: #f4f9fd; }
.included-accessories b { flex: 1 0 100%; margin-right: 2px; color: #334f69; font-size: 10px; line-height: 1.45; }
.included-accessories span { padding: 5px 7px; border-radius: 5px; background: #e3f2ec; color: #16805f; font-size: 8px; font-weight: 750; }
.included-accessories [hidden] { display: none !important; }

.success-panel { position: relative; z-index: 2; width: min(470px, 100%); background: #fff; text-align: center; border-radius: 14px; padding: 42px 38px 36px; box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.success-icon { width: 62px; height: 62px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: #17885a; background: #e3f7ee; box-shadow: 0 0 0 9px #f2fbf7; }
.success-icon svg { width: 30px; }
.success-panel h2 { margin: 7px 0 10px; font-size: 27px; }
.success-panel > p { margin: 0 auto 22px; max-width: 340px; color: #748294; font-size: 11px; line-height: 1.7; }
.order-number { display: flex; align-items: center; justify-content: center; gap: 10px; background: #f2f6fa; border: 1px dashed #bbcada; border-radius: 8px; padding: 13px; }
.order-number span { color: #7f8c9a; font-size: 10px; }
.order-number b { font: 800 15px ui-monospace, Consolas, monospace; color: var(--navy-2); }
.order-number button { cursor: pointer; border: 0; background: transparent; color: var(--blue); padding: 2px; }
.order-number svg { width: 16px; }
.success-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 20px; }
.success-actions button { cursor: pointer; min-height: 44px; border: 0; border-radius: 7px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 750; }
.success-actions button.secondary { color: #506175; background: #eef2f6; }

/* Arabic and Persian use a true right-to-left reading flow. */
html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .primary-btn svg,
html[dir="rtl"] .product-price-row button svg,
html[dir="rtl"] .doc-card > svg,
html[dir="rtl"] .compare-wrap a svg,
html[dir="rtl"] .announcement a svg { transform: scaleX(-1); }
html[dir="rtl"] .visual-index { right: auto; left: 13px; }
html[dir="rtl"] .component-grid article > span { right: auto; left: 35px; }
html[dir="rtl"] .compare-wrap th,
html[dir="rtl"] .compare-wrap td { text-align: right; }
html[dir="rtl"] .cart-item-price { text-align: left; }
html[dir="rtl"] .register-heading { padding-right: 0; padding-left: 44px; }
html[dir="rtl"] .news-dialog .modal-close { right: auto; left: 21px; }
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="password"],
html[dir="rtl"] [data-order-number],
html[dir="rtl"] [data-builder-price],
html[dir="rtl"] [data-cart-total],
html[dir="rtl"] [data-checkout-total],
html[dir="rtl"] .hero-live-price em,
html[dir="rtl"] .table-price { direction: ltr; unicode-bidi: isolate; }
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="password"] { text-align: left; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .7s ease forwards; }
.delay-1 { animation-delay: .12s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1750px) {
  .site-header .nav-wrap { width: calc(100% - 24px); gap: 14px; }
  .brand { min-width: 185px; gap: 9px; }
  .brand img { width: 101px; }
  .brand b { font-size: 13px; }
  .desktop-nav { gap: 13px; }
  .desktop-nav a,.desktop-nav .nav-group-button { font-size: 12px; }
  .consult-link { display: none; }
}

@media (max-width: 1450px) {
  .site-header .nav-wrap { width: calc(100% - 28px); gap: 12px; }
  .brand { min-width: 190px; gap: 8px; }
  .brand img { width: 96px; }
  .brand b { font-size: 12px; }
  .desktop-nav { gap: 11px; }
  .desktop-nav a,.desktop-nav .nav-group-button { font-size: 12px; }
  .consult-link { display: none; }
  .language-switcher { width: 150px; min-width: 150px; }
  .currency-switcher { min-width: 78px; }
  .register-trigger { padding-inline: 9px; }
  .login-trigger { padding-inline: 8px; }
  .cart-trigger { padding-inline: 12px; }
}

@media (max-width: 1180px) {
  .brand { min-width: 100px; }
  .brand b, .brand span { display: none; }
  .desktop-nav { gap: 8px; }
  .desktop-nav a,.desktop-nav .nav-group-button { font-size: 11px; }
  .language-switcher { width: 140px; min-width: 140px; }
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 22px; }
  .nav-actions, .brand { min-width: auto; }
  .single-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .news-card.featured { grid-row: auto; }
  .consult-link { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 28px; }
  .hero-visual { transform: scale(.89); transform-origin: center; }
  .config-layout { grid-template-columns: minmax(0, 1fr) 410px; }
  .product-list { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: .7fr 1.3fr; gap: 50px; }
}

@media (max-width: 1100px) {
  .shell { width: min(100% - 32px, 720px); }
  .site-header { height: 66px; }
  .brand img { width: 95px; height: 45px; }
  .brand b, .brand span, .desktop-nav { display: none; }
  .brand { order: 1; }
  .nav-actions { order: 2; margin-left: auto; }
  .mobile-nav-toggle { order: 3; display: grid; align-content: center; justify-items: center; gap: 4px; flex: 0 0 auto; }
  .account-access, .nav-actions > .register-trigger { display: none; }
  .mobile-nav-panel { position: absolute; top: 100%; right: 12px; left: 12px; display: block; max-height: calc(100vh - 78px); padding: 12px; overflow-y: auto; border: 1px solid #d7e2ed; border-radius: 0 0 14px 14px; background: rgba(255,255,255,.99); box-shadow: 0 22px 48px rgba(6,32,61,.2); }
  .mobile-nav-panel[hidden] { display: none !important; }
  .mobile-nav-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .mobile-nav-links a { min-height: 46px; padding: 0 14px; display: flex; align-items: center; border: 1px solid #e0e8f0; border-radius: 8px; color: #344e69; background: #f8fafc; font-size: 13px; font-weight: 800; }
  .mobile-nav-links a:first-child { border-color: #a8cef5; color: var(--blue); background: #edf6ff; }
  .mobile-nav-links a.mobile-nav-level-2 { margin-inline-start: 14px; background: #f5f8fb; }
  .mobile-nav-links a.mobile-nav-level-3 { margin-inline-start: 28px; background: #f1f5f9; }
  .mobile-account-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #e3eaf1; }
  .mobile-account-actions button { min-height: 42px; border: 1px solid #c9d8e7; border-radius: 8px; background: #fff; color: var(--blue); font-weight: 850; cursor: pointer; }
  .mobile-account-actions button:last-child { border-color: var(--blue); background: var(--blue); color: #fff; }
  .language-switcher { min-width: 108px; }
  .currency-switcher { min-width: 78px; }
  .payment-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 70px 0 55px; }
  .hero-copy { padding: 0; }
  .hero-visual { width: min(610px, 100%); height: 480px; margin: -10px auto 0; transform: scale(.9); }
  .component-grid { grid-template-columns: 1fr; padding: 18px 0; }
  .component-grid > i { width: 100%; height: 1px; }
  .component-grid article { padding: 15px 4px; }
  .component-grid article > span { top: 4px; right: 8px; }
  .config-layout { grid-template-columns: 1fr; }
  .product-list { grid-template-columns: repeat(2, 1fr); }
  /* Mobile uses the page as the only vertical scroller. Keeping the desktop
     scroll containment here can trap touch gestures inside the long builder. */
  .builder-card { position: static; max-height: none; overflow: visible; overflow: clip; overscroll-behavior: auto; touch-action: pan-y; scrollbar-gutter: auto; }
  .doc-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: 1fr; }
  .service-copy { max-width: 530px; }
  .company-footer { grid-template-columns:1fr; gap:36px; padding:46px 44px 34px; }
  .company-footer-identity,.company-footer-contact { grid-column:1; }
  .company-footer-contact { min-height:0; }
  .company-footer-social-bar { grid-template-columns:1fr; }
  .company-footer-socials { justify-content:flex-start; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 28px); }
  .announcement { display: none; }
  .brand img { width: 89px; }
  .nav-actions { gap: 6px; }
  .language-switcher { position: relative; width: 118px; min-width: 118px; padding: 0 7px; justify-content: center; }
  .language-switcher select { font-size: 10px; }
  .language-flag { font-size: 17px; }
  .currency-switcher { width: 38px; min-width: 38px; padding: 0; justify-content: center; }
  .currency-switcher b { display: none; }
  .currency-switcher select { width: 36px; font-size: 9px; }
  .register-trigger { padding: 0 9px; min-height: 40px; }
  .register-trigger svg { display: none; }
  .register-trigger span { display: block; max-width: 76px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .cart-trigger { padding: 0 12px; }
  .cart-trigger span { display: none; }
  .single-grid { grid-template-columns: 1fr; }
  .single-card { min-height: 410px; }
  .catalog-filter { align-items: flex-start; }
  .catalog-filter::before { width: 100%; margin-bottom: 2px; }
  .price-policy { align-items: flex-start; flex-direction: column; }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 54px; gap: 20px; }
  .hero h1 { font-size: 43px; }
  .hero-copy > p { font-size: 15px; }
  .hero-proof div { padding: 0 19px; }
  .hero-visual { height: 420px; transform: none; }
  .visual-card { width: 258px; min-height: 105px; padding: 16px; gap: 11px; }
  .visual-icon { width: 45px; height: 45px; }
  .visual-card b { font-size: 14px; }
  .visual-power { left: 0; top: 25px; }
  .visual-screen { right: 0; top: 150px; }
  .visual-control { left: 4px; bottom: 26px; }
  .hero-live-price { width: 138px; height: 96px; left: 50%; top: 160px; transform: translateX(-50%); }
  .hero-live-price em { font-size: 19px; }
  .orbital-one { width: 360px; height: 360px; }
  .orbital-two { width: 250px; height: 250px; }
  .connector { display: none; }
  .section { padding: 76px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { width: auto; margin-top: 15px; }
  .kit-scope-note { display: block; margin-top: -12px; }
  .kit-scope-note strong { display: block; margin-bottom: 4px; }
  .filter-tabs { overflow-x: auto; padding-bottom: 3px; }
  .filter-tabs button { white-space: nowrap; }
  .product-list { grid-template-columns: 1fr; }
  .product-visual { height: 205px; }
  .builder-step, .builder-foot, .builder-head, .builder-product { padding-left: 17px; padding-right: 17px; }
  .option-grid { grid-template-columns: repeat(2, 1fr); }
  .addon-options { grid-template-columns: 1fr; }
  .handle-program-grid { grid-template-columns: 1fr; }
  .doc-grid { grid-template-columns: 1fr; }
  .news-card, .news-card.featured { display: block; }
  .news-media, .news-card.featured .news-media { height: 210px; min-height: 0; }
  .news-card-copy, .news-card.featured .news-card-copy { padding: 20px; }
  .news-card.featured h3 { font-size: 21px; }
  .news-dialog > img { height: 210px; }
  .news-dialog-copy { padding: 25px 20px 28px; }
  .service-cards { grid-template-columns: 1fr; }
  .service-cards article { min-height: 0; }
  .service-cards article > div { margin-bottom: 24px; }
  footer { padding-top:48px; }
  .company-footer { grid-template-columns:1fr; gap:28px; min-height:0; margin-bottom:46px; padding:28px 22px 25px; border-radius:18px; }
  .company-footer-brandline { align-items:flex-start; flex-direction:column; gap:14px; margin-bottom:22px; }
  .company-footer-logo { width:126px; height:62px; }
  .company-footer-identity h2 { font-size:28px; line-height:1.25; }
  .company-footer-identity>p { margin-top:13px; font-size:12px; }
  .company-footer-pillars { margin-top:20px; }
  .company-footer-address { margin-top:23px; padding-top:17px; }
  .company-footer-contact { padding:25px 21px; border-radius:14px; }
  .company-footer-contact b { font-size:22px; }
  .company-contact-phone { font-size:22px!important; }
  .company-footer-social-bar { grid-template-columns:1fr; gap:16px; padding-top:23px; }
  .company-footer-socials { justify-content:flex-start; padding-top:0; }
  .company-social-link { min-height:44px; padding-right:14px; }
  .company-social-qr { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; padding: 20px 0; line-height: 1.8; }
  .footer-bottom span { display: block; }
  .footer-bottom > span:last-child { text-align: left; }
  .footer-legal-record { justify-content: flex-start; margin: 5px 0; text-align: left; }
  .checkout-panel { padding: 29px 20px 24px; }
  .register-heading { gap: 11px; padding-right: 35px; }
  html[dir="rtl"] .register-heading { padding-right: 0; padding-left: 35px; }
  .register-icon { width: 41px; height: 41px; }
  .register-heading h2 { font-size: 23px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .form-grid>.full{grid-column:auto}
  .after-sales-choice,.after-sales-file-grid{grid-template-columns:1fr}
  .after-sales-file-grid small{min-height:0}
  .registration-contact-grid{grid-template-columns:1fr}
  .success-panel { padding: 37px 20px 28px; }
  .success-actions { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .site-header .nav-wrap { gap: 6px; }
  .brand img { width: 72px; }
  .nav-actions { gap: 4px; }
  .language-switcher { width: 110px; min-width: 110px; }
  .register-trigger { width: 40px; padding: 0; justify-content: center; }
  .login-trigger { width: 40px; padding: 0; justify-content: center; }
  .register-trigger svg { display: block; }
  .register-trigger span,.login-trigger span { display: none; }
  .cart-trigger { padding-inline: 8px; gap: 4px; }
  .eyebrow, .hero-actions { flex-wrap: wrap; }
  .hero h1 { overflow-wrap: anywhere; }
  .hero h1 span { white-space: normal; }
}

@media (max-width: 360px) {
  .brand { display: none; }
}

/* Requirement center, adapted from the original lab.bjbsun.com V5.7 intake flow. */
.requirements-section{background:linear-gradient(145deg,#f3f7fc 0%,#edf5fd 55%,#f8fbff 100%);position:relative;overflow:hidden}.requirements-section:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(27,113,203,.12),transparent 68%);right:-160px;top:-180px}.requirements-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:38px;margin-bottom:34px;position:relative}.requirements-heading h2{font-size:48px;line-height:1;margin:11px 0 16px;color:#10243f}.requirements-heading p{max-width:650px;color:#61738b;line-height:1.75}.requirement-flow{display:flex;align-items:center;flex-shrink:0;padding:18px 20px;background:#fff;border:1px solid #d8e5f2;border-radius:14px;box-shadow:0 14px 38px rgba(19,62,107,.08)}.requirement-flow span{display:flex;align-items:center;gap:8px;color:#344d69;white-space:nowrap}.requirement-flow b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#1265bd;color:#fff;font-size:12px}.requirement-flow i{font-style:normal;font-size:13px;font-weight:700}.requirement-flow em{width:28px;height:1px;background:#bfd2e6;margin:0 10px}.requirement-center{position:relative;background:#fff;border:1px solid #d5e3f1;border-radius:18px;box-shadow:0 24px 60px rgba(16,55,97,.1);overflow:hidden}.requirement-tabs{display:flex;padding:9px;background:#eaf2fb;border-bottom:1px solid #d7e4f1}.requirement-tabs button{border:0;background:transparent;color:#60748c;font-weight:800;font-size:14px;padding:13px 24px;border-radius:10px;cursor:pointer}.requirement-tabs button.active{background:#0d2f56;color:#fff;box-shadow:0 5px 15px rgba(13,47,86,.18)}.requirement-panel{display:none}.requirement-panel.active{display:block}.requirement-form{padding:32px}.requirement-notice{display:flex;gap:15px;padding:18px 20px;border:1px solid #bcd9f7;border-left:4px solid #1870c9;border-radius:10px;background:#eff7ff;margin-bottom:28px}.requirement-notice svg{width:24px;height:24px;fill:none;stroke:#1466b8;stroke-width:1.8;flex:none}.requirement-notice b{display:block;color:#173c63;margin-bottom:5px}.requirement-notice p{color:#526c87;font-size:13px;line-height:1.7}.requirement-form fieldset{border:0;border-top:1px solid #e1e9f2;padding:26px 0 4px;margin:0}.requirement-form fieldset:first-of-type{border-top:0;padding-top:0}.requirement-form legend{display:flex;align-items:center;gap:12px;width:100%;padding:0 0 20px}.requirement-form legend>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e5f1ff;color:#1167bc;font-weight:900;font-size:13px}.requirement-form legend b{display:block;color:#142e4e;font-size:16px}.requirement-form legend small{display:block;color:#8190a3;margin-top:3px}.requirement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.requirement-grid .full{grid-column:1/-1}.requirement-grid label,.verification-field label{display:flex;flex-direction:column;gap:7px}.requirement-grid label>span,.verification-field label>span{font-size:13px;font-weight:750;color:#344c67}.requirement-grid input,.requirement-grid select,.requirement-grid textarea,.verification-field input,.track-form input,.requirement-reply-form textarea{width:100%;border:1px solid #cbd9e8;border-radius:8px;background:#fff;color:#142b47;padding:11px 12px;font:inherit;transition:.2s}.requirement-grid textarea,.requirement-reply-form textarea{resize:vertical;line-height:1.6}.requirement-grid input:focus,.requirement-grid select:focus,.requirement-grid textarea:focus,.verification-field input:focus,.track-form input:focus,.requirement-reply-form textarea:focus{outline:0;border-color:#1770c8;box-shadow:0 0 0 3px rgba(23,112,200,.12)}.verification-field{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.verification-field label{min-width:0}.verification-field button,.track-form button{height:43px;border:0;border-radius:8px;background:#155fae;color:#fff;padding:0 20px;font-weight:800;cursor:pointer}.verification-field button:disabled{opacity:.6;cursor:wait}.verification-field>small{grid-column:1/-1;color:#297357;min-height:18px}.budget-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.requirement-file{padding:18px;border:1px dashed #a9c5e0;border-radius:10px;background:#f8fbff}.requirement-file input{border:0;padding:4px 0;background:transparent}.requirement-file small{color:#788b9f;line-height:1.5}.requirement-file-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.requirement-file-list span{font-size:12px;padding:6px 9px;border-radius:6px;background:#e8f2fc;color:#285778}.requirement-agreement{margin:22px 0 14px}.requirement-form-error,.track-error{color:#b42318;font-size:13px;min-height:20px}.requirement-submit{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:210px;border:0;border-radius:9px;background:#1265bd;color:#fff;padding:14px 24px;font-weight:900;font-size:15px;cursor:pointer;box-shadow:0 10px 22px rgba(18,101,189,.2)}.requirement-submit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.requirement-submit:disabled{opacity:.6;cursor:wait}.requirement-track-shell{padding:40px}.track-intro{text-align:center;max-width:680px;margin:0 auto 28px}.track-intro small{color:#1467bb;font-weight:900;letter-spacing:.15em}.track-intro h3{font-size:32px;color:#102943;margin:10px 0}.track-intro p{color:#687c93;line-height:1.7}.track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;max-width:900px;margin:0 auto}.track-form label{display:flex;flex-direction:column;gap:7px;color:#344c67;font-size:13px;font-weight:750}.track-form button{height:45px}.track-error{text-align:center;margin:12px 0}.requirement-result{max-width:980px;margin:26px auto 0;border:1px solid #d6e3ef;border-radius:13px;overflow:hidden}.requirement-result-head{display:flex;justify-content:space-between;gap:24px;background:#0d2f56;color:#fff;padding:22px}.requirement-result-head small{color:#93c5f4}.requirement-result-head h3{margin:5px 0}.requirement-status{align-self:flex-start;border-radius:999px;padding:7px 12px;background:#dff8ed;color:#16734f;font-size:12px;font-weight:900;white-space:nowrap}.requirement-result-body{padding:22px}.requirement-meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px}.requirement-meta-grid div{border-radius:8px;background:#f4f8fc;padding:11px}.requirement-meta-grid small{display:block;color:#7a8da1;margin-bottom:4px}.requirement-meta-grid b{font-size:13px;color:#29435f}.requirement-content-block{padding:16px 0;border-top:1px solid #e3ebf3}.requirement-content-block b{display:block;color:#1c3b5c;margin-bottom:7px}.requirement-content-block p{white-space:pre-wrap;color:#566e87;line-height:1.7}.requirement-attachments{display:flex;flex-wrap:wrap;gap:8px}.requirement-attachments a{font-size:12px;padding:7px 10px;border-radius:6px;background:#e9f4ff;color:#135ea8}.requirement-discussion{margin-top:18px}.requirement-reply{padding:13px 15px;border-radius:10px;background:#f3f7fb;margin:9px 0}.requirement-reply.team{border-left:3px solid #1469bf;background:#edf6ff}.requirement-reply-head{display:flex;justify-content:space-between;color:#667b91;font-size:12px;margin-bottom:7px}.requirement-reply p{white-space:pre-wrap;line-height:1.65;color:#2d4763}.requirement-reply-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;margin-top:15px}.requirement-reply-form button{border:0;border-radius:8px;background:#155fae;color:#fff;padding:12px 18px;font-weight:800;cursor:pointer}.requirement-success{padding:42px;text-align:center}.requirement-success-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 16px;border-radius:50%;background:#dff8ed;color:#118258}.requirement-success-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.5}.requirement-success h3{font-size:28px;color:#102943;margin:0 0 9px}.requirement-success p{color:#667b91}.requirement-success-code{display:flex;align-items:center;justify-content:center;gap:10px;margin:22px auto;padding:14px;border:1px dashed #a7c6e4;border-radius:10px;max-width:650px;background:#f5faff;word-break:break-all}.requirement-success-code b{color:#0e5daf}.requirement-success-actions{display:flex;justify-content:center;gap:10px}.requirement-success-actions button{border:1px solid #1769bb;border-radius:8px;background:#fff;color:#145ea9;padding:11px 18px;font-weight:800;cursor:pointer}.requirement-success-actions button.primary{background:#1467bb;color:#fff}
@media(max-width:1100px){.requirements-heading{align-items:flex-start;flex-direction:column}.requirement-flow{width:100%;justify-content:center}.budget-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.requirement-meta-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.requirements-heading h2{font-size:38px}.requirement-flow{overflow:auto;justify-content:flex-start}.requirement-flow em{width:16px}.requirement-form,.requirement-track-shell{padding:22px 16px}.requirement-grid,.budget-grid,.track-form{grid-template-columns:1fr}.requirement-grid .full{grid-column:auto}.verification-field{grid-template-columns:1fr}.verification-field>small{grid-column:auto}.requirement-tabs button{flex:1;padding:12px 8px}.requirement-meta-grid{grid-template-columns:1fr}.requirement-result-head{flex-direction:column}.requirement-reply-form{grid-template-columns:1fr}.requirement-success{padding:34px 16px}.requirement-success-actions{flex-direction:column}}

@media(max-width:560px){.login-help-row{grid-template-columns:1fr;gap:10px;text-align:center}.login-help-row>button{justify-self:center}.login-help-row p{grid-column:auto;white-space:normal}}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Dedicated navigation pages, catalog pagination and company map. */
[data-page-section][hidden],.page-banner[hidden],.contact-map-frame[hidden]{display:none!important}
.mobile-nav-links a.active{border-color:#8fc2f2;background:#e9f4ff;color:var(--blue)}
.page-banner{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 82% -15%,rgba(47,143,225,.35),transparent 34%),linear-gradient(116deg,#061a33 0%,#0a315d 70%,#0b477b 100%)}
.page-banner:before{content:"";position:absolute;inset:0;opacity:.48;background-image:linear-gradient(rgba(139,195,239,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(139,195,239,.07) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,#000,transparent 92%)}
.page-banner-grid{position:relative;z-index:1;min-height:286px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding-block:56px}
.page-banner small{display:block;color:#65c7fa;font-size:11px;font-weight:900;letter-spacing:.2em}
.page-banner h1{margin:13px 0 12px;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.055em}
.page-banner p{max-width:720px;margin:0;color:#b5cce0;font-size:15px;line-height:1.8}
.page-banner a{flex:none;min-height:48px;display:inline-flex;align-items:center;gap:10px;padding:0 18px;border:1px solid rgba(151,207,248,.28);border-radius:8px;background:rgba(255,255,255,.07);color:#eef8ff;font-size:12px;font-weight:850;backdrop-filter:blur(8px)}
.page-banner a:hover{border-color:#64c7fb;background:rgba(16,111,190,.38)}
.page-banner a svg{width:16px;transform:rotate(180deg)}

.home-portals{position:relative;overflow:hidden;background:linear-gradient(180deg,#f6f9fc,#edf4fa)}
.home-portals:before{content:"";position:absolute;width:540px;height:540px;right:-230px;top:-260px;border:72px solid rgba(20,103,183,.035);border-radius:50%}
.home-portals-heading{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:45px;margin-bottom:35px}
.home-portals-heading small{color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.2em}
.home-portals-heading h2{margin:9px 0 0;font-size:clamp(32px,3.5vw,46px);letter-spacing:-.045em}
.home-portals-heading p{max-width:430px;margin:0;color:#6f8195;font-size:13px;line-height:1.75}
.home-portal-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.home-portal-card{position:relative;min-height:270px;display:flex;flex-direction:column;padding:25px 24px 22px;overflow:hidden;border:1px solid #d8e4ef;border-radius:15px;background:#fff;box-shadow:0 15px 36px rgba(19,57,96,.06);transition:.22s ease}
.home-portal-card:after{content:"";position:absolute;width:135px;height:135px;right:-70px;bottom:-76px;border:28px solid rgba(21,103,185,.055);border-radius:50%;transition:.25s ease}
.home-portal-card:hover{transform:translateY(-5px);border-color:#a9cce9;box-shadow:0 22px 48px rgba(14,58,105,.13)}
.home-portal-card:hover:after{transform:scale(1.14);border-color:rgba(240,201,39,.15)}
.home-portal-number{position:absolute;right:18px;top:17px;color:#c7d5e2;font:800 11px ui-monospace,monospace;letter-spacing:.12em}
.home-portal-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:24px;border-radius:11px;background:linear-gradient(145deg,#0b4f91,#1476cb);color:#fff;box-shadow:0 10px 22px rgba(17,100,180,.2)}
.home-portal-icon svg{width:23px;height:23px}
.home-portal-card h3{margin:0 0 10px;color:#102b49;font-size:19px}
.home-portal-card p{margin:0;color:#6c7e91;font-size:12px;line-height:1.7}
.home-portal-card>b{display:flex;align-items:center;gap:7px;margin-top:auto;padding-top:22px;color:var(--blue);font-size:11px}
.home-portal-card>b svg{width:14px}

.catalog-pagination{grid-column:1/-1;min-height:70px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin-top:5px;padding:13px 16px;border:1px solid #d7e3ee;border-radius:11px;background:#fff;box-shadow:0 8px 24px rgba(20,54,90,.045)}
.catalog-pagination>span{color:#72849a;font-size:11px}
.catalog-pagination>b{justify-self:end;color:#526a82;font-size:11px}
.catalog-pagination>div{display:flex;align-items:center;justify-content:center;gap:6px}
.catalog-pagination button{min-width:36px;height:36px;padding:0 9px;border:1px solid #d1dfec;border-radius:7px;background:#f8fbfe;color:#41607c;font-size:12px;font-weight:850;cursor:pointer}
.catalog-pagination button:hover:not(:disabled),.catalog-pagination button.active{border-color:var(--blue);background:var(--blue);color:#fff}
.catalog-pagination button:disabled{opacity:.38;cursor:not-allowed}
.catalog-pagination .pagination-ellipsis{min-width:18px;color:#7890a5;text-align:center;font-weight:850}

.contact-page{position:relative;overflow:hidden;background:linear-gradient(145deg,#eaf2f9,#f8fbfd 50%,#e9f2f8)}
.contact-page:before{content:"";position:absolute;width:520px;height:520px;left:-270px;bottom:-350px;border:90px solid rgba(19,100,181,.045);border-radius:50%}
.contact-page-shell{position:relative;display:grid;grid-template-columns:minmax(420px,.82fr) minmax(560px,1.18fr);min-height:680px;overflow:hidden;border:1px solid rgba(127,174,213,.28);border-radius:28px;background:#fff;box-shadow:0 36px 90px rgba(9,44,80,.17)}
.contact-page-copy{position:relative;display:flex;flex-direction:column;padding:52px 50px 46px;color:#fff;background:radial-gradient(circle at 0 0,rgba(27,119,203,.32),transparent 36%),linear-gradient(145deg,#0a315b,#061c35 70%)}
.contact-page-copy:after{content:"";position:absolute;width:260px;height:260px;right:-150px;bottom:-160px;border:48px solid rgba(241,207,45,.075);border-radius:50%}
.contact-page-brand{display:flex;align-items:center;gap:17px;margin-bottom:44px}
.contact-page-brand img{width:128px;height:63px;padding:8px 12px;border-radius:11px;background:#fff;object-fit:contain;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.contact-page-brand span{color:#76c9fa;font-size:9px;font-weight:900;letter-spacing:.16em}
.contact-page-copy>small{color:#f1d331;font-size:10px;font-weight:900;letter-spacing:.17em}
.contact-page-copy h2{max-width:540px;margin:13px 0 13px;font-size:clamp(32px,3vw,48px);line-height:1.17;letter-spacing:-.045em}
.contact-page-summary{max-width:520px;margin:0;color:#b6cee2;font-size:14px;line-height:1.75}
.contact-page-person{display:flex;align-items:center;gap:14px;margin-top:34px;padding-top:25px;border-top:1px solid rgba(145,193,230,.17)}
.contact-avatar{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(131,203,249,.28);border-radius:50%;background:rgba(18,113,191,.34);color:#75d1ff;font-size:12px;font-weight:900}
.contact-page-person b,.contact-page-person span{display:block}.contact-page-person b{font-size:20px}.contact-page-person div>span{margin-top:5px;color:#8db9da;font-size:11px}
.contact-page-actions{display:grid;gap:8px;margin-top:21px}.contact-page-actions a{width:max-content;max-width:100%;color:#e6f2fb;font-size:13px;font-weight:750;word-break:break-word}.contact-page-actions a:first-child{color:#f2d531;font-size:24px;font-weight:900}
.contact-page-address{margin-top:27px;padding-top:21px;border-top:1px solid rgba(145,193,230,.17)}.contact-page-address small{display:block;margin-bottom:8px;color:#6fbcea;font-size:9px;font-weight:900;letter-spacing:.14em}.contact-page-address address{color:#adc4d8;font-size:12px;font-style:normal;line-height:1.75}
.company-social-link{--social-color:#176fba;--social-bg:linear-gradient(145deg,#258bd8,#0e5ba3);min-height:54px;gap:11px;padding:7px 18px 7px 8px;border-radius:16px}
.company-social-link:hover,.company-social-link:focus-visible{border-color:var(--social-color);box-shadow:0 13px 30px rgba(2,32,62,.22)}
.company-social-mark{flex:0 0 38px;width:38px;min-width:38px;height:38px;padding:0;border-radius:12px;background:var(--social-bg);font-size:0;letter-spacing:0;box-shadow:0 7px 17px rgba(0,33,67,.25);transition:transform .2s ease,box-shadow .2s ease}
.company-social-mark svg{width:21px;height:21px;display:block;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.company-social-copy{min-width:0;display:grid;gap:2px}.company-social-copy b{line-height:1.2}.company-social-copy small{overflow:hidden;color:inherit;font-size:8px;font-weight:700;line-height:1.2;opacity:.72;text-overflow:ellipsis;white-space:nowrap}
.company-social-link:hover .company-social-mark,.company-social-link:focus-visible .company-social-mark{transform:rotate(-3deg) scale(1.07);box-shadow:0 9px 22px rgba(0,33,67,.32)}
.company-social-link[data-social-platform="whatsapp"]{--social-color:#20b95a;--social-bg:linear-gradient(145deg,#34dc72,#16a64c)}
.company-social-link[data-social-platform="line"]{--social-color:#06b94e;--social-bg:linear-gradient(145deg,#12d765,#05a944)}
.company-social-link[data-social-platform="line"] .company-social-mark circle{fill:currentColor;stroke:none}
.company-social-link[data-social-platform="instagram"]{--social-color:#d73b83;--social-bg:radial-gradient(circle at 30% 105%,#ffd600 0 24%,#ff7a00 25% 40%,#e1306c 58%,#833ab4 78%,#405de6 100%)}
.company-social-link[data-social-platform="x"]{--social-color:#16191d;--social-bg:linear-gradient(145deg,#252a30,#050607)}
.company-social-link[data-social-platform="facebook"]{--social-color:#1877f2;--social-bg:linear-gradient(145deg,#2d8cff,#1264d8)}
.company-social-link[data-social-platform="youtube"]{--social-color:#f0002f;--social-bg:linear-gradient(145deg,#ff1749,#d80027)}
.company-social-link[data-social-platform="tiktok"],.company-social-link[data-social-platform="douyin"]{--social-color:#15171b;--social-bg:linear-gradient(145deg,#282b31,#050607)}
.company-social-link[data-social-platform="linkedin"]{--social-color:#0a66c2;--social-bg:linear-gradient(145deg,#1782e6,#0755a2)}
.company-social-link[data-social-platform="telegram"]{--social-color:#229ed9;--social-bg:linear-gradient(145deg,#36b9ee,#1789c2)}
.company-social-link[data-social-platform="wechat"]{--social-color:#07b957;--social-bg:linear-gradient(145deg,#16d36b,#059f48)}
.company-social-link[data-social-platform="pinterest"]{--social-color:#e60023;--social-bg:linear-gradient(145deg,#f51839,#bf001d)}
.company-social-link[data-social-platform="weibo"]{--social-color:#e6162d;--social-bg:linear-gradient(145deg,#ff3448,#c70b21)}
.contact-page-socials{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}
.contact-map-card{min-width:0;display:grid;grid-template-rows:auto 1fr;padding:30px;background:#f8fbfd}
.contact-map-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:4px 4px 24px}
.contact-map-marker{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:#e7f3ff}.contact-map-marker i{position:relative;width:25px;height:25px;border:7px solid #1474c9;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 7px 15px rgba(20,116,201,.18)}.contact-map-marker i:after{content:"";position:absolute;width:5px;height:5px;left:3px;top:3px;border-radius:50%;background:#f1ce2e}
.contact-map-head small,.contact-map-head b,.contact-map-head span{display:block}.contact-map-head small{color:#768ba0;font-size:9px;font-weight:900;letter-spacing:.14em}.contact-map-head b{margin-top:5px;color:#173c61;font-size:16px}.contact-map-head div>span{margin-top:4px;color:#7c8ea1;font:700 10px ui-monospace,monospace}
.contact-map-head>a{display:flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid #bdd5e9;border-radius:8px;background:#fff;color:#1465ad;font-size:11px;font-weight:850}.contact-map-head>a svg{width:14px}
.contact-map-frame{position:relative;min-height:530px;overflow:hidden;border:1px solid #ccdae7;border-radius:18px;background:#e6edf3;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}
.contact-map-frame iframe{width:100%;height:100%;min-height:530px;display:block;border:0;filter:saturate(.78) contrast(.96)}
.contact-map-caption{position:absolute;left:16px;right:16px;bottom:16px;display:flex;justify-content:center;pointer-events:none}.contact-map-caption span{padding:8px 12px;border:1px solid rgba(199,216,230,.78);border-radius:999px;background:rgba(255,255,255,.92);color:#557087;font-size:10px;font-weight:750;box-shadow:0 8px 22px rgba(17,53,86,.12);backdrop-filter:blur(8px)}
.company-proof{position:relative;margin-top:34px;padding:50px 52px 52px;overflow:hidden;border:1px solid rgba(106,158,200,.24);border-radius:28px;background:linear-gradient(145deg,#fff,#f0f6fb);box-shadow:0 28px 72px rgba(9,44,80,.12)}
.company-proof:before{content:"";position:absolute;width:360px;height:360px;right:-190px;top:-230px;border:62px solid rgba(241,205,43,.09);border-radius:50%}
.company-proof[hidden]{display:none!important}.company-proof-heading,.company-proof-layout{position:relative;z-index:1}.company-proof-heading{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);gap:42px;align-items:end;margin-bottom:34px}.company-proof-heading small{display:block;margin-bottom:10px;color:#1472c4;font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.company-proof-heading h3{max-width:650px;margin:0;color:#102e4d;font-size:clamp(28px,3vw,42px);line-height:1.16;letter-spacing:-.045em}.company-proof-heading p{max-width:670px;margin:0;color:#60778d;font-size:14px;line-height:1.85}
.company-proof-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(360px,.7fr);gap:24px}.company-proof-gallery{min-width:0;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr);gap:14px}.company-proof-gallery figure{position:relative;min-width:0;min-height:450px;margin:0;overflow:hidden;border-radius:18px;background:#dce8f2}.company-proof-gallery img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:.35s ease}.company-proof-gallery figure:hover img{transform:scale(1.025)}.company-proof-gallery figcaption{position:absolute;left:18px;bottom:17px;padding:8px 11px;border:1px solid rgba(255,255,255,.34);border-radius:7px;background:rgba(5,36,66,.72);color:#fff;font-size:9px;font-weight:900;letter-spacing:.13em;backdrop-filter:blur(8px)}
.company-proof-panel{display:flex;flex-direction:column;justify-content:space-between;padding:28px;border:1px solid rgba(99,180,238,.18);border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(22,113,192,.34),transparent 42%),linear-gradient(145deg,#0a315b,#061c35);box-shadow:0 18px 44px rgba(5,33,62,.2)}.company-proof-metrics{display:grid;gap:11px}.company-proof-metrics article{display:grid;grid-template-columns:118px 1fr;align-items:center;gap:16px;min-height:88px;padding:15px 17px;border:1px solid rgba(126,188,234,.17);border-radius:12px;background:rgba(255,255,255,.055)}.company-proof-metrics strong{color:#f3d331;font-size:31px;line-height:1;letter-spacing:-.04em}.company-proof-metrics sup{margin-left:2px;font-size:12px;letter-spacing:0}.company-proof-metrics span{color:#d8e9f6;font-size:12px;font-weight:800;line-height:1.5}.company-proof-quality{margin-top:24px;padding-top:24px;border-top:1px solid rgba(146,194,229,.17)}.company-proof-quality>small{display:block;margin-bottom:13px;color:#74cafa;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.company-proof-quality>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.company-proof-quality span{min-height:46px;display:flex;align-items:center;gap:9px;padding:10px;border:1px solid rgba(137,192,232,.14);border-radius:8px;background:rgba(255,255,255,.045);color:#b9d0e2;font-size:10px;font-weight:750;line-height:1.4}.company-proof-quality i{color:#f0d331;font:800 9px ui-monospace,monospace;font-style:normal}
html[dir="rtl"] .contact-page-copy,html[dir="rtl"] .contact-map-card,html[dir="rtl"] .company-proof{text-align:right}html[dir="rtl"] .company-proof-metrics article{grid-template-columns:1fr 118px}html[dir="rtl"] .company-proof-metrics strong{grid-column:2;grid-row:1}.contact-page[hidden]{display:none!important}

.ui-showcase-section{position:relative;overflow:hidden;background:linear-gradient(145deg,#f2f7fb,#e9f2f9 58%,#f8fbfd)}
.ui-showcase-section:before{content:"";position:absolute;width:620px;height:620px;right:-330px;top:-340px;border:85px solid rgba(16,93,173,.045);border-radius:50%}
.ui-showcase-notice{position:relative;z-index:1;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;margin:-4px 0 22px;padding:18px 20px;border:1px solid #b9d5ea;border-radius:16px;background:linear-gradient(120deg,rgba(255,255,255,.96),rgba(232,244,253,.94));box-shadow:0 12px 34px rgba(13,53,94,.07)}
.ui-showcase-notice-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#0d67b6,#0a4f91);color:#fff;box-shadow:0 10px 22px rgba(12,91,159,.22)}.ui-showcase-notice-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}
.ui-showcase-notice strong{display:block;margin-bottom:5px;color:#123a61;font-size:13px;font-weight:900}.ui-showcase-notice p{max-width:820px;margin:0;color:#5b748c;font-size:12px;line-height:1.72}
.ui-showcase-notice>a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 17px;border:1px solid #0f63af;border-radius:10px;background:#0f63af;color:#fff;font-size:12px;font-weight:850;white-space:nowrap;box-shadow:0 8px 18px rgba(15,99,175,.18);transition:.2s ease}.ui-showcase-notice>a:hover{transform:translateY(-1px);background:#0b4f8d}
html[dir="rtl"] .ui-showcase-notice{text-align:right}
.ui-showcase-filters{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin:-4px 0 26px;padding:12px;border:1px solid #d3e1ed;border-radius:14px;background:rgba(255,255,255,.82);box-shadow:0 12px 34px rgba(13,53,94,.06);backdrop-filter:blur(10px)}
.ui-showcase-filters button{min-height:42px;display:flex;align-items:center;gap:9px;padding:0 15px;border:1px solid #c9d9e7;border-radius:10px;background:#f8fbfe;color:#375672;font-size:12px;font-weight:850;cursor:pointer;transition:.2s ease}
.ui-showcase-filters button b{min-width:24px;height:24px;display:grid;place-items:center;padding:0 6px;border-radius:999px;background:#e4eef7;color:#1767ae;font:850 10px ui-monospace,monospace}
.ui-showcase-filters button:hover,.ui-showcase-filters button.active{border-color:#1167b5;background:#1167b5;color:#fff;box-shadow:0 8px 20px rgba(17,103,181,.18)}
.ui-showcase-filters button.active b{background:#f3cf2f;color:#173e65}
.ui-showcase-grid{position:relative;display:grid;grid-template-columns:1fr;gap:30px}
.ui-showcase-card{min-height:560px;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.7fr);overflow:hidden;border:1px solid #d3e0eb;border-radius:21px;background:#fff;box-shadow:0 20px 50px rgba(13,53,94,.09);transition:.25s ease}
.ui-showcase-card:hover{transform:translateY(-5px);border-color:#9fc4e3;box-shadow:0 28px 62px rgba(13,53,94,.15)}
.ui-showcase-image{position:relative;min-height:560px;display:block;overflow:hidden;border-right:1px solid #e0e9f1;background:linear-gradient(145deg,#e3edf5,#f7fafc)}
.ui-showcase-image img{width:100%;height:100%;position:absolute;inset:0;display:block;object-fit:contain;padding:26px;transition:.3s ease}
.ui-showcase-card:hover .ui-showcase-image img{transform:scale(1.025)}
.ui-showcase-image span{position:absolute;right:17px;top:16px;min-width:35px;height:35px;display:grid;place-items:center;padding:0 12px;border:1px solid rgba(255,255,255,.3);border-radius:9px;background:rgba(5,33,62,.86);color:#fff;font:800 10px ui-monospace,monospace;letter-spacing:.035em;backdrop-filter:blur(8px)}
.ui-showcase-copy{display:flex;flex-direction:column;justify-content:center;padding:40px 34px}.ui-showcase-card small{color:#1470c4;font-size:10px;font-weight:900;letter-spacing:.16em}.ui-showcase-card h3{margin:12px 0 13px;color:#112e4d;font-size:28px;line-height:1.18;letter-spacing:-.03em}.ui-showcase-card p{margin:0;color:#60778d;font-size:13px;line-height:1.82}.ui-showcase-card em{margin-top:20px;padding-top:17px;border-top:1px solid #dde7ef;color:#6b8296;font-size:11px;font-style:normal;line-height:1.6}
.ui-showcase-code{align-self:flex-start;margin-top:13px;padding:8px 10px;border:1px solid #bfd7ea;border-radius:7px;background:#edf6fd;color:#0f5fa8;font:850 11px ui-monospace,monospace;letter-spacing:.055em}
.ui-showcase-sizes{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:20px}.ui-showcase-sizes b{width:100%;margin-bottom:2px;color:#355672;font-size:10px;letter-spacing:.08em}.ui-showcase-sizes span{padding:6px 9px;border:1px solid #bdd4e8;border-radius:7px;background:#f3f8fc;color:#1267b1;font:850 10px ui-monospace,monospace}
.ui-showcase-empty{grid-column:1/-1;min-height:360px;display:grid;place-content:center;justify-items:center;padding:45px;border:1px dashed #afc8dc;border-radius:18px;background:rgba(255,255,255,.72);text-align:center}.ui-showcase-empty>span{width:70px;height:70px;display:grid;place-items:center;border-radius:18px;background:#0f63af;color:#fff;font-weight:900}.ui-showcase-empty h3{margin:18px 0 8px;font-size:24px}.ui-showcase-empty p{margin:0;color:#73869a}

@media(max-width:1100px){
  .home-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-page-shell{grid-template-columns:1fr}
  .contact-page-copy{padding:46px 44px 42px}
  .contact-map-card{min-height:640px}
  .company-proof-heading{grid-template-columns:1fr;gap:16px}
  .company-proof-layout{grid-template-columns:1fr}
  .company-proof-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
  .company-proof-quality{margin-top:0;padding-top:0;padding-left:24px;border-top:0;border-left:1px solid rgba(146,194,229,.17)}
}
@media(max-width:700px){
  .page-banner-grid{min-height:245px;align-items:flex-start;flex-direction:column;gap:25px;padding-block:42px}
  .page-banner h1{font-size:42px}
  .page-banner p{font-size:13px}
  .home-portals-heading{align-items:flex-start;flex-direction:column;gap:13px}
  .home-portal-grid{grid-template-columns:1fr}
  .home-portal-card{min-height:235px}
  .catalog-pagination{grid-template-columns:1fr;justify-items:center}
  .catalog-pagination>b{justify-self:center}
  .contact-page{padding-block:58px}
  .contact-page-shell{width:calc(100% - 28px);border-radius:20px}
  .contact-page-copy{padding:31px 23px 30px}
  .contact-page-brand{align-items:flex-start;flex-direction:column;margin-bottom:30px}
  .contact-page-brand img{width:116px;height:58px}
  .contact-page-copy h2{font-size:30px}
  .contact-page-actions a:first-child{font-size:20px}
  .contact-map-card{min-height:560px;padding:17px}
  .contact-map-head{grid-template-columns:auto 1fr;padding-bottom:18px}
  .contact-map-head>a{grid-column:1/-1;justify-content:center}
  .contact-map-frame,.contact-map-frame iframe{min-height:430px}
  .company-proof{width:calc(100% - 28px);margin-top:20px;padding:29px 22px 24px;border-radius:20px}
  .company-proof-heading{margin-bottom:23px}.company-proof-heading h3{font-size:28px}.company-proof-heading p{font-size:12px}
  .company-proof-gallery{grid-template-columns:1fr}.company-proof-gallery figure{min-height:230px}.company-proof-gallery figure:not(.company-proof-main){min-height:180px}
  .company-proof-panel{display:block;padding:18px}.company-proof-quality{margin-top:20px;padding-top:20px;padding-left:0;border-top:1px solid rgba(146,194,229,.17);border-left:0}.company-proof-quality>div{grid-template-columns:1fr}
  .company-proof-metrics article{grid-template-columns:100px 1fr;min-height:76px}.company-proof-metrics strong{font-size:27px}
  .ui-showcase-notice{grid-template-columns:42px minmax(0,1fr);gap:13px;padding:16px}.ui-showcase-notice-icon{width:42px;height:42px}.ui-showcase-notice>a{grid-column:1/-1;width:100%}
  .ui-showcase-filters{flex-wrap:nowrap;overflow-x:auto;padding:9px}
  .ui-showcase-filters button{flex:0 0 auto}
  .ui-showcase-card{min-height:0;grid-template-columns:1fr}
  .ui-showcase-image{min-height:68vw;border-right:0;border-bottom:1px solid #e0e9f1}
  .ui-showcase-image img{padding:13px}
  .ui-showcase-copy{padding:27px 23px 30px}
  .ui-showcase-card h3{font-size:23px}
}

@media(max-width:1250px) and (min-width:1101px){
  .site-header .nav-wrap{gap:10px}
  .brand{min-width:auto;order:1}
  .brand b,.brand span,.desktop-nav{display:none}
  .nav-actions{order:2;margin-left:auto}
  .mobile-nav-toggle{order:3;display:grid;align-content:center;justify-items:center;gap:4px;flex:0 0 auto}
  .account-access,.nav-actions>.register-trigger{display:none}
  .mobile-nav-panel{position:absolute;top:100%;right:20px;left:auto;width:min(620px,calc(100% - 40px));display:block;max-height:calc(100vh - 86px);padding:12px;overflow-y:auto;border:1px solid #d7e2ed;border-radius:0 0 14px 14px;background:rgba(255,255,255,.99);box-shadow:0 22px 48px rgba(6,32,61,.2)}
  .mobile-nav-panel[hidden]{display:none!important}
  .mobile-nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .mobile-nav-links a{min-height:46px;padding:0 14px;display:flex;align-items:center;border:1px solid #e0e8f0;border-radius:8px;color:#344e69;background:#f8fafc;font-size:13px;font-weight:800}
  .mobile-nav-links a.active{border-color:#8fc2f2;background:#e9f4ff;color:var(--blue)}
  .mobile-nav-links a.mobile-nav-level-2{margin-inline-start:14px;background:#f5f8fb}
  .mobile-nav-links a.mobile-nav-level-3{margin-inline-start:28px;background:#f1f5f9}
  .mobile-account-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #e3eaf1}
  .mobile-account-actions button{min-height:42px;border:1px solid #c9d8e7;border-radius:8px;background:#fff;color:var(--blue);font-weight:850;cursor:pointer}
  .mobile-account-actions button:last-child{border-color:var(--blue);background:var(--blue);color:#fff}
}

.localized-aeo-summary{width:min(1240px,calc(100% - 40px));margin:22px auto 0;padding:20px 24px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.7fr);gap:24px;align-items:center;border:1px solid #d5e6f4;border-radius:14px;background:linear-gradient(135deg,#f7fbff,#eef7ff);box-shadow:0 10px 30px rgba(13,73,122,.06);color:#14314f}.localized-aeo-summary span{display:block;margin-bottom:6px;color:#0871c7;font-size:11px;font-weight:900;letter-spacing:.14em}.localized-aeo-summary h2{margin:0 0 7px;font-size:clamp(20px,2.2vw,31px);line-height:1.2}.localized-aeo-summary p{margin:0;color:#546d85;line-height:1.65}.localized-aeo-summary ul{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}.localized-aeo-summary li{padding:6px 9px;border:1px solid #c7def1;border-radius:999px;background:#fff;color:#285474;font-size:11px;font-weight:750}
@media(max-width:760px){.localized-aeo-summary{width:calc(100% - 24px);padding:17px;grid-template-columns:1fr;gap:15px}.localized-aeo-summary h2{font-size:22px}}

@supports (content-visibility:auto){
  main>section[data-page-section]:not(.hero){content-visibility:auto;contain-intrinsic-size:auto 900px}
}
@media(max-width:700px){
  .site-header,.visual-card,.compare-wrap,.service-cards article,.page-banner a,.contact-map-caption span,.company-proof-gallery figcaption,.ui-showcase-filters{backdrop-filter:none}
  .reveal{animation-duration:.35s}
  .product-card,.single-card,.home-portal-card,.ui-showcase-card{box-shadow:0 10px 28px rgba(13,53,94,.08)}
}

.single-moq-badge{display:inline-flex;align-items:center;align-self:flex-start;min-height:25px;margin-top:8px;padding:0 9px;border:1px solid #a9cbe9;border-radius:999px;background:#eef7ff;color:#0d5ca5;font-size:10px;font-weight:850;letter-spacing:.02em}
.cart-moq-note{margin:7px 0 0!important;padding:7px 9px;border-radius:7px;font-size:11px!important;font-weight:750;line-height:1.45}
.cart-moq-note.warning{border:1px solid #efc28b;background:#fff7e9;color:#9b5412}
.cart-moq-note.ok{border:1px solid #a8d9c8;background:#effaf6;color:#176c55}
.cart-qty-controls{display:inline-flex;align-items:center;gap:8px;margin-top:9px}
.cart-qty-controls button{width:29px;height:29px;display:grid;place-items:center;border:1px solid #c9d8e6;border-radius:7px;background:#fff;color:#155fa8;font-size:18px;font-weight:800;cursor:pointer}
.cart-qty-controls button:disabled{opacity:.4;cursor:not-allowed}
.cart-qty-controls b{min-width:78px;color:#34536e;font-size:11px;text-align:center}
