
:root {
  --xz-primary: #0b3b69;
  --xz-primary-dark: #071f36;
  --xz-accent: #f1871e;
  --xz-text: #101828;
  --xz-muted: #667085;
  --xz-border: #e4e7ec;
  --xz-bg: #f6f8fb;
  --xz-white: #ffffff;
  --xz-radius: 24px;
  --xz-shadow: 0 24px 70px rgba(7,31,54,.14);
  --xz-logo-mark-size: 70px;
  --xz-logo-text-size: 25px;
  --xz-nav-text-size: 13px;
}
* { box-sizing: border-box; }
body.xanado-theme { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--xz-text); background: #fff; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.xz-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.screen-reader-text, .skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 20px; top: 20px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.xz-topbar { background: #f7f9fc; color: #24364b; font-size: 13px; border-bottom: 1px solid var(--xz-border); }
.xz-topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; flex-wrap: wrap; }
.xz-topbar a { text-decoration: none; }
.xz-site-header { position: sticky; top: 0; z-index: 1000; background: var(--xz-white); box-shadow: 0 8px 24px rgba(16,24,40,.08); }
.xz-header-main { background: #fff; }
.xz-header-inner { min-height: 86px; display: flex; align-items: center; gap: 18px; }
.xz-header-logo { flex: 0 1 350px; min-width: 240px; max-width: 350px; }
.xz-header-logo .custom-logo-link { display: flex; align-items: center; width: 100%; max-width: 100%; text-decoration: none; }
.xz-header-logo .custom-logo { display: block; width: 100%; max-width: 350px; height: auto; max-height: 110px; object-fit: contain; object-position: left center; }
.xz-logo { display: flex; align-items: center; gap: 14px; width: 100%; min-width: 0; text-decoration: none; }
.xz-logo img { flex: 0 0 auto; width: var(--xz-logo-mark-size); height: var(--xz-logo-mark-size); object-fit: contain; }
.xz-logo span { min-width: 0; font-size: var(--xz-logo-text-size); }
.xz-logo strong { display: block; font-size: 1em; line-height: 1; font-family: Georgia, 'Times New Roman', serif; letter-spacing: .2px; color: #0d1728; }
.xz-logo small { display: block; font-size: .56em; font-weight: 700; color: #0d1728; line-height: 1.2; }
.xz-logo em { display: block; font-size: .52em; color: #5d7fb8; font-weight: 700; letter-spacing: .4px; }
.xz-primary-nav { flex: 0 0 auto; min-width: 0; margin-left: auto; }
.xz-menu, .xz-footer-menu { list-style: none; padding: 0; margin: 0; }
.xz-menu { display: flex; flex-wrap: nowrap; align-items: center; gap: 2px; }
.xz-menu > li { position: relative; flex: 0 0 auto; }
.xz-menu > li > a { display: block; padding: 14px 10px; text-decoration: none; text-transform: uppercase; white-space: nowrap; overflow-wrap: normal; word-break: keep-all; letter-spacing: .55px; font-weight: 800; font-size: clamp(11px, var(--xz-nav-text-size), 14px); color: #12253b; border-radius: 12px; }
.xz-menu > li:hover > a, .xz-menu > li.current-menu-item > a { color: var(--xz-accent); background: #fff4e8; }
.xz-products-dropdown, .xz-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 540px; background: #fff; padding: 22px; border-radius: 0 0 24px 24px; box-shadow: var(--xz-shadow); border: 1px solid var(--xz-border); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .22s ease; }
.xz-menu > li:hover .xz-products-dropdown, .xz-menu > li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.xz-menu .sub-menu { min-width: 240px; list-style: none; }
.xz-menu .sub-menu a { display: block; padding: 9px 10px; text-decoration: none; font-size: var(--xz-nav-text-size); }
.xz-menu > li.menu-item-has-children > .sub-menu { left: 50%; min-width: min(760px, calc(100vw - 40px)); max-width: 760px; max-height: min(72vh, 720px); overflow-y: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; padding: 22px; transform: translate(-50%, 12px); }
.xz-menu > li.menu-item-has-children:hover > .sub-menu { transform: translate(-50%, 0); }
.xz-menu > li.menu-item-has-children > .sub-menu li { margin: 0; }
.xz-menu > li.menu-item-has-children > .sub-menu a { padding: 11px 12px; border-radius: 10px; background: #f8fafc; color: #172033; line-height: 1.3; border: 1px solid transparent; }
.xz-menu > li.menu-item-has-children > .sub-menu a:hover { background: #fff4e8; border-color: #ffd7ad; color: var(--xz-accent); }
.xz-products-dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.xz-products-dropdown a { font-size: var(--xz-nav-text-size); text-decoration: none; color: #24364b; font-weight: 700; }
.xz-products-dropdown a:hover { color: var(--xz-accent); }
.xz-dropdown-all { display: block; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--xz-border); color: var(--xz-primary) !important; }
.xz-header-cta { flex: 0 0 auto; text-decoration: none; background: var(--xz-accent); color: #fff; padding: 13px 22px; border-radius: 5px; text-transform: uppercase; letter-spacing: .7px; font-weight: 800; font-size: 13px; white-space: nowrap; }
.xz-menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; margin-left: auto; }
.xz-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--xz-primary); margin: 6px; }
.xz-main { overflow: hidden; }
.xz-hero-slider { position: relative; min-height: 620px; background: var(--xz-primary-dark); }
.xz-hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity .75s ease; display: flex; align-items: center; }
.xz-hero-slide.is-active { opacity: 1; z-index: 1; }
.xz-hero-content { position: relative; z-index: 2; padding: 100px 0; color: #fff; }
.xz-kicker { margin: 0 0 14px; color: var(--xz-accent); text-transform: uppercase; letter-spacing: 2.4px; font-size: 13px; font-weight: 900; }
.xz-hero-content h1 { font-size: clamp(42px, 6vw, 76px); max-width: 780px; line-height: .96; margin: 0 0 24px; text-transform: uppercase; letter-spacing: 1px; font-weight: 900; }
.xz-hero-text { color: rgba(255,255,255,.88); font-size: 20px; max-width: 650px; margin: 0 0 34px; }
.xz-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.xz-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; cursor: pointer; text-decoration: none; padding: 14px 24px; border-radius: 4px; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .7px; transition: .2s ease; }
.xz-btn:hover { transform: translateY(-2px); }
.xz-btn-primary { background: var(--xz-accent); color: #fff; box-shadow: 0 15px 28px rgba(241,135,30,.25); }
.xz-btn-secondary { background: var(--xz-primary); color: #fff; }
.xz-btn-outline { border: 1px solid var(--xz-border); color: var(--xz-primary); background: #fff; }
.xz-slider-dots { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 4; display: flex; gap: 10px; }
.xz-slider-dots button { width: 13px; height: 13px; border-radius: 99px; border: 0; background: rgba(255,255,255,.75); cursor: pointer; }
.xz-slider-dots button.is-active { background: var(--xz-accent); width: 38px; }
.xz-trust-strip { background: linear-gradient(90deg, #06233e, #0b3b69); color: #fff; }
.xz-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.xz-trust-grid div { padding: 26px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.xz-trust-grid strong { display: block; text-transform: uppercase; font-weight: 900; }
.xz-trust-grid span { color: rgba(255,255,255,.72); font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.xz-section { padding: 88px 0; }
.xz-section h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.04; margin: 0 0 22px; color: #111827; }
.xz-section p { color: var(--xz-muted); }
.xz-section-heading { max-width: 760px; margin-bottom: 38px; }
.xz-heading-row { max-width: none; display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; }
.xz-split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.xz-about-section { background: #fff; }
.xz-image-card { position: relative; border-radius: var(--xz-radius); overflow: hidden; box-shadow: var(--xz-shadow); }
.xz-image-card:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(5,22,38,.25)); pointer-events: none; }
.xz-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 30px 0; }
.xz-stat-grid div { background: var(--xz-bg); border: 1px solid var(--xz-border); border-radius: 16px; padding: 16px 14px; text-align: center; }
.xz-stat-grid strong { display: block; color: var(--xz-primary); font-size: 28px; line-height: 1; }
.xz-stat-grid span { display: block; font-size: 12px; color: var(--xz-muted); margin-top: 6px; }
.xz-services-section { background: var(--xz-bg); }
.xz-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.xz-service-card { background: #fff; border: 1px solid var(--xz-border); border-radius: var(--xz-radius); padding: 32px; box-shadow: 0 12px 30px rgba(16,24,40,.06); transition: .2s ease; }
.xz-service-card:hover { transform: translateY(-6px); box-shadow: var(--xz-shadow); }
.xz-service-icon { width: 58px; height: 58px; border-radius: 18px; background: #edf4ff; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 20px; }
.xz-service-card h3 { margin: 0 0 10px; font-size: 22px; }
.xz-industries-section { color: #fff; background: linear-gradient(135deg, var(--xz-primary-dark), var(--xz-primary)); }
.xz-industries-section h2, .xz-industries-section p { color: #fff; }
.xz-industries-section p { color: rgba(255,255,255,.75); }
.xz-industry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.xz-industry-grid span { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 18px; font-weight: 800; }
.xz-products-section { background: #fff; }
.xz-product-category { margin-top: 36px; }
.xz-product-category h3 { font-size: 28px; margin: 0 0 18px; color: var(--xz-primary); }
.xz-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.xz-product-card { background: #fff; border: 1px solid var(--xz-border); border-radius: 22px; overflow: hidden; box-shadow: 0 12px 26px rgba(16,24,40,.06); transition: .22s ease; }
.xz-product-card:hover { transform: translateY(-5px); box-shadow: var(--xz-shadow); }
.xz-product-media { min-height: 260px; aspect-ratio: 1 / 1; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; padding: 18px; }
.xz-product-media img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center center; margin: 0 auto; }
.xz-product-body { padding: 20px; }
.xz-product-body h4 { margin: 0 0 8px; min-height: 54px; font-size: 17px; line-height: 1.22; }
.xz-product-body p { font-size: 14px; margin: 0 0 14px; }
.xz-product-body a { color: var(--xz-accent); font-weight: 900; text-decoration: none; }
.xz-contact-section { background: linear-gradient(135deg, #071f36, #092944); color: #fff; }
.xz-contact-section h2 { color: #fff; }
.xz-contact-section p { color: rgba(255,255,255,.78); }
.xz-contact-list { margin-top: 28px; }
.xz-contact-list p { margin: 10px 0; }
.xz-contact-list a { color: #fff; text-decoration: none; }
.xz-contact-form { background: #fff; color: var(--xz-text); border-radius: var(--xz-radius); padding: 32px; box-shadow: var(--xz-shadow); }
.xz-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.xz-contact-form label { display: block; font-size: 13px; font-weight: 800; color: #344054; margin-bottom: 16px; }
.xz-contact-form input, .xz-contact-form select, .xz-contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid var(--xz-border); border-radius: 10px; padding: 13px 14px; font: inherit; outline: 0; }
.xz-contact-form input:focus, .xz-contact-form select:focus, .xz-contact-form textarea:focus { border-color: var(--xz-primary); box-shadow: 0 0 0 4px rgba(11,59,105,.12); }
.xz-contact-form .xz-btn { width: 100%; }
.xz-form-response { margin-top: 16px; font-weight: 700; }
.xz-form-response.is-success { color: #027a48; }
.xz-form-response.is-error { color: #b42318; }
.xz-page-hero { min-height: 360px; background-size: cover; background-position: center; color: #fff; display: flex; align-items: center; }
.xz-page-hero .xz-container { padding: 80px 0; }
.xz-page-hero h1 { font-size: clamp(44px, 6vw, 72px); margin: 0 0 12px; text-transform: uppercase; line-height: 1; }
.xz-page-hero p:last-child { color: rgba(255,255,255,.82); font-size: 19px; max-width: 720px; margin: 0; }
.xz-cta { background-size: cover; background-position: center; color: #fff; padding: 76px 0; text-align: center; }
.xz-cta .xz-container { max-width: 780px; }
.xz-cta h2 { color: #fff; font-size: clamp(34px, 5vw, 56px); line-height: 1.05; margin: 0 0 16px; }
.xz-cta p { color: rgba(255,255,255,.76); margin-bottom: 28px; }
.xz-content-area { max-width: 860px; }
.xz-post-card { border-bottom: 1px solid var(--xz-border); padding: 24px 0; }
.xz-site-footer { background: #061827; color: #fff; }
.xz-footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1fr; gap: 36px; padding: 60px 0; }
.xz-footer-brand .xz-logo { margin-bottom: 16px; }
.xz-footer-brand .xz-logo strong, .xz-footer-brand .xz-logo small { color: #fff; }
.xz-site-footer h3 { margin: 0 0 16px; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }
.xz-site-footer p, .xz-site-footer a { color: rgba(255,255,255,.75); text-decoration: none; }
.xz-footer-menu li { margin-bottom: 8px; }
.xz-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.7); font-size: 13px; padding: 18px 0; }
@media (max-width: 1080px) {
  .xz-header-inner { min-height: 78px; }
  .xz-menu-toggle { display: block; }
  .xz-primary-nav { position: fixed; top: 124px; left: 0; right: 0; background: #fff; border-top: 1px solid var(--xz-border); box-shadow: var(--xz-shadow); padding: 18px 20px; transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .2s ease; max-height: calc(100vh - 124px); overflow-y: auto; }
  body.xz-menu-open .xz-primary-nav { transform: translateY(0); opacity: 1; visibility: visible; }
  .xz-menu { display: block; }
  .xz-menu > li > a { padding: 14px 8px; }
  .xz-products-dropdown, .xz-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; min-width: auto; border-radius: 16px; margin: 8px 0 12px; }
  .xz-menu > li.menu-item-has-children > .sub-menu { min-width: auto; max-width: none; max-height: none; grid-template-columns: repeat(2, minmax(0, 1fr)); transform: none; }
  .xz-menu > li.menu-item-has-children:hover > .sub-menu { transform: none; }
  .xz-header-cta { display: none; }
  .xz-trust-grid, .xz-product-grid { grid-template-columns: repeat(2, 1fr); }
  .xz-service-grid, .xz-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .xz-container { width: min(100% - 28px, 1180px); }
  .xz-topbar-inner { justify-content: center; gap: 8px 16px; padding: 8px 0; }
  .xz-logo { min-width: 0; }
  .xz-logo em { display: none; }
  .xz-primary-nav { top: 116px; max-height: calc(100vh - 116px); }
  .xz-hero-slider { min-height: 620px; }
  .xz-hero-content { padding: 80px 0; }
  .xz-hero-content h1 { font-size: 40px; }
  .xz-hero-text { font-size: 17px; }
  .xz-split, .xz-service-grid, .xz-product-grid, .xz-trust-grid, .xz-footer-grid, .xz-form-grid, .xz-stat-grid, .xz-industry-grid { grid-template-columns: 1fr; }
  .xz-trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .xz-section { padding: 62px 0; }
  .xz-heading-row { display: block; }
  .xz-contact-form { padding: 22px; }
  .xz-products-dropdown-grid { grid-template-columns: 1fr; }
  .xz-menu > li.menu-item-has-children > .sub-menu { grid-template-columns: 1fr; }
}

.xz-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; }


/* -------------------------------------------------------------------------
   Xanado responsive hardening - v1.0.11
   Covers mobile phones, small phones, tablets, landscape devices and avoids
   horizontal overflow from menus, buttons, grids, long text and product cards.
------------------------------------------------------------------------- */
html { width: 100%; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body.xanado-theme { width: 100%; overflow-x: hidden; }
body.xanado-theme.xz-menu-open { overflow: hidden; touch-action: none; }
.xz-main, .xz-site-header, .xz-site-footer { width: 100%; max-width: 100%; }
.xz-container { max-width: 1180px; }
.xz-section, .xz-page-hero, .xz-cta, .xz-hero-slider { overflow: hidden; }
.xz-menu .sub-menu a, .xz-products-dropdown a, .xz-product-body h4, .xz-product-body p, .xz-footer-grid p, .xz-topbar span, .xz-topbar a { overflow-wrap: anywhere; word-break: normal; }
.xz-menu > li > a { overflow-wrap: normal; word-break: keep-all; white-space: nowrap; }
.xz-contact-form input, .xz-contact-form select, .xz-contact-form textarea, .xz-btn, button { max-width: 100%; }
.xz-contact-form input, .xz-contact-form select, .xz-contact-form textarea { font-size: 16px; }
.xz-product-card, .xz-service-card, .xz-contact-form, .xz-image-card { min-width: 0; }
.xz-product-grid { align-items: stretch; }
.xz-product-card { display: flex; flex-direction: column; }
.xz-product-body { display: flex; flex-direction: column; flex: 1; }
.xz-product-body a { margin-top: auto; }
.xz-footer-brand .xz-logo { min-width: 0; }
.xz-footer-brand .xz-logo span { min-width: 0; }

@media (max-width: 1280px) {
  .xz-header-inner { gap: 14px; }
  .xz-header-logo { flex-basis: 320px; max-width: 320px; }
  .xz-header-logo .custom-logo { max-width: 320px; max-height: 102px; }
  .xz-menu > li > a { padding-inline: 8px; letter-spacing: .35px; }
  .xz-header-cta { padding-inline: 18px; }
}

@media (max-width: 1180px) {
  .xz-container { width: min(100% - 36px, 1080px); }
  .xz-header-inner { gap: 12px; }
  .xz-header-logo { flex-basis: 290px; min-width: 220px; max-width: 290px; }
  .xz-header-logo .custom-logo { max-width: 290px; max-height: 94px; }
  .xz-menu > li > a { padding-inline: 7px; }
  .xz-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
  .xz-site-header { position: sticky; top: 0; }
  .xz-header-inner { min-height: 78px; gap: 14px; }
  .xz-header-logo { flex: 1 1 auto; min-width: 0; max-width: calc(100% - 58px); }
  .xz-header-logo .custom-logo-link { width: auto; max-width: 100%; }
  .xz-header-logo .custom-logo { width: auto; max-width: min(320px, 100%); max-height: 72px; }
  .xz-logo { max-width: 100%; }
  .xz-logo span { min-width: 0; }
  .xz-menu-toggle { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 46px; border-radius: 12px; }
  .xz-menu-toggle:focus-visible { outline: 3px solid rgba(241,135,30,.35); outline-offset: 2px; }
  .xz-primary-nav { position: fixed; top: var(--xz-mobile-nav-top, 124px); left: max(12px, env(safe-area-inset-left)); right: max(12px, env(safe-area-inset-right)); width: auto; background: #fff; border: 1px solid var(--xz-border); border-radius: 0 0 22px 22px; box-shadow: var(--xz-shadow); padding: 14px; transform: translateY(-14px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; max-height: calc(100dvh - var(--xz-mobile-nav-top, 124px) - 16px); overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
  body.xz-menu-open .xz-primary-nav { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .xz-menu { display: block; width: 100%; }
  .xz-menu > li { width: 100%; }
  .xz-menu > li > a { padding: 14px 12px; border-radius: 12px; }
  .xz-menu > li + li { margin-top: 4px; }
  .xz-products-dropdown, .xz-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none !important; box-shadow: none; min-width: 0; max-width: 100%; width: 100%; max-height: none; border-radius: 14px; margin: 8px 0 12px; padding: 10px; border: 1px solid var(--xz-border); background: #f8fafc; }
  .xz-menu > li.menu-item-has-children > .sub-menu { min-width: 0; max-width: 100%; max-height: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 10px; }
  .xz-menu > li.menu-item-has-children > .sub-menu a { background: #fff; padding: 10px; font-size: 13px; }
  .xz-products-dropdown-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xz-header-cta { display: none; }
  .xz-hero-slider { min-height: clamp(520px, 72dvh, 680px); }
  .xz-hero-content { padding: 86px 0 110px; }
  .xz-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xz-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xz-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xz-split { gap: 40px; }
}

@media (max-width: 900px) {
  .xz-heading-row { display: block; }
  .xz-split { grid-template-columns: 1fr; }
  .xz-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xz-product-media { height: 240px; }
  .xz-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xz-page-hero { min-height: 320px; }
  .xz-page-hero .xz-container { padding: 64px 0; }
}

@media (max-width: 760px) {
  :root { --xz-radius: 18px; --xz-logo-mark-size: 52px; --xz-logo-text-size: 18px; --xz-nav-text-size: 13px; }
  .xz-container { width: min(100% - 28px, 1180px); }
  .xz-topbar { font-size: 12px; }
  .xz-topbar-inner { min-height: auto; justify-content: center; gap: 6px 12px; padding: 8px 0; text-align: center; }
  .xz-topbar-inner span, .xz-topbar-inner a { line-height: 1.3; }
  .xz-topbar-inner span:last-child { flex-basis: 100%; }
  .xz-header-inner { min-height: 72px; }
  .xz-header-logo .custom-logo { max-width: min(270px, 100%); max-height: 58px; }
  .xz-logo { gap: 10px; }
  .xz-logo strong { line-height: 1.05; }
  .xz-logo small { font-size: .54em; }
  .xz-logo em { display: none; }
  .xz-primary-nav { top: var(--xz-mobile-nav-top, 116px); max-height: calc(100dvh - var(--xz-mobile-nav-top, 116px) - 14px); padding: 12px; }
  .xz-menu > li.menu-item-has-children > .sub-menu, .xz-products-dropdown-grid { grid-template-columns: 1fr; }
  .xz-hero-slider { min-height: clamp(560px, 78dvh, 700px); }
  .xz-hero-slide { background-position: center; }
  .xz-hero-content { padding: 74px 0 104px; }
  .xz-kicker { font-size: 11px; letter-spacing: 1.7px; }
  .xz-hero-content h1 { font-size: clamp(34px, 10vw, 46px); line-height: 1.02; letter-spacing: .4px; margin-bottom: 18px; }
  .xz-hero-text { font-size: 16px; margin-bottom: 24px; }
  .xz-hero-actions { gap: 10px; }
  .xz-btn { width: 100%; min-height: 48px; padding: 13px 16px; }
  .xz-slider-dots { bottom: 22px; }
  .xz-section { padding: 56px 0; }
  .xz-section h2 { font-size: clamp(30px, 8vw, 40px); line-height: 1.08; }
  .xz-section-heading { margin-bottom: 28px; }
  .xz-service-grid, .xz-product-grid, .xz-trust-grid, .xz-footer-grid, .xz-form-grid, .xz-industry-grid { grid-template-columns: 1fr; }
  .xz-trust-grid div { padding: 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .xz-service-card { padding: 24px; }
  .xz-product-category { margin-top: 30px; }
  .xz-product-category h3 { font-size: 24px; }
  .xz-product-media { height: 270px; padding: 14px; }
  .xz-product-body { padding: 18px; }
  .xz-product-body h4 { min-height: 0; font-size: 16px; }
  .xz-contact-form { padding: 22px; }
  .xz-page-hero { min-height: 300px; }
  .xz-page-hero .xz-container { padding: 54px 0; }
  .xz-page-hero h1 { font-size: clamp(36px, 11vw, 48px); line-height: 1.02; }
  .xz-page-hero p:last-child { font-size: 16px; }
  .xz-cta { padding: 58px 0; }
  .xz-cta h2 { font-size: clamp(30px, 9vw, 42px); }
  .xz-footer-grid { gap: 28px; padding: 44px 0; }
  .xz-footer-brand .xz-logo { align-items: flex-start; }
  .xz-footer-bottom { text-align: center; }
}

@media (max-width: 480px) {
  :root { --xz-logo-mark-size: 46px; --xz-logo-text-size: 16px; }
  .xz-container { width: min(100% - 22px, 1180px); }
  .xz-topbar-inner { gap: 5px 8px; }
  .xz-topbar-inner span:first-child, .xz-topbar-inner a { flex: 1 1 100%; }
  .xz-header-inner { min-height: 66px; }
  .xz-header-logo .custom-logo { max-width: min(235px, 100%); max-height: 52px; }
  .xz-menu-toggle { flex-basis: 42px; width: 42px; height: 42px; }
  .xz-primary-nav { left: 8px; right: 8px; padding: 10px; }
  .xz-menu > li > a { padding: 13px 10px; font-size: 12px; }
  .xz-menu > li.menu-item-has-children > .sub-menu a { font-size: 12px; }
  .xz-hero-slider { min-height: 600px; }
  .xz-hero-content { padding: 64px 0 96px; }
  .xz-hero-content h1 { font-size: clamp(31px, 11.5vw, 40px); }
  .xz-hero-text { font-size: 15px; }
  .xz-section { padding: 48px 0; }
  .xz-service-card, .xz-contact-form { padding: 20px; }
  .xz-product-media { height: 250px; }
  .xz-product-body { padding: 16px; }
  .xz-stat-grid { grid-template-columns: 1fr; }
  .xz-footer-brand .xz-logo img { flex: 0 0 auto; }
}

@media (max-width: 360px) {
  :root { --xz-logo-mark-size: 42px; --xz-logo-text-size: 14px; }
  .xz-container { width: min(100% - 18px, 1180px); }
  .xz-hero-content h1 { font-size: 29px; }
  .xz-section h2 { font-size: 28px; }
  .xz-product-media { height: 230px; }
  .xz-footer-brand .xz-logo { gap: 8px; }
}

@media (max-height: 560px) and (orientation: landscape) {
  .xz-topbar { display: none; }
  .xz-header-inner { min-height: 62px; }
  .xz-primary-nav { top: var(--xz-mobile-nav-top, 62px); max-height: calc(100dvh - var(--xz-mobile-nav-top, 62px) - 10px); }
  .xz-hero-slider { min-height: 520px; }
  .xz-hero-content { padding: 58px 0 92px; }
}

