:root {
  --blue: #0b3d91;
  --blue-2: #1454b8;
  --blue-3: #082c6d;
  --navy: #071b3a;
  --navy-2: #0b2349;
  --red: #e02b20;
  --orange: #f5820b;
  --white: #fff;
  --ink: #13203a;
  --muted: #61708b;
  --line: #dfe6f0;
  --soft: #f3f6fa;
  --soft-blue: #edf4ff;
  --green: #11976b;
  --shadow: 0 18px 50px rgba(9, 29, 64, .11);
  --shadow-sm: 0 8px 24px rgba(9, 29, 64, .08);
  --radius: 18px;
  --shell: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; background: var(--orange); color: var(--navy); padding: 9px 14px; border-radius: 8px; transform: translateY(-160%); transition: .2s; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.topbar { background: var(--navy); color: #dbe7fb; font-size: 12px; position: relative; z-index: 60; }
.topbar-inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-left { display: flex; align-items: center; gap: 19px; flex-wrap: wrap; }
.email-image { object-fit: contain; }
.top-contact { color: #d5f9ec; font-weight: 750; }
.top-contact span { color: #25d366; margin-right: 5px; }
.top-detail { opacity: .86; }
.language-switcher { position: relative; align-self: stretch; display: flex; align-items: center; }
.language-button { border: 0; background: rgba(255,255,255,.07); color: white; height: 100%; padding: 0 14px; font-size: 12px; }
.language-menu { position: absolute; top: 100%; right: 0; width: 250px; background: white; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 9px; border-radius: 0 0 14px 14px; z-index: 80; }
.language-menu a { display: block; padding: 9px 11px; border-radius: 8px; }
.language-menu a:hover, .language-menu a.is-active { background: var(--soft-blue); color: var(--blue); font-weight: 750; }
.language-menu small { display: block; padding: 9px 11px; color: var(--muted); border-top: 1px solid var(--line); margin-top: 5px; line-height: 1.35; }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(11,61,145,.10); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: 0 8px 26px rgba(7,27,58,.10); }
.nav-shell { height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { display: block; width: 220px; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { padding: 11px 12px; font-weight: 720; font-size: 13px; color: #24344f; border-radius: 9px; position: relative; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); background: var(--soft-blue); }
.main-nav .nav-cta { color: white; background: var(--blue); padding-inline: 17px; margin-left: 6px; }
.main-nav .nav-cta:hover, .main-nav .nav-cta.active { color: white; background: var(--blue-2); }
.nav-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--navy); margin: 6px 0; transition: .2s; }
.global-search-wrap { background: var(--soft); border-bottom: 1px solid var(--line); }
.global-search { min-height: 52px; display: flex; align-items: center; gap: 9px; position: relative; }
.search-icon { font-size: 23px; color: var(--blue); transform: rotate(-15deg); }
.global-search input { flex: 1; border: 0; outline: 0; background: transparent; min-width: 0; font-size: 14px; color: var(--ink); }
.global-search button { border: 0; border-radius: 8px; padding: 8px 17px; color: white; background: var(--red); font-weight: 800; font-size: 12px; }
.search-suggestions { position: absolute; top: 50px; left: 0; right: 0; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 0 0 14px 14px; padding: 8px; z-index: 40; }
.search-suggestions a { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 10px; padding: 8px; border-radius: 8px; }
.search-suggestions a:hover { background: var(--soft-blue); }
.search-suggestions img { width: 46px; height: 42px; object-fit: contain; }
.search-suggestions strong { display: block; font-size: 13px; }
.search-suggestions small { color: var(--muted); }
.flash { margin-top: 18px; border-radius: 12px; padding: 13px 48px 13px 16px; position: relative; font-weight: 650; }
.flash-success { background: #e9fbf4; color: #096b4d; border: 1px solid #bdebd9; }
.flash-error { background: #fff0ef; color: #a92720; border: 1px solid #f3c4c0; }
.flash button { position: absolute; right: 10px; top: 7px; border: 0; background: transparent; font-size: 22px; color: inherit; }
.hero { position: relative; min-height: 650px; background: linear-gradient(120deg, var(--navy) 0%, #0b326d 58%, #124a9d 100%); color: white; overflow: hidden; }
.hero::before { content:""; position:absolute; width:640px; height:640px; border-radius:50%; background: radial-gradient(circle, rgba(245,130,11,.26), rgba(245,130,11,0) 67%); right:-190px; top:-230px; }
.hero::after { content:""; position:absolute; width:530px; height:530px; border-radius:50%; background: radial-gradient(circle, rgba(33,133,245,.28), transparent 68%); left:35%; bottom:-390px; }
.hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, black, transparent 90%); }
.hero-inner { min-height: 650px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; position: relative; z-index: 2; padding-block: 66px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 850; color: #d5e5ff; }
.eyebrow > span { width: 29px; height: 3px; border-radius: 4px; background: var(--orange); }
.eyebrow.dark { color: var(--blue); }
.hero h1 { margin: 18px 0 22px; font-size: clamp(46px, 5vw, 72px); letter-spacing: -.048em; line-height: .99; max-width: 720px; }
.hero h1 em { color: #ffaf4d; font-style: normal; }
.hero-copy > p { font-size: 18px; color: #d0def2; max-width: 650px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.btn-primary, .btn-outline, .btn-light, .btn-ghost, .btn-ghost-light, .btn-secondary, .btn-whatsapp, .btn-view, .btn-query { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 10px; font-weight: 820; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; border: 1px solid transparent; }
.btn-primary { background: var(--red); color: white; padding: 12px 20px; }
.btn-primary:hover { background: #c92319; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(224,43,32,.25); }
.btn-outline { background: white; color: var(--blue); border-color: #bdcbe0; padding: 11px 19px; }
.btn-outline:hover { border-color: var(--blue); background: var(--soft-blue); transform: translateY(-2px); }
.btn-light { background: white; color: var(--blue); padding: 12px 20px; }
.btn-light:hover { background: #eef4ff; transform: translateY(-2px); }
.btn-ghost { color: white; border-color: rgba(255,255,255,.38); padding: 12px 20px; background: rgba(255,255,255,.05); }
.btn-ghost:hover { background: rgba(255,255,255,.13); transform: translateY(-2px); }
.btn-ghost-light { color: white; border-color: rgba(255,255,255,.45); padding: 11px 19px; }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); }
.btn-secondary { background: var(--soft); border-color: var(--line); color: var(--ink); padding: 10px 16px; }
.btn-large { min-height: 51px; padding-inline: 24px; }
.hero-proof { display: flex; gap: 25px; margin-top: 38px; flex-wrap: wrap; }
.hero-proof span { color: #b9cae3; font-size: 12px; }
.hero-proof b { color: white; display: block; font-size: 19px; letter-spacing: -.02em; }
.hero-stage { min-height: 515px; position: relative; display: grid; place-items: center; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; animation: spin 26s linear infinite; }
.orbit-one::before, .orbit-two::before { content:""; position:absolute; width:10px; height:10px; border-radius:50%; background: var(--orange); top: 10%; left: 16%; box-shadow: 0 0 20px var(--orange); }
.orbit-two { width: 360px; height: 360px; border-style: dashed; animation: spin 18s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-product-stack { width: 430px; height: 490px; position: relative; z-index: 2; }
.hero-product { position:absolute; inset:0; border-radius:26px; padding:25px; background: linear-gradient(155deg,rgba(255,255,255,.18),rgba(255,255,255,.06)); border:1px solid rgba(255,255,255,.21); box-shadow: 0 28px 70px rgba(0,0,0,.30); backdrop-filter: blur(18px); opacity:0; transform: translateX(25px) scale(.97); pointer-events:none; transition: .55s; display:flex; flex-direction:column; }
.hero-product.active { opacity:1; transform:none; pointer-events:auto; }
.hero-product-tag { align-self:flex-start; background: rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.22); color:white; padding:6px 11px; border-radius:999px; font-size:11px; font-weight:800; }
.hero-product > img { height:290px; width:100%; object-fit:contain; margin:10px 0; filter: drop-shadow(0 24px 22px rgba(0,0,0,.27)); }
.hero-product-info { margin-top:auto; display:block; background:white; color:var(--ink); border-radius:16px; padding:17px; }
.hero-product-info small { display:block; color:var(--blue); font-weight:850; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.hero-product-info strong { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; line-height:1.35; margin:5px 0 8px; }
.hero-product-info > span { color:var(--red); font-size:12px; font-weight:800; }
.hero-slider-dots { position:absolute; bottom:4px; display:flex; gap:7px; z-index:4; }
.hero-slider-dots button { width:8px; height:8px; padding:0; border:0; border-radius:999px; background:rgba(255,255,255,.35); }
.hero-slider-dots button.active { width:28px; background:var(--orange); }
.hero-system-visual { overflow:hidden; }
.server-stack { display:grid; gap:13px; margin:auto 30px; transform:perspective(600px) rotateY(-13deg); }
.server-stack i { display:block; height:48px; border-radius:8px; background:linear-gradient(90deg,#dfe8f4,#8096b7); border-left:8px solid var(--orange); box-shadow:0 12px 22px rgba(0,0,0,.2); position:relative; }
.server-stack i::after { content:""; position:absolute; right:14px; top:17px; width:10px; height:10px; border-radius:50%; background:#43e6a5; box-shadow:-18px 0 #2c7bff; }
.trust-strip { background:white; border-bottom:1px solid var(--line); box-shadow:0 8px 25px rgba(7,27,58,.04); }
.trust-grid { min-height:96px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; }
.trust-grid > div { display:flex; align-items:center; gap:12px; min-height:54px; padding:0 25px; border-right:1px solid var(--line); }
.trust-grid > div:first-child { padding-left:0; }
.trust-grid > div:last-child { border-right:0; }
.trust-icon { width:34px; height:34px; border-radius:9px; background:var(--soft-blue); color:var(--blue); display:grid; place-items:center; font-weight:900; }
.trust-grid strong, .trust-grid small { display:block; }
.trust-grid strong { font-size:13px; }
.trust-grid small { font-size:11px; color:var(--muted); }
.section { padding:86px 0; }
.section-soft { background:var(--soft); }
.section-heading { margin-bottom:34px; }
.section-heading h2 { margin:9px 0 0; font-size:clamp(31px,3vw,46px); line-height:1.12; letter-spacing:-.035em; }
.section-heading p { color:var(--muted); max-width:680px; }
.split-heading { display:flex; align-items:end; justify-content:space-between; gap:50px; }
.split-heading > p { max-width:475px; margin:0; }
.centered { text-align:center; max-width:780px; margin-inline:auto; }
.centered .eyebrow { justify-content:center; }
.centered p { margin-inline:auto; }
.text-link { color:var(--blue); font-weight:850; }
.text-link:hover { color:var(--red); }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.stat-card { border:1px solid var(--line); border-radius:var(--radius); padding:28px; background:white; box-shadow:var(--shadow-sm); position:relative; overflow:hidden; }
.stat-card::after { content:""; position:absolute; width:80px; height:80px; border:15px solid var(--soft-blue); border-radius:50%; right:-27px; top:-30px; }
.stat-card strong, .stat-card span, .stat-card small { display:block; }
.stat-card strong { color:var(--blue); font-size:37px; letter-spacing:-.04em; }
.stat-card span { font-weight:850; margin-top:5px; }
.stat-card small { color:var(--muted); margin-top:4px; }
.stat-card.accent { background:linear-gradient(140deg,var(--orange),#ffac43); border:0; color:var(--navy); }
.stat-card.accent strong { color:var(--navy); }
.stat-card.accent small { color:#5d3c0d; }
.category-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.category-card { background:white; border:1px solid var(--line); border-radius:14px; min-height:94px; display:grid; grid-template-columns:54px 1fr auto; align-items:center; gap:14px; padding:16px; transition:.2s; }
.category-card:hover { transform:translateY(-3px); border-color:#a9bee2; box-shadow:var(--shadow-sm); }
.category-icon { width:52px; height:52px; border-radius:13px; display:grid; place-items:center; background:linear-gradient(140deg,var(--soft-blue),#e8eef9); color:var(--blue); font-weight:900; }
.category-icon img { width:38px; height:38px; object-fit:contain; }
.category-card strong, .category-card small { display:block; }
.category-card strong { font-size:14px; line-height:1.3; }
.category-card small { color:var(--muted); margin-top:4px; font-size:11px; }
.card-arrow { color:var(--red); font-weight:900; }
.capabilities-section { background:var(--navy); color:white; position:relative; overflow:hidden; }
.capabilities-section::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 15% 20%,rgba(20,84,184,.45),transparent 32%),radial-gradient(circle at 90% 90%,rgba(245,130,11,.18),transparent 35%); }
.capability-layout { position:relative; display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; align-items:center; }
.capability-panel h2 { font-size:clamp(35px,4vw,55px); line-height:1.05; margin:16px 0 22px; letter-spacing:-.04em; }
.capability-panel p { color:#bcd0ec; margin-bottom:28px; }
.capability-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.capability-grid article { background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.13); border-radius:17px; padding:24px; min-height:210px; backdrop-filter:blur(8px); }
.capability-grid article > span { display:grid; place-items:center; width:47px; height:47px; border-radius:12px; background:var(--orange); color:var(--navy); font-weight:950; }
.capability-grid h3 { margin:17px 0 8px; }
.capability-grid p { color:#b9cae3; font-size:13px; margin:0; }
.product-grid { display:grid; gap:18px; }
.product-grid-four { grid-template-columns:repeat(4,1fr); }
.product-card { background:white; border:1px solid var(--line); border-radius:16px; overflow:hidden; min-width:0; display:flex; flex-direction:column; transition:.22s; }
.product-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:#b5c5de; }
.product-image-wrap { height:230px; background:linear-gradient(150deg,#fafcff,#edf2f8); display:grid; place-items:center; position:relative; padding:18px; }
.product-image-wrap img { width:100%; height:100%; object-fit:contain; transition:.28s; }
.product-card:hover .product-image-wrap img { transform:scale(1.035); }
.brand-pill { position:absolute; top:12px; left:12px; padding:5px 9px; background:rgba(7,27,58,.88); color:white; border-radius:999px; font-size:9px; text-transform:uppercase; letter-spacing:.08em; font-weight:850; }
.product-card-body { padding:17px; display:flex; flex-direction:column; flex:1; }
.sku { margin:0 0 6px; color:var(--blue); font-size:10px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.product-card h3 { margin:0; font-size:14px; line-height:1.45; }
.product-card h3 a { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden; }
.product-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:auto; padding-top:17px; }
.btn-query, .btn-view { min-height:37px; padding:7px 9px; font-size:11px; }
.btn-query { background:var(--soft-blue); color:var(--blue); border-color:#cad9ef; }
.btn-query:hover { background:#dce9fd; }
.btn-view { background:var(--blue); color:white; }
.btn-view:hover { background:var(--blue-2); }
.accuracy { margin-top:13px; position:relative; height:22px; background:#edf1f6; border-radius:999px; overflow:hidden; }
.accuracy > div { position:absolute; inset:0 auto 0 0; width:var(--accuracy); background:linear-gradient(90deg,var(--orange),var(--red)); }
.accuracy span { position:relative; z-index:2; display:block; text-align:center; color:var(--navy); font-size:9px; line-height:22px; font-weight:900; mix-blend-mode:multiply; }
.brand-section { overflow:hidden; }
.brand-marquee { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.brand-tile { border:1px solid var(--line); border-radius:13px; min-height:86px; display:grid; place-items:center; padding:13px; background:white; transition:.2s; text-align:center; }
.brand-tile:hover { border-color:#9eb6d9; box-shadow:var(--shadow-sm); transform:translateY(-2px); }
.brand-tile img { max-height:46px; max-width:120px; object-fit:contain; }
.brand-tile strong { color:#32405a; font-size:13px; }
.center-action { display:flex; justify-content:center; margin-top:30px; }
.cta-band { background:linear-gradient(105deg,var(--blue),#103a76 60%,var(--navy)); color:white; padding:48px 0; }
.cta-band-inner { display:flex; align-items:center; justify-content:space-between; gap:35px; }
.cta-band span { color:#c4d8f5; font-size:12px; text-transform:uppercase; letter-spacing:.1em; font-weight:800; }
.cta-band h2 { margin:5px 0 0; font-size:30px; letter-spacing:-.03em; }
.cta-band-inner > div:last-child { display:flex; gap:10px; flex-wrap:wrap; }
.site-footer { background:#05152f; color:#c3d0e3; }
.footer-accent { height:5px; background:linear-gradient(90deg,var(--blue-2),var(--red),var(--orange)); }
.footer-grid { display:grid; grid-template-columns:1.2fr 1.1fr 1fr .9fr 1fr; gap:35px; padding:62px 0 44px; }
.footer-grid h2 { color:white; font-size:13px; margin:0 0 17px; text-transform:uppercase; letter-spacing:.08em; }
.footer-grid p { margin:0 0 10px; font-size:12px; line-height:1.65; }
.footer-grid a:hover { color:#ffb560; }
.footer-logo { margin-bottom:16px; }
.footer-trust { color:#8ea2c1; }
.footer-bottom { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:25px; border-top:1px solid rgba(255,255,255,.1); font-size:11px; }
.footer-links { display:flex; gap:16px; flex-wrap:wrap; justify-content:flex-end; }
.page-hero { background:linear-gradient(115deg,var(--navy),var(--blue)); color:white; position:relative; overflow:hidden; }
.page-hero::after { content:""; position:absolute; width:450px; height:450px; border:80px solid rgba(255,255,255,.04); border-radius:50%; right:-130px; top:-220px; }
.compact-page-hero .shell { padding-block:55px 62px; position:relative; z-index:2; }
.page-hero h1 { font-size:clamp(38px,5vw,62px); line-height:1.05; letter-spacing:-.045em; margin:15px 0 13px; max-width:900px; }
.page-hero p { color:#c4d6ee; max-width:820px; font-size:16px; margin:0; }
.breadcrumbs { display:flex; gap:9px; align-items:center; font-size:11px; color:#b8c9e2; margin-bottom:25px; flex-wrap:wrap; }
.breadcrumbs a:hover { color:white; }
.page-hero-row { display:flex; align-items:end; justify-content:space-between; gap:45px; }
.catalogue-counter { min-width:170px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18); border-radius:16px; padding:20px; backdrop-filter:blur(9px); }
.catalogue-counter strong, .catalogue-counter span { display:block; }
.catalogue-counter strong { font-size:34px; color:#ffb052; }
.catalogue-counter span { font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:#d4e2f5; }
.catalogue-search-section { padding-block:38px; }
.catalogue-search { background:white; border:1px solid var(--line); box-shadow:var(--shadow); border-radius:17px; padding:18px; }
.catalogue-search > div, .large-search { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:10px; }
.catalogue-search > div { min-height:59px; border:2px solid var(--blue); border-radius:12px; padding-left:18px; }
.catalogue-search span, .large-search span { color:var(--blue); font-size:25px; }
.catalogue-search input, .large-search input { border:0; outline:0; min-width:0; padding:13px 0; }
.catalogue-search button, .large-search button, .results-toolbar button, .table-search button { align-self:stretch; border:0; background:var(--red); color:white; font-weight:850; padding:0 25px; border-radius:0 8px 8px 0; }
.catalogue-search p { margin:9px 0 0 6px; color:var(--muted); font-size:11px; }
.results-toolbar { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:25px; padding-bottom:17px; border-bottom:1px solid var(--line); }
.results-toolbar > span { color:var(--muted); font-size:12px; }
.results-toolbar form { display:flex; }
.results-toolbar input { border:1px solid var(--line); border-right:0; border-radius:8px 0 0 8px; min-width:290px; padding:10px 12px; outline:0; }
.results-toolbar button { border-radius:0 8px 8px 0; }
.large-search { min-height:62px; border:2px solid var(--blue); border-radius:12px; padding-left:18px; margin-bottom:24px; }
.search-explainer { display:flex; align-items:center; gap:15px; background:var(--soft-blue); border:1px solid #cfddf1; padding:13px 17px; border-radius:11px; margin-bottom:26px; }
.search-explainer strong { color:var(--blue); white-space:nowrap; }
.search-explainer span { color:var(--muted); font-size:12px; }
.pagination { display:flex; align-items:center; justify-content:center; gap:7px; margin-top:38px; flex-wrap:wrap; }
.pagination a, .pagination span { min-width:36px; height:36px; display:grid; place-items:center; padding:0 10px; border:1px solid var(--line); border-radius:8px; background:white; font-size:12px; font-weight:750; }
.pagination a.current { background:var(--blue); color:white; border-color:var(--blue); }
.pagination a:hover { border-color:var(--blue); color:var(--blue); }
.pagination a.current:hover { color:white; }
.empty-state { text-align:center; border:1px dashed #bdcbe0; border-radius:18px; padding:55px 25px; background:white; }
.empty-state > span { width:65px; height:65px; border-radius:18px; display:grid; place-items:center; margin:0 auto 18px; color:var(--blue); background:var(--soft-blue); font-size:27px; font-weight:950; }
.empty-state h3 { font-size:23px; margin:0 0 7px; }
.empty-state p { color:var(--muted); max-width:620px; margin:0 auto 20px; }
.empty-state > div { display:flex; justify-content:center; gap:10px; flex-wrap:wrap; }
.product-page-head { background:var(--soft); border-bottom:1px solid var(--line); }
.product-page-head .breadcrumbs { color:var(--muted); margin:0; min-height:52px; }
.product-page-head .breadcrumbs a:hover { color:var(--blue); }
.product-detail-section { padding-top:50px; }
.product-detail-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:55px; }
.product-main-image { height:560px; border:1px solid var(--line); border-radius:20px; background:linear-gradient(145deg,#fff,#f2f5f9); display:grid; place-items:center; padding:35px; position:relative; overflow:hidden; }
.product-main-image > img { width:100%; height:100%; object-fit:contain; }
.image-note { position:absolute; bottom:13px; left:50%; transform:translateX(-50%); background:rgba(7,27,58,.76); color:white; border-radius:999px; font-size:9px; padding:5px 10px; }
.gallery-thumbs { display:flex; gap:10px; margin-top:12px; overflow:auto; padding-bottom:4px; }
.gallery-thumbs button { flex:0 0 74px; width:74px; height:70px; border:1px solid var(--line); background:white; border-radius:10px; padding:7px; }
.gallery-thumbs button.active { border:2px solid var(--blue); }
.gallery-thumbs img { width:100%; height:100%; object-fit:contain; }
.product-brand-link { color:var(--red); font-weight:900; text-transform:uppercase; letter-spacing:.1em; font-size:11px; }
.product-summary h1 { font-size:clamp(33px,3.6vw,49px); line-height:1.08; letter-spacing:-.04em; margin:12px 0 20px; }
.product-ids { display:flex; gap:12px; flex-wrap:wrap; }
.product-ids > span { background:var(--soft); border:1px solid var(--line); border-radius:10px; padding:10px 13px; min-width:155px; }
.product-ids small, .product-ids strong { display:block; }
.product-ids small { color:var(--muted); font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.product-ids strong { color:var(--blue); margin-top:2px; }
.catalogue-notice { display:flex; gap:11px; background:#fff9ec; border:1px solid #f5dba7; padding:13px; border-radius:12px; margin:20px 0; }
.catalogue-notice > span { flex:0 0 26px; width:26px; height:26px; border-radius:50%; display:grid; place-items:center; background:var(--orange); color:var(--navy); font-weight:900; }
.catalogue-notice p { margin:0; font-size:12px; color:#654615; }
.product-short { color:#44536c; }
.product-short p { margin:0; }
.product-primary-actions { display:flex; gap:10px; margin-top:25px; flex-wrap:wrap; }
.product-secondary-actions { display:flex; gap:20px; margin-top:16px; padding-bottom:22px; border-bottom:1px solid var(--line); }
.product-secondary-actions a, .product-secondary-actions button { border:0; background:transparent; padding:0; color:var(--blue); font-size:12px; font-weight:800; }
.product-assurance { display:grid; gap:11px; margin-top:21px; }
.product-assurance > div { display:flex; align-items:center; gap:11px; }
.product-assurance > div > span { width:28px; height:28px; display:grid; place-items:center; border-radius:8px; background:#e7f9f2; color:var(--green); font-weight:900; }
.product-assurance p { margin:0; }
.product-assurance strong, .product-assurance small { display:block; }
.product-assurance strong { font-size:12px; }
.product-assurance small { color:var(--muted); }
.product-content-layout { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:28px; align-items:start; }
.product-content { display:grid; gap:20px; }
.content-card, .side-card { background:white; border:1px solid var(--line); border-radius:16px; padding:27px; }
.content-card h2, .side-card h2 { margin:0 0 16px; letter-spacing:-.025em; }
.rich-content { color:#3d4b62; }
.rich-content h2, .rich-content h3 { color:var(--ink); margin-top:28px; }
.rich-content a { color:var(--blue); text-decoration:underline; }
.rich-content table { width:100%; border-collapse:collapse; }
.rich-content th, .rich-content td { border:1px solid var(--line); padding:10px; text-align:left; }
.spec-table { border:1px solid var(--line); border-radius:12px; overflow:hidden; }
.spec-table > div { display:grid; grid-template-columns:35% 65%; border-bottom:1px solid var(--line); }
.spec-table > div:last-child { border-bottom:0; }
.spec-table dt, .spec-table dd { margin:0; padding:11px 14px; font-size:12px; }
.spec-table dt { background:var(--soft); font-weight:850; }
.content-disclaimer { color:var(--muted); font-size:10px; margin:14px 0 0; }
.product-side { display:grid; gap:18px; position:sticky; top:105px; }
.side-card p { color:var(--muted); font-size:13px; }
.btn-whatsapp { background:#18a970; color:white; padding:11px 15px; width:100%; margin-bottom:13px; }
.category-mini { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px 0; border-bottom:1px solid var(--line); font-size:12px; font-weight:750; }
.category-mini:last-child { border-bottom:0; }
.category-mini span { color:var(--red); }
.faq-section { max-width:920px; }
.accordion { display:grid; gap:10px; }
.accordion article { border:1px solid var(--line); border-radius:13px; background:white; overflow:hidden; }
.accordion button { width:100%; border:0; background:white; padding:17px 19px; display:flex; align-items:center; justify-content:space-between; gap:20px; text-align:left; font-weight:850; color:var(--ink); }
.accordion button b { color:var(--red); font-size:20px; transition:.2s; }
.accordion button[aria-expanded="true"] b { transform:rotate(45deg); }
.accordion article > div { padding:0 19px 18px; color:#4b5a71; font-size:13px; }
.legal-reference { background:#fff7ed; border-top:1px solid #f5ddbf; border-bottom:1px solid #f5ddbf; padding:22px 0; }
.legal-reference .shell { display:flex; gap:22px; }
.legal-reference strong { color:#864d08; white-space:nowrap; }
.legal-reference p { margin:0; color:#735422; font-size:11px; }
.brand-directory { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }
.brand-directory-card { border:1px solid var(--line); border-radius:14px; padding:15px; display:grid; grid-template-columns:58px 1fr auto; align-items:center; gap:13px; transition:.2s; }
.brand-directory-card:hover { transform:translateY(-2px); box-shadow:var(--shadow-sm); border-color:#aac0df; }
.brand-directory-card > img, .brand-monogram { width:58px; height:48px; object-fit:contain; }
.brand-monogram { display:grid; place-items:center; background:var(--soft-blue); border-radius:11px; color:var(--blue); font-weight:950; }
.brand-directory-card strong, .brand-directory-card small { display:block; }
.brand-directory-card small { color:var(--muted); }
.brand-directory-card > b { color:var(--red); }
.download-notice { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:15px; background:#fff8e8; border:1px solid #f1d69f; border-radius:14px; padding:17px; margin-bottom:25px; }
.download-notice > span { width:38px; height:38px; border-radius:10px; background:var(--orange); display:grid; place-items:center; color:var(--navy); font-weight:950; }
.download-notice p { margin:2px 0 0; color:#725521; font-size:11px; }
.download-notice a { color:#075d42; background:#dff8ef; border:1px solid #b7e8d7; border-radius:8px; padding:9px 12px; font-weight:850; font-size:11px; }
.table-search { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:16px; }
.table-search label { font-weight:850; font-size:12px; }
.table-search > div { display:flex; width:min(100%,450px); }
.table-search input { flex:1; border:1px solid var(--line); border-radius:8px 0 0 8px; padding:10px 12px; outline:0; }
.responsive-table { overflow:auto; border:1px solid var(--line); border-radius:14px; }
table { border-collapse:collapse; }
.file-table { width:100%; min-width:850px; }
.file-table th { text-align:left; background:var(--navy); color:white; padding:13px 15px; font-size:10px; text-transform:uppercase; letter-spacing:.06em; }
.file-table th a:hover { color:#ffb359; }
.file-table td { padding:13px 15px; border-bottom:1px solid var(--line); font-size:12px; }
.file-table tr:last-child td { border-bottom:0; }
.file-table tr:hover td { background:#f8faff; }
.file-table td > a:first-child { display:flex; align-items:center; gap:10px; }
.file-icon { min-width:42px; height:34px; border-radius:7px; display:grid; place-items:center; background:var(--soft-blue); color:var(--blue); font-size:8px; font-weight:950; }
.file-pdf { background:#ffeceb; color:#bd231a; }
.file-xlsx, .file-xls, .file-csv { background:#e7f8f1; color:#08754f; }
.download-link { color:var(--blue); font-weight:850; }
.table-empty { padding:30px; text-align:center; color:var(--muted); }
.table-terms { text-align:center; color:var(--muted); font-size:10px; margin-top:18px; }
.contact-hero .shell { padding-block:55px 65px; }
.contact-hero-grid { display:grid; grid-template-columns:1fr .8fr; gap:50px; align-items:end; }
.contact-quick { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.contact-quick a { background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.17); border-radius:13px; padding:16px; }
.contact-quick a:hover { background:rgba(255,255,255,.16); }
.contact-quick span, .contact-quick strong, .contact-quick small { display:block; }
.contact-quick span { font-size:21px; color:#ffb052; }
.contact-quick strong { margin-top:7px; }
.contact-quick small { color:#c8d6e9; font-size:9px; }
.contact-layout { display:grid; grid-template-columns:1fr .78fr; gap:55px; align-items:start; }
.contact-detail-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.contact-detail-grid article { border:1px solid var(--line); border-radius:14px; padding:19px; }
.contact-detail-grid article > span { color:var(--red); font-weight:950; font-size:11px; }
.contact-detail-grid h3 { margin:8px 0; }
.contact-detail-grid p { color:var(--muted); font-size:12px; margin:0; }
.map-card { margin-top:18px; border:1px solid var(--line); border-radius:16px; overflow:hidden; }
.map-card iframe { display:block; width:100%; height:330px; border:0; }
.map-card > div { display:flex; justify-content:space-between; gap:15px; padding:12px 16px; }
.map-card a { color:var(--blue); font-size:12px; font-weight:850; }
.contact-form-card { border:1px solid var(--line); border-radius:20px; padding:29px; box-shadow:var(--shadow); position:sticky; top:105px; }
.form-kicker { color:var(--red); text-transform:uppercase; letter-spacing:.1em; font-size:10px; font-weight:900; }
.contact-form-card h2 { font-size:31px; margin:7px 0; letter-spacing:-.03em; }
.contact-form-card > p { color:var(--muted); font-size:12px; }
.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:13px; }
.contact-form-card label { display:block; font-size:11px; font-weight:800; margin-top:13px; }
.contact-form-card label b { color:var(--red); }
.contact-form-card input, .contact-form-card textarea, .contact-form-card select { width:100%; border:1px solid #cbd5e3; border-radius:9px; padding:10px 11px; margin-top:6px; outline:0; background:white; }
.contact-form-card input:focus, .contact-form-card textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(11,61,145,.10); }
.contact-form-card textarea { resize:vertical; }
.field-error { color:var(--red); display:block; font-weight:600; }
.honeypot { position:absolute!important; left:-9999px!important; opacity:0!important; }
.captcha-row { display:grid; grid-template-columns:1fr 1fr; gap:17px; align-items:end; }
.captcha-row > div { color:var(--muted); font-size:10px; padding-bottom:11px; }
.consent { display:flex!important; align-items:flex-start; gap:8px; font-weight:500!important; }
.consent input { width:auto; margin-top:4px; }
.consent a { color:var(--blue); text-decoration:underline; }
.form-submit { width:100%; margin-top:16px; }
.form-product-reference { display:flex; gap:12px; padding:11px; background:var(--soft); border-radius:10px; margin-top:14px; }
.form-product-reference img { width:55px; height:52px; object-fit:contain; background:white; border-radius:7px; }
.form-product-reference small, .form-product-reference strong, .form-product-reference span { display:block; }
.form-product-reference small { color:var(--blue); font-size:9px; text-transform:uppercase; }
.form-product-reference strong { font-size:12px; }
.form-product-reference span { color:var(--muted); font-size:10px; }
.contact-data-note { background:var(--soft-blue); border-block:1px solid #cfddf1; padding:19px 0; }
.contact-data-note .shell { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; }
.contact-data-note .shell > span { width:48px; height:38px; display:grid; place-items:center; border-radius:8px; background:var(--blue); color:white; font-size:10px; font-weight:950; }
.contact-data-note p { margin:0; font-size:11px; color:#42516a; }
.contact-data-note a { color:var(--blue); font-weight:850; font-size:11px; }
.prose-layout { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:45px; align-items:start; }
.prose { font-size:15px; }
.prose h2 { font-size:29px; letter-spacing:-.03em; margin-top:35px; }
.prose h3 { font-size:21px; }
.prose li { margin-bottom:7px; }
.prose-side { display:grid; gap:18px; position:sticky; top:105px; }
.translation-note { background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); padding:10px 13px; border-radius:8px; font-size:11px!important; }
.services-hero .shell { padding-block:55px 70px; }
.services-hero-visual { display:flex; flex-wrap:wrap; gap:9px; justify-content:flex-end; max-width:460px; }
.services-hero-visual span { border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.09); border-radius:999px; padding:13px 17px; font-size:11px; font-weight:900; letter-spacing:.09em; }
.service-intro { max-width:940px; margin:auto; font-size:17px; }
.service-card-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.service-card-grid article { background:white; border:1px solid var(--line); border-radius:15px; padding:22px; min-height:220px; }
.service-card-grid article > span { color:var(--orange); font-weight:950; }
.service-card-grid h3 { margin:13px 0 8px; }
.service-card-grid p { color:var(--muted); font-size:12px; }
.export-section { background:var(--navy); color:white; }
.export-layout { display:grid; grid-template-columns:1fr .9fr; gap:55px; align-items:center; }
.export-layout h2 { font-size:42px; line-height:1.1; letter-spacing:-.04em; margin:15px 0; }
.export-layout p { color:#bdcde4; }
.market-cloud { display:flex; flex-wrap:wrap; gap:10px; align-content:center; }
.market-cloud span { padding:11px 14px; border:1px solid rgba(255,255,255,.17); background:rgba(255,255,255,.08); border-radius:999px; }
.faq-product-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.faq-product-grid > a { display:grid; grid-template-columns:50px 1fr auto; align-items:center; gap:13px; border:1px solid var(--line); border-radius:14px; padding:15px; transition:.2s; }
.faq-product-grid > a:hover { transform:translateY(-2px); box-shadow:var(--shadow-sm); }
.faq-product-grid > a > span { width:50px; height:50px; border-radius:11px; display:grid; place-items:center; background:var(--soft-blue); color:var(--blue); font-weight:950; }
.faq-product-grid small, .faq-product-grid strong, .faq-product-grid em { display:block; }
.faq-product-grid small { color:var(--blue); font-size:9px; font-weight:850; }
.faq-product-grid strong { font-size:13px; }
.faq-product-grid em { color:var(--muted); font-size:10px; font-style:normal; }
.faq-product-grid b { color:var(--red); }
.hero-inline-actions { display:flex; gap:10px; margin-top:25px; }
.hero-inline-link { display:inline-block; margin-top:18px; color:#ffd18a; font-weight:800; }
.faq-page-layout { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:30px; align-items:start; }
.faq-page-layout aside { display:grid; gap:17px; position:sticky; top:105px; }
.legal-mini { background:#fff7e8; border:1px solid #eed4a6; padding:13px; border-radius:11px; color:#72521f; font-size:10px; }
.error-page { min-height:650px; display:grid; align-items:center; background:linear-gradient(145deg,var(--soft),white); }
.error-layout { display:grid; grid-template-columns:1fr .8fr; align-items:center; gap:45px; padding-block:80px; }
.error-code { color:var(--red); font-size:13px; font-weight:950; letter-spacing:.2em; }
.error-layout h1 { font-size:clamp(40px,5vw,64px); line-height:1.05; letter-spacing:-.045em; margin:13px 0; }
.error-layout > div > p { color:var(--muted); max-width:650px; }
.error-actions { display:flex; gap:10px; }
.error-visual { display:flex; align-items:center; justify-content:center; gap:13px; font-size:120px; font-weight:950; color:var(--blue); }
.error-visual span { color:var(--orange); font-size:70px; }
.floating-actions { position:fixed; right:20px; bottom:24px; z-index:90; display:grid; gap:10px; justify-items:end; }
.floating-wa, .floating-basket { width:54px; height:54px; border-radius:50%; border:0; color:white; display:grid; place-items:center; box-shadow:0 13px 30px rgba(7,27,58,.25); position:relative; font-size:21px; }
.floating-wa { background:#17a96f; }
.floating-basket { background:var(--blue); }
.floating-basket b { position:absolute; top:-4px; right:-3px; min-width:19px; height:19px; padding:0 4px; border-radius:999px; display:grid; place-items:center; background:var(--red); color:white; font-size:9px; }
.wa-card { width:270px; background:white; color:var(--ink); border:1px solid var(--line); border-radius:16px; padding:19px; box-shadow:var(--shadow); position:relative; }
.wa-card strong { display:block; color:#08754f; }
.wa-card p { color:var(--muted); font-size:12px; }
.wa-card a { display:block; background:#17a96f; color:white; padding:10px; text-align:center; border-radius:8px; font-weight:850; font-size:12px; }
.wa-close { position:absolute; right:7px; top:5px; border:0; background:transparent; font-size:20px; }
.drawer-backdrop { position:fixed; inset:0; background:rgba(4,16,36,.55); z-index:95; backdrop-filter:blur(3px); }
.basket-drawer { position:fixed; right:0; top:0; bottom:0; width:min(430px,94vw); z-index:100; background:white; transform:translateX(102%); transition:.3s; display:flex; flex-direction:column; box-shadow:-20px 0 55px rgba(7,27,58,.25); }
.basket-drawer.open { transform:none; }
.drawer-head { display:flex; align-items:center; justify-content:space-between; padding:20px; border-bottom:1px solid var(--line); }
.drawer-head h2 { margin:0; }
.drawer-head button { border:0; background:var(--soft); width:37px; height:37px; border-radius:9px; font-size:22px; }
.drawer-items { padding:16px; overflow:auto; flex:1; }
.drawer-item { display:grid; grid-template-columns:60px 1fr auto; gap:10px; padding:10px 0; border-bottom:1px solid var(--line); }
.drawer-item img { width:60px; height:55px; object-fit:contain; background:var(--soft); border-radius:8px; }
.drawer-item strong, .drawer-item small { display:block; }
.drawer-item strong { font-size:12px; line-height:1.35; }
.drawer-item small { color:var(--blue); }
.drawer-item button { border:0; background:transparent; color:var(--red); }
.drawer-empty { text-align:center; color:var(--muted); padding:45px 12px; }
.drawer-actions { padding:16px; border-top:1px solid var(--line); display:grid; grid-template-columns:auto 1fr; gap:8px; }
.cookie-banner { position:fixed; left:20px; bottom:20px; z-index:110; width:min(700px,calc(100% - 40px)); background:white; border:1px solid var(--line); box-shadow:var(--shadow); border-radius:16px; padding:17px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.cookie-banner p { margin:2px 0 0; color:var(--muted); font-size:11px; }
.cookie-banner > div:last-child { display:flex; gap:8px; flex-shrink:0; }
.back-to-top { position:fixed; right:25px; bottom:152px; z-index:40; width:38px; height:38px; border:1px solid var(--line); background:white; color:var(--blue); border-radius:10px; opacity:0; pointer-events:none; transition:.2s; box-shadow:var(--shadow-sm); }
.back-to-top.visible { opacity:1; pointer-events:auto; }
.rtl { direction:rtl; }
.rtl .language-menu { left:0; right:auto; }
.rtl .main-nav .nav-cta { margin-right:6px; margin-left:0; }
.rtl .brand-pill { right:12px; left:auto; }
.rtl .catalogue-search { direction:rtl; }
.rtl .catalogue-search button, .rtl .large-search button { border-radius:8px 0 0 8px; }
.rtl .catalogue-search > div, .rtl .large-search { padding-left:0; padding-right:18px; }
.rtl .floating-actions { left:20px; right:auto; }
.rtl .basket-drawer { left:0; right:auto; transform:translateX(-102%); }
.rtl .basket-drawer.open { transform:none; }
@media (max-width:1120px) {
  .main-nav a { padding-inline:8px; font-size:12px; }
  .hero-inner { gap:30px; }
  .hero-product-stack { width:390px; }
  .category-grid { grid-template-columns:repeat(3,1fr); }
  .product-grid-four { grid-template-columns:repeat(3,1fr); }
  .brand-marquee { grid-template-columns:repeat(4,1fr); }
  .footer-grid { grid-template-columns:repeat(3,1fr); }
  .service-card-grid { grid-template-columns:repeat(3,1fr); }
}
@media (max-width:900px) {
  .top-detail { display:none; }
  .nav-toggle { display:block; }
  .main-nav { position:absolute; left:20px; right:20px; top:75px; background:white; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow); padding:10px; display:none; flex-direction:column; align-items:stretch; }
  .main-nav.open { display:flex; }
  .main-nav a { padding:11px 13px; }
  .main-nav .nav-cta { margin:0; }
  .hero-inner { grid-template-columns:1fr; padding-top:60px; }
  .hero-stage { min-height:500px; }
  .hero { min-height:auto; }
  .trust-grid { grid-template-columns:repeat(2,1fr); padding-block:14px; }
  .trust-grid > div:nth-child(2) { border-right:0; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .capability-layout, .product-detail-grid, .contact-layout, .contact-hero-grid, .export-layout { grid-template-columns:1fr; }
  .product-gallery { max-width:720px; margin:auto; }
  .product-content-layout, .prose-layout, .faq-page-layout { grid-template-columns:1fr; }
  .product-side, .prose-side, .faq-page-layout aside, .contact-form-card { position:static; }
  .brand-directory { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
  .footer-bottom { padding-block:20px; align-items:flex-start; flex-direction:column; }
  .footer-links { justify-content:flex-start; }
  .service-card-grid { grid-template-columns:repeat(2,1fr); }
  .contact-form-card { order:-1; }
  .services-hero-visual { justify-content:flex-start; }
}
@media (max-width:680px) {
  .shell { width:min(calc(100% - 26px),var(--shell)); }
  .topbar-inner { min-height:42px; }
  .topbar-left { gap:8px; }
  .top-contact { display:none; }
  .language-button { padding-inline:8px; max-width:130px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .brand img { width:184px; }
  .nav-shell { height:70px; }
  .global-search button { padding-inline:12px; }
  .hero-inner { padding-block:48px 40px; }
  .hero h1 { font-size:43px; }
  .hero-copy > p { font-size:15px; }
  .hero-proof { gap:16px; }
  .hero-stage { min-height:430px; }
  .hero-product-stack { width:100%; max-width:385px; height:420px; }
  .hero-product > img { height:225px; }
  .orbit-one { width:370px; height:370px; }
  .orbit-two { width:280px; height:280px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid > div { border-right:0; border-bottom:1px solid var(--line); padding:8px 0; }
  .trust-grid > div:last-child { border-bottom:0; }
  .section { padding:61px 0; }
  .split-heading, .page-hero-row, .cta-band-inner, .table-search, .download-notice, .contact-data-note .shell { align-items:flex-start; flex-direction:column; display:flex; }
  .stats-grid, .category-grid, .product-grid-four, .brand-marquee, .capability-grid, .brand-directory, .service-card-grid, .faq-product-grid, .contact-detail-grid { grid-template-columns:1fr; }
  .category-card { min-height:85px; }
  .product-grid-four { gap:13px; }
  .product-card { display:grid; grid-template-columns:115px 1fr; }
  .product-image-wrap { height:100%; min-height:180px; padding:10px; }
  .brand-pill { display:none; }
  .product-card-body { padding:13px; }
  .product-actions { grid-template-columns:1fr; }
  .product-image-wrap img { max-height:160px; }
  .capability-layout { gap:35px; }
  .cta-band h2 { font-size:24px; }
  .footer-grid { grid-template-columns:1fr; gap:25px; }
  .compact-page-hero .shell { padding-block:40px 48px; }
  .page-hero h1 { font-size:39px; }
  .catalogue-counter { width:100%; }
  .results-toolbar { align-items:stretch; flex-direction:column; }
  .results-toolbar form, .results-toolbar input { width:100%; min-width:0; }
  .large-search { grid-template-columns:auto 1fr; padding:10px 10px 10px 15px; }
  .large-search button { grid-column:1/-1; min-height:44px; border-radius:8px; }
  .search-explainer { align-items:flex-start; flex-direction:column; }
  .product-detail-section { padding-top:30px; }
  .product-detail-grid { gap:30px; }
  .product-main-image { height:390px; padding:20px; }
  .product-summary h1 { font-size:34px; }
  .product-primary-actions > * { width:100%; }
  .product-secondary-actions { flex-direction:column; gap:10px; }
  .spec-table > div { grid-template-columns:1fr; }
  .spec-table dt { border-bottom:1px solid var(--line); }
  .legal-reference .shell { flex-direction:column; gap:7px; }
  .download-notice > a { align-self:stretch; text-align:center; }
  .table-search > div { width:100%; }
  .contact-quick { grid-template-columns:1fr; }
  .form-grid, .captcha-row { grid-template-columns:1fr; }
  .contact-form-card { padding:20px; }
  .map-card iframe { height:260px; }
  .export-layout h2 { font-size:34px; }
  .error-layout { grid-template-columns:1fr; }
  .error-visual { font-size:70px; order:-1; }
  .cookie-banner { flex-direction:column; align-items:stretch; }
  .cookie-banner > div:last-child { display:grid; grid-template-columns:1fr 1fr; }
  .floating-actions { right:13px; bottom:13px; }
  .back-to-top { display:none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}
@media print {
  .topbar,.site-header,.global-search-wrap,.site-footer,.floating-actions,.cookie-banner,.back-to-top,.product-primary-actions,.product-secondary-actions { display:none!important; }
  .section { padding:20px 0; }
  body { color:#000; }
}

/* Bizgram v1.1 accessibility, cookie and mobile hardening. */
[hidden] { display: none !important; }
html, body { max-width: 100%; }
body { overflow-x: hidden; overflow-wrap: anywhere; }
.nav-shell { position: relative; }
.cookie-banner[hidden] { display: none !important; }
.cookie-banner a { color: var(--blue); text-decoration: underline; font-weight: 750; }
.cookie-banner button { min-height: 44px; }
.search-suggestions { max-height: min(520px, 70vh); overflow-y: auto; overscroll-behavior: contain; }
.brand img, .footer-logo, .admin-brand img { object-fit: contain; }

@media (max-width: 900px) {
  .main-nav { max-height: calc(100vh - 135px); overflow-y: auto; overscroll-behavior: contain; }
  .main-nav a { min-height: 44px; display: flex; align-items: center; }
  .contact-data-note .shell { display: grid; grid-template-columns: auto 1fr; align-items: start; }
  .contact-data-note .shell > a { grid-column: 2; justify-self: start; min-height: 44px; display: inline-flex; align-items: center; }
  .map-card > div { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  button, .btn-primary, .btn-outline, .btn-light, .btn-ghost, .btn-ghost-light, .btn-secondary, .btn-whatsapp, .btn-view, .btn-query, .download-link { min-height: 44px; }
  input, select, textarea { font-size: 16px; }
  .responsive-table { overflow: visible; border: 0; border-radius: 0; }
  .file-table { display: block; min-width: 0; width: 100%; }
  .file-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .file-table tbody { display: grid; gap: 13px; }
  .file-table tr { display: block; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
  .file-table td { display: grid; grid-template-columns: minmax(92px, 34%) minmax(0, 1fr); align-items: start; gap: 12px; width: 100%; padding: 11px 14px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .file-table td::before { content: attr(data-label); color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
  .file-table td > a:first-child { min-width: 0; align-items: flex-start; }
  .file-table td > a strong { min-width: 0; overflow-wrap: anywhere; }
  .file-table td:last-child { border-bottom: 0; }
  .file-table tr:hover td { background: #fff; }
  .file-table tr.is-empty td { display: block; padding: 0; }
  .file-table tr.is-empty td::before { content: none; }
  .download-link { display: inline-flex; align-items: center; justify-content: center; width: 100%; padding: 8px 12px; border-radius: 8px; background: var(--blue); color: #fff; }
  .table-search { align-items: stretch; }
  .table-search > div { width: 100%; }
  .table-search input { min-width: 0; }
  .pagination { flex-wrap: wrap; }
}

@media (max-width: 680px) {
  .site-header { top: 0; }
  .topbar-inner { gap: 8px; }
  .topbar-left { min-width: 0; }
  .email-image { width: 128px; }
  .language-switcher { margin-left: auto; }
  .language-menu { position: fixed; top: 42px; right: 13px; left: 13px; width: auto; max-height: calc(100vh - 58px); overflow-y: auto; border-radius: 12px; }
  .main-nav { left: 13px; right: 13px; top: 69px; }
  .global-search { min-height: 58px; }
  .global-search button { min-height: 42px; padding-inline: 14px; }
  .search-suggestions { top: 57px; left: -1px; right: -1px; }
  .search-suggestions a { grid-template-columns: 42px minmax(0, 1fr) auto; }
  .search-suggestions strong { overflow-wrap: anywhere; }
  .hero-actions > *, .hero-inline-actions > * { flex: 1 1 100%; }
  .product-card { grid-template-columns: 105px minmax(0, 1fr); }
  .product-card-body { min-width: 0; }
  .product-card h3, .product-card p { overflow-wrap: anywhere; }
  .contact-data-note .shell { grid-template-columns: 1fr; }
  .contact-data-note .shell > span { width: 48px; }
  .contact-data-note .shell > a { grid-column: auto; }
  .contact-form-card input, .contact-form-card textarea, .contact-form-card select { font-size: 16px; min-height: 46px; }
  .contact-form-card textarea { min-height: 140px; }
  .map-card iframe { min-height: 260px; }
  .cookie-banner { left: max(13px, env(safe-area-inset-left)); right: max(13px, env(safe-area-inset-right)); bottom: max(13px, env(safe-area-inset-bottom)); width: auto; max-height: calc(100vh - 26px); overflow-y: auto; padding: 16px; gap: 14px; }
  .cookie-banner p { font-size: 12px; line-height: 1.55; }
  .floating-actions { right: max(13px, env(safe-area-inset-right)); bottom: max(13px, env(safe-area-inset-bottom)); }
  .basket-drawer { width: min(100%, 430px); padding-bottom: env(safe-area-inset-bottom); }
}

@media (max-width: 480px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .brand img { width: min(176px, 52vw); max-height: 52px; }
  .nav-shell { height: 66px; gap: 10px; }
  .nav-toggle { flex: 0 0 44px; }
  .main-nav { top: 65px; }
  .hero h1, .page-hero h1 { font-size: clamp(32px, 10.5vw, 42px); }
  .hero-stage { min-height: 365px; }
  .hero-product-stack { height: 360px; }
  .hero-product > img { height: 190px; }
  .product-card { grid-template-columns: 92px minmax(0, 1fr); }
  .product-image-wrap { min-height: 155px; }
  .product-image-wrap img { max-height: 135px; }
  .file-table td { grid-template-columns: 1fr; gap: 5px; }
  .file-table td::before { margin-bottom: 1px; }
  .table-search > div { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .table-search input, .table-search button { border-radius: 8px; min-height: 46px; }
  .download-notice { padding: 14px; }
  .download-notice > span { width: 34px; height: 34px; }
  .cookie-banner > div:last-child { grid-template-columns: 1fr; }
  .cookie-banner > div:last-child button { width: 100%; }
  .drawer-actions { grid-template-columns: 1fr; }
  .footer-bottom, .footer-links { width: 100%; }
  .footer-links { gap: 10px 16px; }
}

@media (max-width: 360px) {
  .email-image { width: 112px; }
  .language-button { max-width: 112px; font-size: 11px; }
  .brand img { width: 154px; }
  .global-search .search-icon { display: none; }
  .product-card { display: block; }
  .product-image-wrap { min-height: 180px; }
}
