
: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);
}
* { 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: 30px; }
.xz-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; min-width: 250px; }
.xz-logo img { width: 70px; height: 70px; object-fit: contain; }
.xz-logo strong { display: block; font-size: 25px; line-height: 1; font-family: Georgia, 'Times New Roman', serif; letter-spacing: .2px; color: #0d1728; }
.xz-logo small { display: block; font-size: 14px; font-weight: 700; color: #0d1728; line-height: 1.2; }
.xz-logo em { display: block; font-size: 13px; color: #5d7fb8; font-weight: 700; letter-spacing: .4px; }
.xz-primary-nav { margin-left: auto; }
.xz-menu, .xz-footer-menu { list-style: none; padding: 0; margin: 0; }
.xz-menu { display: flex; align-items: center; gap: 4px; }
.xz-menu > li { position: relative; }
.xz-menu > li > a { display: block; padding: 14px 16px; text-decoration: none; text-transform: uppercase; letter-spacing: .7px; font-weight: 800; font-size: 13px; 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; }
.xz-products-dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.xz-products-dropdown a { font-size: 13px; 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 { 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 { height: 160px; overflow: hidden; background: #0b1c2e; }
.xz-product-media img { width: 100%; height: 100%; object-fit: cover; }
.xz-product-body { padding: 20px; }
.xz-product-body h4 { margin: 0 0 8px; min-height: 48px; 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-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 img { width: 54px; height: 54px; }
  .xz-logo strong { font-size: 18px; }
  .xz-logo small { font-size: 11px; }
  .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; }
}
