:root{--navy:#001a3d;--navy2:#002958;--orange:#ff6500;--white:#fff;--text:#071d3e;--header-h:82px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}
body{margin:0;background:#fff;color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;max-width:100%;overflow-x:hidden}
.screen-reader-text{position:absolute;left:-9999px}

/* Header */
.orbex-header{height:var(--header-h);background:linear-gradient(90deg,#00152f,#001d42);color:#fff;position:sticky;top:0;z-index:9999;box-shadow:0 2px 14px rgba(0,0,0,.28)}
.orbex-header-inner{max-width:1672px;height:100%;margin:auto;padding:0 30px;display:flex;align-items:center;gap:22px}
.orbex-brand{display:flex;align-items:center;width:250px;height:70px;overflow:hidden;flex:0 0 auto}
.orbex-brand img,.custom-logo{width:240px;height:auto;display:block}
.orbex-nav{flex:1;min-width:0}
.orbex-menu{display:flex;justify-content:center;align-items:center;gap:24px;list-style:none;margin:0;padding:0}
.orbex-menu a{color:#fff;text-decoration:none;text-transform:uppercase;font-weight:800;font-size:13px;white-space:nowrap;padding:30px 0 23px;border-bottom:3px solid transparent}
.orbex-menu .current-menu-item>a,.orbex-menu a:hover,.orbex-menu a:focus{border-bottom-color:var(--orange)}
.orbex-header-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.orbex-search,.orbex-wa-icon{color:#fff;text-decoration:none;font-size:27px}
.orbex-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;text-transform:uppercase;border-radius:5px;padding:13px 20px}
.orbex-btn-orange{background:var(--orange);color:#fff}
.orbex-btn-outline{border:2px solid var(--navy);color:var(--navy);background:#fff}
.orbex-header-quote{font-size:12px}
.orbex-menu-toggle{display:none;background:transparent;border:0;padding:8px;cursor:pointer}
.orbex-menu-toggle span{display:block;width:29px;height:3px;background:#fff;margin:5px;border-radius:3px}

/* Approved visual pages */
.orbex-site-content{min-height:70vh}
.orbex-art-wrap{position:relative;width:100%;overflow:hidden;background:#fff}
.orbex-art-wrap picture{display:block;width:100%}
.orbex-art-wrap img{display:block;width:100%;height:auto;max-width:100%;image-rendering:auto}
.orbex-hotspot{position:absolute;z-index:5;display:block;border:2px solid transparent;border-radius:5px}
.orbex-hotspot:hover,.orbex-hotspot:focus{border-color:var(--orange);background:rgba(255,101,0,.1);outline:none}
.orbex-content-wrap{max-width:1180px;margin:50px auto;padding:0 24px}

/* Contact details */
.orbex-contact-live{background:#f4f7fb;padding:48px 24px}
.orbex-contact-live-inner{max-width:1180px;margin:0 auto}
.orbex-contact-live h2{margin:0 0 24px;font-size:34px;color:var(--navy)}
.orbex-contact-live-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.orbex-contact-live-grid article{background:#fff;border:1px solid #dfe6ef;border-radius:16px;padding:25px;box-shadow:0 9px 26px rgba(0,26,61,.08)}
.orbex-contact-live h3{margin:0 0 8px;color:var(--orange);font-size:18px}
.orbex-contact-live p{margin:0;font-size:17px;line-height:1.55}
.orbex-contact-live a{color:#0645c0;font-weight:800;text-decoration:none}

/* Professional footer */
.orbex-live-footer{background:linear-gradient(135deg,#00152f,#002451);color:#fff;padding:48px 28px 20px}
.orbex-footer-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.25fr .85fr 1.15fr .8fr;gap:46px;align-items:start}
.orbex-footer-brand img{width:250px;max-width:100%;height:auto;display:block}
.orbex-footer-brand p{color:#d5e1f0;line-height:1.6;max-width:290px}
.orbex-footer-section h2{font-size:18px;margin:0 0 16px;color:#fff}
.orbex-footer-menu,.orbex-footer-menu ul{list-style:none;margin:0;padding:0}
.orbex-footer-menu li{margin:0 0 8px}
.orbex-footer-menu a{color:#fff;text-decoration:none;line-height:1.45;font-weight:600}
.orbex-footer-menu a:hover,.orbex-footer-menu a:focus{color:#ffad73}
.orbex-footer-contact p{margin:0 0 13px;color:#d5e1f0;line-height:1.55}
.orbex-footer-contact a{color:#fff;text-decoration:none}
.orbex-cert-badge{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:2px solid #fff;outline:2px solid rgba(255,255,255,.28);border-radius:16px;padding:14px;box-shadow:0 10px 24px rgba(0,0,0,.25)}
.orbex-cert-badge img{width:145px;max-width:100%;height:auto;display:block;object-fit:contain}
.orbex-copyright{max-width:1320px;margin:30px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);color:#aebfd3;font-size:13px;text-align:center}
.orbex-floating-wa{position:fixed;right:0;top:44%;z-index:10000;background:#f36b00;color:#fff;text-decoration:none;padding:12px 8px;border-radius:12px 0 0 12px;box-shadow:0 6px 18px rgba(0,0,0,.28);display:flex;flex-direction:column;align-items:center;gap:8px;font-weight:800}
.orbex-floating-wa span{writing-mode:vertical-rl;transform:rotate(180deg)}
.orbex-product-actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}

@media(max-width:1180px){
  .orbex-header-inner{padding:0 16px}
  .orbex-menu{gap:14px}
  .orbex-menu a{font-size:11px}
  .orbex-brand{width:190px}
  .orbex-brand img{width:185px}
  .orbex-header-quote{display:none}
  .orbex-footer-grid{grid-template-columns:1fr 1fr;gap:32px}
}

@media(max-width:900px){
  :root{--header-h:70px}
  .orbex-header-inner{padding:0 14px}
  .orbex-brand{width:auto;flex:1;height:62px}
  .orbex-brand img{width:190px;max-width:70vw}
  .orbex-menu-toggle{display:block;order:3}
  .orbex-nav{position:absolute;top:var(--header-h);left:0;right:0;background:#00152f;display:none;padding:8px 18px 22px;max-height:calc(100vh - var(--header-h));overflow:auto;box-shadow:0 12px 24px rgba(0,0,0,.25)}
  .orbex-nav.is-open{display:block}
  .orbex-menu{display:block}
  .orbex-menu li{border-bottom:1px solid rgba(255,255,255,.15)}
  .orbex-menu a{display:block;padding:15px 4px;border:0;font-size:14px}
  .orbex-search{display:none}
  .orbex-wa-icon{font-size:24px}
  .orbex-contact-live-grid{grid-template-columns:1fr}
  .orbex-floating-wa{top:auto;bottom:18px;right:15px;border-radius:50%;width:56px;height:56px;padding:0;justify-content:center}
  .orbex-floating-wa span{display:none}
}

@media(max-width:700px){
  .orbex-art-wrap{overflow:hidden!important;width:100%}
  .orbex-art-wrap picture,.orbex-art-wrap img{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;object-fit:contain!important;object-position:center!important}
  .orbex-hotspot{display:none!important}
  .orbex-contact-live{padding:32px 16px}
  .orbex-contact-live h2{font-size:28px}
  .orbex-contact-live-grid article{padding:20px}
  .orbex-footer-grid{grid-template-columns:1fr;gap:30px}
  .orbex-live-footer{padding:38px 22px 18px}
  .orbex-footer-brand img{width:220px}
  .orbex-footer-menu{display:flex;flex-direction:column;align-items:flex-start;gap:5px}
  .orbex-footer-menu li{margin:0}
  .orbex-cert-badge img{width:130px}
  .orbex-copyright{text-align:left;font-size:12px}
}


/* V8 final quality + true mobile fit */
.orbex-art-wrap{max-width:100%;overflow:hidden}
.orbex-art-wrap picture,.orbex-art-wrap img{display:block;width:100%;height:auto}
.orbex-art-wrap img{-webkit-transform:translateZ(0);transform:translateZ(0);image-rendering:auto}
.orbex-art-inicio-hero img{width:100%;height:auto;object-fit:cover}
.orbex-footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr 1.1fr .65fr;gap:34px;align-items:start}
.orbex-footer-section h2{font-size:17px;text-transform:uppercase;letter-spacing:.04em}
.orbex-footer-menu{display:flex;flex-direction:column;gap:7px}
.orbex-footer-menu li{margin:0}
.orbex-cert-badge{background:#fff;border-radius:14px;padding:13px;display:inline-flex;box-shadow:0 8px 20px rgba(0,0,0,.25)}
.orbex-cert-badge img{width:125px;height:auto}
@media(max-width:700px){
 .orbex-art-wrap,.orbex-art-wrap picture,.orbex-art-wrap img{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;object-fit:contain!important;overflow:hidden!important}
 .orbex-art-inicio-hero img{min-height:0!important;object-fit:contain!important}
 .orbex-hotspot{display:none!important}
 .orbex-footer-grid{grid-template-columns:1fr;gap:24px}
 .orbex-live-footer{padding:34px 20px 18px}
 .orbex-footer-brand img{width:210px}
 .orbex-footer-menu{align-items:flex-start}
 .orbex-footer-section h2{margin-bottom:12px}
 .orbex-contact-live{padding:30px 16px}
}


/* V9 polished typography and native readable catalogs */
body,.orbex-native-catalog,.orbex-faq,.orbex-contact-live,.orbex-live-footer{font-family:Verdana,Arial,sans-serif}
.orbex-native-catalog{background:#fff;padding:54px 24px;color:#000}
.orbex-native-inner{max-width:1320px;margin:0 auto}
.orbex-native-catalog h2{font-family:Verdana,Arial,sans-serif;font-size:32px;line-height:1.25;margin:0 0 28px;text-align:center;color:#001a3d}
.orbex-native-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.orbex-native-grid article{border:1px solid #dce3ec;border-radius:14px;padding:22px;background:#fff;box-shadow:0 6px 18px rgba(0,26,61,.06)}
.orbex-native-grid h3{font-family:Verdana,Arial,sans-serif;font-size:19px;line-height:1.35;margin:0 0 12px;color:#001a3d}
.orbex-native-grid ul{margin:0;padding-left:20px}
.orbex-native-grid li{font-family:Verdana,Arial,sans-serif;font-size:16px;line-height:1.65;color:#000;margin:2px 0}
.orbex-faq{background:#f6f8fb;padding:54px 24px}
.orbex-faq-inner{max-width:980px;margin:0 auto}
.orbex-faq h2{font-size:32px;text-align:center;color:#001a3d;margin:0 0 26px}
.orbex-faq details{background:#fff;border:1px solid #d9e1eb;border-radius:12px;margin:0 0 12px;overflow:hidden;box-shadow:0 4px 14px rgba(0,26,61,.05)}
.orbex-faq summary{cursor:pointer;list-style:none;font-size:18px;font-weight:700;color:#001a3d;padding:20px 54px 20px 20px;position:relative}
.orbex-faq summary::-webkit-details-marker{display:none}
.orbex-faq summary:after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:27px;color:#ff6500}
.orbex-faq details[open] summary:after{content:'−'}
.orbex-faq-answer{padding:0 20px 20px}
.orbex-faq-answer p{margin:0;font-size:16px;line-height:1.7;color:#111}
@media(max-width:1100px){.orbex-native-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.orbex-native-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.orbex-native-catalog h2,.orbex-faq h2{font-size:29px}}
@media(max-width:560px){.orbex-native-catalog{padding:38px 16px}.orbex-native-grid{grid-template-columns:1fr;gap:16px}.orbex-native-grid article{padding:20px}.orbex-native-grid h3{font-size:20px}.orbex-native-grid li{font-size:18px;line-height:1.65}.orbex-faq{padding:38px 16px}.orbex-faq summary{font-size:18px}.orbex-faq-answer p{font-size:17px}}
