:root {
  --blue: #174f86;
  --blue-dark: #092f57;
  --navy: #061f3c;
  --ink: #111827;
  --muted: #667085;
  --line: #e5e7eb;
  --soft: #f5f7fa;
  --orange: #da7416;
  --gold: #f2b01f;
  --warm: #fff8ee;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: var(--ink); background: #f7f9fc; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 18px; }
.site-header { background: #fff; border-bottom: 1px solid rgba(9, 47, 87, .12); position: sticky; top: 0; z-index: 30; box-shadow: 0 12px 28px rgba(6, 31, 60, .07); }
.site-header::before { content: ""; display: block; height: 5px; background: linear-gradient(90deg, var(--gold), var(--orange)); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 270px 1fr; align-items: center; gap: 24px; }
.brand img { width: 230px; height: auto; }
.brand span { font-weight: 800; color: var(--blue); font-size: 24px; }
.main-nav { display: flex; justify-content: flex-end; align-items: center; gap: 12px; font-size: 13px; font-weight: 900; letter-spacing: 0; color: #202020; }
.main-nav a { padding: 11px 15px; border-radius: 999px; color: var(--blue-dark); }
.main-nav a:hover { color: #fff; background: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border-radius: 4px; font-size: 24px; align-items: center; justify-content: center; }
.contact-strip { background: var(--navy); color: #fff; font-size: 13px; }
.contact-inner { min-height: 34px; display: flex; justify-content: flex-end; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero { background: #fff; border-bottom: 1px solid var(--line); padding: 30px 0 24px; }
.hero h1 { margin: 0 0 16px; font-size: 30px; color: var(--blue); font-weight: 800; }
.products-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 20%, rgba(242, 176, 31, .2), transparent 28%), linear-gradient(135deg, #062142 0%, #174f86 62%, #f0a01a 180%); border-bottom: 0; padding: 52px 0 30px; color: #fff; }
.products-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--gold), var(--orange)); }
.products-hero.compact { padding: 32px 0 24px; }
.products-hero .wrap { position: relative; z-index: 1; }
.products-hero h1 { margin: 0 0 14px; font-size: clamp(34px, 5vw, 58px); line-height: 1.02; color: #fff; font-weight: 900; max-width: 850px; }
.products-hero.compact h1 { font-size: clamp(28px, 4vw, 44px); }
.hero-copy { max-width: 790px; margin-bottom: 24px; }
.hero-copy p { margin: 0; max-width: 760px; color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.6; font-weight: 600; }
.hero-eyebrow { display: inline-flex; width: fit-content; margin-bottom: 13px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.12); color: #ffe2a3; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.solution-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.solution-cards span { min-height: 82px; display: grid; align-content: center; gap: 4px; padding: 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(6px); }
.solution-cards strong { color: #ffd06b; font-size: 15px; font-weight: 900; text-transform: uppercase; }
.solution-cards small { color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.35; font-weight: 600; }
.search-form { display: grid; grid-template-columns: 1fr 200px 130px; gap: 10px; }
.catalog-search { grid-template-columns: 1fr 190px 210px 210px 110px 100px; }
.category-search { grid-template-columns: minmax(260px, 1fr) 220px 120px; max-width: 780px; }
input, select, textarea { width: 100%; border: 1px solid #d7e0ea; border-radius: 6px; padding: 11px 12px; font: inherit; background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(242, 176, 31, .22); border-color: var(--gold); }
button, .btn { border: 0; border-radius: 6px; padding: 12px 16px; font-weight: 900; background: var(--orange); color: #fff; cursor: pointer; display: inline-block; text-align: center; }
button:hover, .btn:hover { background: #c76712; color: #fff; }
.btn.secondary { background: rgba(255,255,255,.88); color: var(--blue-dark); border: 1px solid rgba(255,255,255,.55); }
.btn.secondary:hover { background: #fff; color: var(--orange); }
.products-hero .search-form { padding: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.13); box-shadow: 0 22px 48px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.btn.whatsapp { background: #25d366; color: #fff; }
.btn.whatsapp:hover { background: #1fb85a; }
.header-whatsapp, .footer-whatsapp, .contact-whatsapp-link { border: 0; padding: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.header-whatsapp { color: #fff; }
.header-whatsapp span, .whatsapp-intent-icon { display: inline-grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-size: 13px; font-weight: 900; text-shadow: none; }
.footer-whatsapp { color: inherit; text-align: left; }
.contact-whatsapp-link { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.whatsapp-modal-open { overflow: hidden; }
.whatsapp-intent-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(6,31,60,.62); }
.whatsapp-intent-modal[hidden] { display: none; }
.whatsapp-intent-card { position: relative; width: min(100%, 430px); padding: 30px; border-radius: 14px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.whatsapp-intent-card h2 { margin: 8px 0 8px; color: var(--blue); font-size: 26px; }
.whatsapp-intent-card p { margin: 0 0 18px; color: #4f5d6f; line-height: 1.5; }
.whatsapp-intent-card form { display: grid; gap: 14px; }
.whatsapp-intent-card label { display: grid; gap: 7px; color: var(--blue); font-weight: 800; }
.whatsapp-intent-card input { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 7px; font: inherit; }
.whatsapp-intent-icon { width: 38px; height: 38px; font-size: 22px; }
.whatsapp-intent-close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; color: #4f5d6f; font-size: 30px; line-height: 1; cursor: pointer; }
.whatsapp-intent-submit { background: #25d366; color: #fff; }
.whatsapp-intent-submit:hover { background: #1fb85a; color: #fff; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; padding: 32px 0 48px; }
.card { border: 1px solid var(--line); border-radius: 6px; background: #fff; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.card-img { aspect-ratio: 4 / 3; background: #fff; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--line); }
.card-img img { max-width: 92%; max-height: 92%; object-fit: contain; }
.card-body { padding: 16px; display: grid; gap: 8px; }
.card-body h2 { margin: 0; font-size: 18px; line-height: 1.3; color: var(--blue); }
.card-body p { margin: 0; color: var(--muted); line-height: 1.45; }
.badge { color: var(--orange); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.sku, .meta { color: var(--muted); font-size: 14px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 8px 0 4px; }
.tag-list span { display: inline-flex; align-items: center; min-height: 26px; border-radius: 999px; background: #e8eef5; color: var(--blue); padding: 4px 10px; font-size: 12px; font-weight: 800; }
.tag-list.compact { margin: 0; gap: 5px; }
.tag-list.compact span { min-height: 22px; padding: 3px 8px; font-size: 11px; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; padding: 34px 18px 56px; }
.category-grid-panel { padding: 0; align-self: start; }
.category-card { border: 1px solid #dbe4ee; border-radius: 8px; background: #fff; overflow: hidden; display: grid; grid-template-rows: 210px auto; min-height: 100%; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; box-shadow: 0 12px 28px rgba(6, 31, 60, .06); }
.category-card:hover { transform: translateY(-3px); border-color: rgba(218, 116, 22, .45); box-shadow: 0 20px 42px rgba(6, 31, 60, .14); }
.category-image { background: linear-gradient(180deg, #fff, #f2f6fb); display: flex; align-items: center; justify-content: center; min-height: 210px; }
.category-image img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.category-placeholder { width: 76px; height: 76px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 34px; font-weight: 800; }
.category-content { padding: 18px; display: grid; gap: 8px; border-top: 4px solid var(--gold); }
.category-content strong { color: var(--blue); font-size: 20px; line-height: 1.25; }
.category-content small { color: var(--muted); font-size: 14px; }
.catalog-layout { max-width: 1768px; display: grid; grid-template-columns: 300px 1fr; gap: 28px; padding: 24px 18px 54px; font-family: Arial, Helvetica, sans-serif; }
.catalog-layout.sidebar-collapsed { grid-template-columns: 180px minmax(0, 1fr); }
.catalog-sidebar-shell { display: grid; gap: 10px; align-self: start; }
.catalog-sidebar { border: 1px solid #dbe4ee; border-radius: 8px; padding: 18px; align-self: start; position: sticky; top: 145px; background: #fff; box-shadow: 0 12px 28px rgba(6, 31, 60, .06); }
.sidebar-toggle { width: 100%; min-height: 42px; border-radius: 8px; background: #e8eef5; color: var(--blue); font-size: 14px; font-weight: 900; }
.sidebar-toggle:hover { background: var(--blue); color: #fff; }
.sidebar-collapsed .catalog-sidebar-shell { max-width: 180px; }
.catalog-sidebar h2 { margin: 0 0 14px; color: var(--blue); font-size: 24px; line-height: 1.1; font-weight: 800; }
.sidebar-section-gap { height: 20px; }
.sidebar-section-gap + h2 { margin-top: 0; }
.sidebar-link { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding: 8px 0; border-bottom: 1px solid #dfe4eb; font-size: 16px; line-height: 1.15; font-weight: 800; color: #050b14; }
.sidebar-link span { color: #5f6f89; font-weight: 400; font-size: 15px; }
.sidebar-link.active { margin: 0 -8px; padding: 9px 8px; border-radius: 5px; background: var(--blue); color: #fff; border-bottom-color: var(--blue); }
.sidebar-link.active span { color: #fff; }
.sidebar-link.active::before { content: ""; width: 4px; align-self: stretch; background: var(--orange); border-radius: 999px; margin-right: 1px; }
.sidebar-sublink { margin: 4px 0 4px 18px; padding: 7px 10px 7px 14px; border-left: 2px solid #dfe4eb; border-bottom: 0; border-radius: 4px; background: #f5f8fb; color: #315071; font-size: 14px; font-weight: 700; }
.sidebar-sublink span { color: #6c7d94; font-size: 14px; }
.sidebar-sublink:hover { background: #eef4fa; color: var(--blue); }
.sidebar-sublink.active { margin: 4px 0 4px 18px; padding: 7px 10px 7px 14px; background: #e6f0fa; color: var(--blue); border-left-color: var(--orange); box-shadow: inset 0 0 0 1px rgba(28, 88, 141, 0.16); }
.sidebar-sublink.active span { color: var(--blue); font-weight: 700; }
.sidebar-sublink.active::before { content: ""; width: 6px; height: 6px; align-self: center; background: var(--orange); border-radius: 999px; margin-right: 0; }
.sidebar-subheading { margin: 10px 0 4px 18px; color: #60768d; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.sidebar-subheading-nested { margin-left: 34px; }
.sidebar-sublevel2 { margin-left: 34px; background: #f8fafc; font-size: 13px; }
.sidebar-sublevel2.active { margin-left: 34px; }
.catalog-results { display: grid; gap: 20px; align-items: start; grid-auto-rows: max-content; font-family: Arial, Helvetica, sans-serif; }
.catalog-summary { color: #5f6f89; border-bottom: 1px solid #dfe4eb; padding-bottom: 14px; font-size: 25px; line-height: 1.2; }
.subcategory-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 10px; }
.subcategory-card { border: 1px solid #dbe4ee; border-radius: 8px; min-height: 128px; padding: 12px; display: grid; grid-template-columns: 96px 1fr; gap: 12px; align-items: center; background: #fff; box-shadow: 0 10px 24px rgba(6, 31, 60, .06); transition: transform .18s ease, border-color .18s ease; }
.subcategory-card:hover { transform: translateY(-2px); border-color: rgba(218, 116, 22, .45); }
.subcategory-card img { width: 96px; height: 96px; object-fit: contain; background: var(--soft); border-radius: 4px; }
.subcategory-card span { color: var(--blue); font-weight: 800; line-height: 1.25; }
.subcategory-card small { color: var(--muted); display: block; margin-top: 4px; }
.category-separator { align-self: start; min-height: 0; height: auto; margin: 28px 0 6px; padding: 13px 18px; background: linear-gradient(90deg, var(--blue-dark), var(--blue)); color: #fff; border-radius: 8px; font-size: 24px; line-height: 1.25; font-weight: 900; border-left: 6px solid var(--gold); }
.product-list-card.card { display: grid; grid-template-columns: 290px minmax(0, 1fr); min-height: 236px; height: auto; align-items: stretch; border: 1px solid #dbe4ee; border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 12px 28px rgba(6, 31, 60, .07); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.product-list-card.card:hover { transform: translateY(-2px); border-color: rgba(23, 79, 134, .28); box-shadow: 0 20px 42px rgba(6, 31, 60, .13); }
.product-list-card .card-img { width: 100%; height: 234px; min-height: 0; align-self: center; aspect-ratio: auto; border-bottom: 0; border-right: 1px solid #dfe4eb; background: linear-gradient(180deg, #fff, #f7f9fc); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-list-card .card-img img { display: block; width: auto; height: auto; max-width: 86%; max-height: 86%; object-fit: contain; }
.product-list-card .card-body { padding: 26px 24px; display: grid; align-content: center; gap: 16px; }
.product-list-card .badge { display: block; width: fit-content; padding: 7px 10px; border-radius: 999px; background: var(--warm); color: var(--orange); font-size: 15px; line-height: 1; font-weight: 900; text-transform: uppercase; }
.product-list-card .card-body h2 { margin: 0; font-size: 29px; line-height: 1.2; color: var(--blue); font-weight: 800; }
.product-list-card .sku { color: #5f6f89; font-size: 22px; line-height: 1.2; }
.product-list-card .card-body p { margin: 0; color: #5f6f89; font-size: 25px; line-height: 1.35; }
.product-page { max-width: 1380px; padding: 30px 24px 86px; }
.product-crumbs { margin-bottom: 18px; }
.product-search-row { margin: -6px 0 20px; }
.product-context-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 44px; align-items: start; position: relative; }
.product-context-layout.sidebar-collapsed { grid-template-columns: minmax(0, 1fr); }
.product-context-layout.sidebar-collapsed .catalog-sidebar-shell { position: static; width: min(220px, 70vw); z-index: 6; max-width: none; margin-bottom: 18px; }
.product-context-layout.sidebar-collapsed .sidebar-toggle { box-shadow: 0 14px 32px rgba(6, 31, 60, .16); }
.product-context-layout.sidebar-collapsed .product-showcase { grid-column: 1; }
.product-location-sidebar { font-family: Arial, Helvetica, sans-serif; position: sticky; top: 145px; }
.product-showcase { display: grid; grid-template-columns: minmax(360px, 48%) minmax(0, 1fr); gap: 74px; padding: 0; align-items: start; }
.product-media-panel { display: grid; gap: 18px; }
.product-media { height: 540px; min-height: 540px; display: flex; align-items: center; justify-content: center; background: #fff; border: 0; border-radius: 0; padding: 0; position: relative; overflow: hidden; }
.product-main-image { width: 100%; height: 100%; max-height: none; object-fit: contain; transform: scale(1); transition: transform .28s ease; }
.product-media:hover .product-main-image { transform: scale(2.6); }
.product-image-empty { min-height: 300px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-weight: 700; }
.product-gallery { width: 100%; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.product-gallery a { flex: 0 0 76px; width: 76px; height: 76px; border: 2px solid transparent; border-radius: 6px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 4px; opacity: .72; transition: opacity .18s ease, transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.product-gallery a:hover, .product-gallery a.active { opacity: 1; transform: translateY(-2px); border-color: var(--orange); box-shadow: 0 10px 22px rgba(6, 31, 60, .12); }
.product-gallery img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-info { padding-top: 0; }
.product-title-row { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
.product-info h1 { margin: 0; font-size: 42px; line-height: 1.12; color: #06497f; font-weight: 600; letter-spacing: 0; }
.product-pdf-link { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 46px; height: 52px; color: var(--orange); font-size: 0; font-weight: 800; text-transform: uppercase; }
.product-pdf-link:hover { color: #c96713; transform: translateY(-1px); }
.product-pdf-icon { display: inline-flex; align-items: flex-end; justify-content: center; width: 38px; height: 46px; padding-bottom: 7px; border-radius: 4px; background: var(--orange); color: #fff; font-size: 11px; line-height: 1; font-weight: 900; position: relative; box-shadow: 0 8px 18px rgba(218, 116, 22, .22); }
.product-pdf-icon::before { content: ""; position: absolute; left: 7px; right: 7px; top: 11px; height: 3px; background: rgba(255,255,255,.88); box-shadow: 0 7px 0 rgba(255,255,255,.78), 0 14px 0 rgba(255,255,255,.68); }
.product-pdf-icon::after { content: ""; position: absolute; right: 0; top: 0; border-top: 11px solid #fff; border-left: 11px solid rgba(0,0,0,.18); }
.product-sku { color: #4f5d6f; font-size: 26px; line-height: 1.25; margin-bottom: 58px; font-weight: 700; }
.product-sku span { color: var(--orange); font-weight: 800; }
.product-sku strong { color: #4f5d6f; font-weight: 700; }
.product-description-block h2 { margin: 0 0 26px; color: var(--orange); font-size: 31px; line-height: 1.15; font-weight: 800; letter-spacing: 0; }
.product-description { color: #4f5d6f; font-size: 27px; line-height: 1.55; margin: 0 0 20px; font-weight: 600; }
.product-description p { margin: 0 0 14px; }
.product-description h2 { margin: 22px 0 12px; color: var(--orange); font-size: 31px; line-height: 1.15; font-weight: 800; }
.product-description h3 { margin: 18px 0 10px; color: var(--blue); font-size: 24px; line-height: 1.2; font-weight: 800; }
.product-description ul { margin: 0 0 18px; padding-left: 24px; display: grid; gap: 7px; }
.product-description li { color: #4f5d6f; }
.product-description a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.product-description-line { margin: 22px 0 0; color: #4f5d6f; font-size: 21px; line-height: 1.45; font-weight: 600; }
.product-description-line strong { color: var(--orange); font-weight: 800; text-transform: uppercase; }
.product-description-specs { display: grid; gap: 7px; margin-top: 12px; }
.product-description-specs p { margin: 0; color: #4f5d6f; font-size: 21px; line-height: 1.45; font-weight: 500; }
.product-description-specs strong { color: var(--orange); font-weight: 800; text-transform: uppercase; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.crumbs a { color: var(--blue); }
.crumbs a:hover { color: var(--orange); }
.crumbs a::after, .crumbs span::after { content: "/"; margin-left: 8px; color: #b5bdc8; }
.crumbs span:last-child::after { content: ""; margin: 0; }
.product-contact-box { margin-top: 52px; display: grid; gap: 18px; justify-items: start; }
.product-action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.product-contact-toggle { background: var(--orange); color: #fff; border-radius: 999px; padding: 18px 36px; font-size: 25px; line-height: 1.1; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.product-contact-toggle:hover { background: #c96713; color: #fff; }
.product-contact-form { margin: 0; padding: 24px; border: 1px solid #dfe4eb; border-radius: 8px; background: #fff; font-family: 'Montserrat', Arial, Helvetica, sans-serif; }
.product-contact-form[hidden] { display: none; }
.product-contact-form h2 { margin: 0 0 18px; color: var(--orange); font-size: 24px; font-weight: 800; text-transform: uppercase; }
.product-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.product-contact-form label { display: grid; gap: 7px; color: #4f5d6f; font-size: 14px; font-weight: 700; }
.product-contact-form input { min-height: 44px; border: 1px solid #d9e1ea; border-radius: 5px; padding: 10px 12px; }
.product-contact-submit { margin-top: 16px; background: var(--orange); color: #fff; border-radius: 999px; padding: 13px 22px; font-size: 17px; font-weight: 800; text-transform: uppercase; }
.product-contact-submit:hover { background: #c96713; }
.product-contact-success { margin: 12px 0 0; color: #128c3a; font-size: 15px; font-weight: 800; }
.product-contact-error { margin: 12px 0 0; color: #b42318; background: #fff1f0; border: 1px solid #f5b5ad; border-radius: 6px; padding: 10px 12px; font-size: 15px; font-weight: 800; }
.product-wa-submit { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #25d366; color: #fff; }
.product-wa-submit:hover { background: #1fb85a; color: #fff; }
.product-wa { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: fit-content; min-width: 220px; border-radius: 999px; padding: 14px 22px; background: #25d366; color: #fff; font-size: 18px; line-height: 1.1; font-weight: 800; letter-spacing: 0; }
.product-wa:hover { background: #1fb85a; color: #fff; }
.wa-mark { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 999px; background: #fff; color: #128c3a; position: relative; }
.wa-mark::before { content: ""; width: 10px; height: 10px; border: 3px solid #128c3a; border-radius: 50%; border-left-color: transparent; transform: rotate(-35deg); }
.wa-mark::after { content: ""; position: absolute; left: 7px; bottom: 4px; border-top: 6px solid #128c3a; border-right: 5px solid transparent; transform: rotate(20deg); }
.product-category-line { margin-top: 56px; color: #06497f; font-size: 21px; line-height: 1.4; font-weight: 700; }
.product-category-line span:first-child { color: var(--orange); font-weight: 800; }
.product-category-line a { color: #06497f; }
.product-category-line a:hover { color: var(--orange); }
.product-classification-lines { display: grid; gap: 8px; }
.product-classification-lines p { margin: 0; }
.category-extra { color: #06497f; }
.product-documents { margin-top: 38px; display: grid; gap: 14px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; }
.product-document-tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.product-document-tab { display: inline-flex; align-items: center; gap: 9px; min-height: 40px; padding: 8px 14px; border: 1px solid #d8e1ec; border-radius: 7px; color: #06497f; background: #fff; font-size: 15px; font-weight: 800; }
.product-document-tab.active, .product-document-tab:hover { border-color: var(--orange); color: var(--orange); background: #fff8f1; }
.document-tab-icon { width: 16px; height: 18px; border: 2px solid currentColor; border-radius: 3px; position: relative; display: inline-block; }
.document-tab-icon::after { content: ""; position: absolute; left: 3px; right: 3px; top: 5px; height: 2px; background: currentColor; box-shadow: 0 5px 0 currentColor; }
.product-document-panel { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 26px; padding: 20px 22px; border-radius: 8px; background: #f3f6fb; }
.product-document-panel[hidden] { display: none; }
.product-document-link { display: inline-flex; align-items: center; gap: 12px; color: #24324a; font-size: 16px; line-height: 1.25; font-weight: 800; }
.product-document-link:hover { color: var(--orange); }
.product-document-icon { width: 34px; height: 34px; border-radius: 8px; background: #0f2144; color: #fff; position: relative; flex: 0 0 auto; }
.product-document-icon::before { content: ""; position: absolute; left: 10px; top: 7px; width: 12px; height: 15px; border: 2px solid currentColor; border-radius: 2px; }
.product-document-icon.pdf::before { content: "PDF"; left: 6px; top: 12px; width: auto; height: auto; border: 0; font-size: 9px; font-weight: 900; }
.product-document-icon.video::before { left: 11px; top: 9px; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid currentColor; border-right: 0; border-radius: 0; }
.product-document-icon.article::before, .product-document-icon.marketing::before, .product-document-icon.manual::before { box-shadow: 0 6px 0 -1px currentColor; }
.product-tags { margin-top: 18px; }
.specs { border: 2px solid var(--blue); border-radius: 0; overflow: hidden; margin: 0; }
.spec-row { display: grid; grid-template-columns: 210px 1fr; border-bottom: 2px solid #fff; }
.spec-row:last-child { border-bottom: 0; }
.spec-row strong { background: var(--blue); color: #fff; padding: 13px 15px; text-transform: uppercase; }
.spec-row span { padding: 13px 15px; background: #e8e8e8; color: #111; }
.landing-hero { background: #fff; border-bottom: 1px solid var(--line); padding: 36px 0; overflow: hidden; }
.landing-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 42px; align-items: center; }
.landing-hero-copy, .landing-hero-media { min-width: 0; }
.landing-hero h1 { margin: 0 0 16px; color: var(--blue); font-size: 44px; line-height: 1.08; font-weight: 900; }
.landing-hero p { margin: 0 0 22px; color: #4f5d6f; font-size: 20px; line-height: 1.5; font-weight: 600; }
.landing-hero-media { width: 100%; display: flex; align-items: center; justify-content: center; }
.landing-hero-media img { width: 100%; max-width: 100%; height: auto; max-height: 360px; object-fit: contain; background: var(--soft); border: 1px solid var(--line); border-radius: 8px; }
.landing-content { padding-top: 34px; padding-bottom: 44px; }
.landing-copy { max-width: 980px; color: #314158; font-size: 18px; line-height: 1.65; font-weight: 500; display: grid; gap: 14px; }
.landing-copy h2 { margin: 18px 0 2px; color: var(--blue); font-size: 30px; line-height: 1.16; font-weight: 900; }
.landing-copy h2:first-child { margin-top: 0; }
.landing-copy h3 { margin: 10px 0 0; color: #0e4d86; font-size: 21px; line-height: 1.25; font-weight: 900; }
.landing-copy p { margin: 0; }
.landing-copy ul { margin: 0 0 6px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; list-style: none; }
.landing-copy li { min-height: 54px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 12px 14px 12px 38px; position: relative; color: #27364a; font-weight: 800; box-shadow: 0 8px 20px rgba(6, 31, 60, .04); }
.landing-copy li::before { content: ""; position: absolute; left: 14px; top: 18px; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); }
.landing-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.landing-gallery a { min-height: 190px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.landing-gallery img { width: 100%; height: 100%; max-height: 260px; object-fit: contain; padding: 12px; }
.landing-subviews { margin-top: 34px; }
.landing-subviews h2 { margin: 0 0 16px; color: var(--blue); font-size: 30px; line-height: 1.16; font-weight: 900; }
.landing-subview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.landing-subview-card { min-height: 138px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 16px; display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 14px; align-items: center; box-shadow: 0 12px 28px rgba(6, 31, 60, .06); transition: transform .18s ease, border-color .18s ease; }
.landing-subview-card:hover { transform: translateY(-2px); border-color: #bfcbd9; }
.landing-subview-thumb { width: 86px; height: 86px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.landing-subview-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.landing-subview-card.no-thumb { grid-template-columns: 1fr; }
.landing-subview-copy { display: grid; gap: 6px; min-width: 0; }
.landing-subview-copy strong { color: var(--blue); font-size: 19px; line-height: 1.16; font-weight: 900; }
.landing-subview-copy small { color: #4f5d6f; line-height: 1.35; font-weight: 700; }
.landing-subview-copy em { color: var(--orange); font-style: normal; font-weight: 900; font-size: 13px; text-transform: uppercase; }
.landing-related { margin-top: 34px; }
.landing-related h2, .landing-lead-card h2 { margin: 0 0 16px; color: var(--blue); font-size: 30px; line-height: 1.16; font-weight: 900; }
.landing-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.landing-related-card { min-height: 180px; border: 1px solid var(--line); border-radius: 8px; background: #fff; display: grid; grid-template-rows: 108px 1fr; overflow: hidden; box-shadow: 0 12px 28px rgba(6, 31, 60, .06); transition: transform .18s ease, border-color .18s ease; }
.landing-related-card:hover { transform: translateY(-2px); border-color: #bfcbd9; }
.landing-related-image { background: var(--soft); display: flex; align-items: center; justify-content: center; }
.landing-related-image img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.landing-related-copy { padding: 14px; display: grid; gap: 5px; }
.landing-related-copy small { color: var(--orange); font-weight: 900; text-transform: uppercase; font-size: 12px; }
.landing-related-copy strong { color: var(--blue); font-size: 18px; line-height: 1.2; font-weight: 900; }
.landing-related-copy em { color: var(--muted); font-style: normal; font-weight: 700; }
.landing-lead-card { margin-top: 34px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 22px; display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); gap: 24px; box-shadow: 0 14px 34px rgba(6, 31, 60, .07); }
.landing-lead-card p { margin: 0; color: #4f5d6f; line-height: 1.55; font-weight: 600; }
.landing-lead-form { margin: 0; }
.landing-products { margin-top: 34px; }
.landing-products h2 { color: var(--blue); font-size: 30px; font-weight: 900; }
.landing-product-list { display: grid; gap: 18px; }
.landing-locations { margin-top: 34px; }
.landing-locations h2 { color: var(--blue); font-size: 30px; font-weight: 900; }
.landing-locations .location-card-list { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.landing-locations .location-card { grid-template-columns: 1fr; align-content: start; }
.landing-locations .location-map { min-height: 220px; }
.landing-intro { max-width: 760px; color: #4f5d6f; font-size: 18px; line-height: 1.55; font-weight: 600; }
.contact-hero { background: #fff; border-bottom: 1px solid var(--line); padding: 42px 0 34px; }
.contact-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 44px; align-items: center; }
.contact-copy h1 { margin: 0 0 14px; color: var(--blue); font-size: 42px; line-height: 1.1; font-weight: 900; }
.contact-copy p { margin: 0; color: #4f5d6f; font-size: 18px; line-height: 1.6; font-weight: 500; max-width: 720px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.contact-mascot-card { min-height: 360px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 10px; background: var(--soft); overflow: hidden; }
.contact-mascot-card img { width: 100%; max-height: 430px; object-fit: contain; padding: 18px; }
.contact-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; padding-top: 34px; padding-bottom: 58px; }
.contact-layout.has-locations { grid-template-columns: 1fr; }
.contact-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 24px; }
.contact-card h2 { margin: 0 0 18px; color: var(--blue); font-size: 24px; font-weight: 900; }
.contact-data dl { display: grid; gap: 14px; margin: 0; }
.contact-data dl div { border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.contact-data dt { color: var(--orange); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.contact-data dd { margin: 5px 0 0; color: #314158; font-size: 16px; line-height: 1.5; font-weight: 600; }
.contact-data a { color: var(--blue); }
.contact-branches { display: grid; gap: 14px; }
.contact-branches .location-card-list { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.contact-branches .location-card { grid-template-columns: 1fr; align-content: start; }
.contact-branches .location-map { min-height: 220px; }
.location-card-list { display: grid; gap: 16px; }
.location-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); gap: 16px; border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: #fff; }
.location-card h3 { margin: 6px 0 12px; color: var(--blue); font-size: 21px; line-height: 1.2; font-weight: 900; }
.location-card dl { display: grid; gap: 8px; margin: 0; }
.location-card dl div { display: grid; gap: 2px; border-bottom: 0; padding-bottom: 0; }
.location-card dt { color: var(--orange); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.location-card dd { margin: 0; color: #314158; line-height: 1.45; }
.location-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.5; }
.location-map { width: 100%; min-height: 260px; height: 100%; border: 0; border-radius: 6px; background: var(--soft); }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: #4f5d6f; font-size: 14px; font-weight: 800; }
.contact-form input, .contact-form textarea { min-height: 44px; }
.site-footer { background: var(--navy); border-top: 5px solid var(--gold); padding: 42px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(160px, .7fr)); gap: 34px; align-items: start; }
.footer-brand img { width: 220px; margin-bottom: 16px; }
.footer-brand p { margin: 0 0 10px; color: rgba(255,255,255,.72); line-height: 1.55; }
.footer-contact-list { display: grid; gap: 7px; margin-top: 14px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.45; font-weight: 600; }
.footer-contact-list a { color: #ffd06b; font-weight: 800; }
.footer-contact-list a:hover { color: #fff; }
.footer-column h2 { margin: 0 0 14px; color: #ffd06b; font-size: 18px; }
.footer-column a { display: block; margin: 0 0 10px; color: rgba(255,255,255,.82); font-weight: 700; font-size: 14px; }
.footer-column a:hover { color: #fff; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-legal a { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 800; }
.footer-legal a:hover { color: #ffd06b; }
.legal-page { max-width: 980px; padding: 54px 18px 72px; }
.legal-page h1 { margin: 0 0 18px; color: var(--blue-dark); font-size: 42px; line-height: 1.08; font-weight: 900; }
.legal-page h2 { margin: 30px 0 10px; color: var(--blue); font-size: 22px; font-weight: 900; }
.legal-page p, .legal-page li { color: #4f5d6f; font-size: 16px; line-height: 1.7; }
.legal-page ul { margin: 10px 0 0; padding-left: 22px; }
.legal-card { border: 1px solid #dbe4ee; border-radius: 8px; background: #fff; padding: 30px; box-shadow: 0 12px 28px rgba(6, 31, 60, .06); }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 70; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; max-width: 900px; margin: 0 auto; padding: 14px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: var(--navy); color: #fff; box-shadow: 0 22px 60px rgba(6, 31, 60, .32); }
.cookie-banner strong { display: block; margin-bottom: 5px; color: #ffd06b; font-size: 17px; font-weight: 900; }
.cookie-banner p { margin: 0; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.35; }
.cookie-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.cookie-actions a { color: #ffd06b; font-size: 13px; font-weight: 900; }
.cookie-actions .btn { min-width: 96px; }
.assistant-widget { position: fixed; right: 38px; bottom: 92px; z-index: 50; }
.assistant-button { min-width: 330px; min-height: 48px; border-radius: 999px; box-shadow: none; display: inline-flex; align-items: center; gap: 12px; background: #e88400; padding: 8px 22px 8px 86px; position: relative; color: #fff; font-size: 24px; line-height: 1; font-weight: 800; }
.assistant-button:hover { background: #dc7d00; }
.assistant-avatar { width: 88px; height: 88px; border-radius: 50%; background: #fff; color: var(--blue); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; overflow: hidden; border: 6px solid #fff; box-shadow: 0 8px 24px rgba(0,0,0,.22); position: absolute; left: -10px; top: 50%; transform: translateY(-50%); }
.assistant-avatar img, .assistant-face img { width: 100%; height: 100%; object-fit: cover; }
.assistant-avatar.small { width: 54px; height: 54px; position: static; transform: none; border-width: 3px; background: #e8eef5; box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.help-panel { display: none; position: absolute; right: 0; bottom: 72px; width: min(410px, calc(100vw - 36px)); background: #efeae2; border: 1px solid rgba(7, 94, 84, .18); border-radius: 8px; box-shadow: 0 22px 56px rgba(15, 23, 42, .22); overflow: hidden; z-index: 51; }
.help-panel.open { display: block; }
.help-head { background: #075e54; color: #fff; padding: 12px 14px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.help-head small { display: block; font-weight: 400; opacity: .85; }
.assistant-dialog { padding: 14px; background-color: #efeae2; background-image: radial-gradient(rgba(7, 94, 84, .06) 1px, transparent 1px); background-size: 16px 16px; display: grid; gap: 10px; max-height: 360px; min-height: 260px; overflow: auto; }
.assistant-message-row { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 8px; align-items: end; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.assistant-message-row.visible { opacity: 1; transform: translateY(0); }
.assistant-message-row.queued { display: none; }
.assistant-message-row.user { grid-template-columns: 1fr; justify-items: end; }
.assistant-face { width: 34px; height: 34px; border-radius: 50%; overflow: hidden; background: #fff; border: 1px solid rgba(0,0,0,.08); align-self: start; }
.assistant-bubble { display: grid; gap: 4px; width: fit-content; max-width: 92%; text-align: left; background: #fff; color: var(--ink); border: 0; border-radius: 7px; padding: 9px 11px; font-weight: 400; box-shadow: 0 1px 1px rgba(0,0,0,.08); position: relative; }
.assistant-bubble::before { content: ""; position: absolute; left: -7px; top: 0; border-top: 8px solid #fff; border-left: 8px solid transparent; }
.assistant-bubble strong { color: #075e54; }
.assistant-bubble span { color: #263238; line-height: 1.35; }
.assistant-bubble.selected { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(247,147,29,.18); }
.assistant-bubble.static { cursor: default; }
.assistant-bubble.user { width: fit-content; max-width: 82%; background: #dcf8c6; color: #1f2933; border-color: #dcf8c6; }
.assistant-bubble.user::before { left: auto; right: -7px; border-left: 0; border-right: 8px solid transparent; border-top-color: #dcf8c6; }
.assistant-bubble.user span { color: #1f2933; }
.assistant-typing { width: fit-content; display: inline-flex; gap: 5px; align-items: center; min-width: 58px; }
.assistant-typing span { width: 7px; height: 7px; border-radius: 50%; background: #8aa0b8; animation: assistantTyping 1s infinite ease-in-out; }
.assistant-typing span:nth-child(2) { animation-delay: .15s; }
.assistant-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes assistantTyping {
  0%, 80%, 100% { transform: translateY(0); opacity: .45; }
  40% { transform: translateY(-4px); opacity: 1; }
}
.help-body { padding: 14px; display: grid; gap: 10px; }
.assistant-chat-form { border-top: 1px solid rgba(7, 94, 84, .14); background: #f0f2f5; }
.assistant-chat-input { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.assistant-chat-input input { min-height: 42px; border-radius: 999px; border-color: transparent; background: #fff; }
.assistant-chat-input button { min-height: 42px; min-width: 78px; padding: 9px 13px; border-radius: 999px; background: #25d366; }
.assistant-chat-input button:hover { background: #1fb85a; }
.assistant-hp { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.promo { background: #fff7ed; border: 1px solid #fed7aa; border-radius: 6px; padding: 10px; font-size: 14px; }
.admin-layout { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin-nav { background: #102f52; color: #fff; padding: 18px; }
.admin-nav h2 { margin-top: 0; }
.admin-nav a { display: block; padding: 10px; border-radius: 6px; margin-bottom: 4px; }
.admin-nav a:hover { background: rgba(255,255,255,.12); }
.admin-user-chip { margin: 0 0 14px; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 800; }
.admin-user-chip span { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 500; }
.admin-main { padding: 24px; background: #f8fafc; overflow-x: auto; }
.admin-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 18px; margin: 0 0 20px; }
.admin-stats { padding-top: 0; padding-bottom: 18px; }
.table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
.table th, .table td { border-bottom: 1px solid var(--line); padding: 9px; text-align: left; vertical-align: top; }
.table th { background: #e9f0f7; }
.table input, .table select { min-width: 110px; }
.actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.actions .btn, .actions button { min-height: 36px; padding: 8px 10px; font-size: 13px; }
.form-grid { display: grid; gap: 12px; }
.rich-editor { display: grid; gap: 8px; }
.rich-editor > label { color: #202938; font-weight: 800; }
.rich-editor-toolbar { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #f1f5f9; }
.rich-editor-toolbar .btn { min-height: 34px; padding: 8px 11px; font-size: 12px; }
.rich-editor textarea { min-height: 220px; font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
.rich-editor-preview { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
.rich-editor-preview summary { cursor: pointer; padding: 10px 12px; color: var(--blue); font-weight: 900; background: #eef4fa; }
.rich-preview-content { max-width: none; padding: 16px; font-size: 15px; }
.classifier-control { display: grid; gap: 8px; align-items: end; }
.classifier-new-field { display: none; }
.classifier-control.is-new .classifier-new-field { display: grid; }
.admin-product-search { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 10px; align-items: end; margin-bottom: 16px; }
.admin-product-search .product-search-q { grid-column: span 2; min-width: 0; }
.admin-product-search .product-search-missing { grid-column: span 2; }
.product-search-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.product-search-actions .btn, .product-search-actions button { min-width: 120px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; }
.bulk-actions { display: grid; grid-template-columns: 210px 180px repeat(3, minmax(150px, 1fr)) 110px; gap: 10px; align-items: center; }
.metrics-period-form { display: grid; grid-template-columns: 220px 180px 180px 110px 100px; gap: 10px; align-items: end; }
.landing-list-head { align-items: end; gap: 18px; }
.landing-metrics-filter { display: grid; grid-template-columns: 190px 150px 150px 80px; gap: 10px; align-items: end; }
.landing-metrics-filter label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 800; }
.location-admin-list { display: grid; gap: 14px; }
.location-admin-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; align-items: end; border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: var(--soft); }
.location-admin-row .full { grid-column: 1 / -1; }
.status-pill { display: inline-flex; align-items: center; width: fit-content; min-height: 26px; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.status-pill.is-active { background: #e4f7eb; color: #176f3a; }
.status-pill.is-inactive { background: #f1f4f8; color: #5a6b80; }
.status-pill.is-home { display: flex; margin-top: 6px; background: #fff2df; color: #a94f00; }
.quick-toggle-form { margin-top: 8px; }
.quick-toggle-form .btn { min-height: 34px; padding: 8px 10px; font-size: 12px; }
.admin-category-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-category-chips a { display: inline-flex; gap: 7px; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 7px 11px; font-size: 13px; font-weight: 700; color: var(--blue); }
.admin-category-chips span { color: var(--muted); font-weight: 400; }
.admin-pagination { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin: 14px 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.admin-pagination span { color: var(--muted); font-weight: 800; }
.admin-pagination div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.admin-pagination .btn { min-width: 42px; min-height: 38px; padding: 8px 12px; }
.admin-pagination.bottom { margin-top: 14px; }
.catalog-summary span { margin-left: 10px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.catalog-pagination { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 28px 0 8px; padding-top: 22px; border-top: 1px solid var(--line); }
.catalog-page-numbers { display: flex; align-items: center; gap: 6px; }
.catalog-page-numbers a, .catalog-page-button { display: inline-flex; min-width: 40px; min-height: 40px; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--blue); font-weight: 800; text-decoration: none; }
.catalog-page-numbers a:hover, .catalog-page-button:hover, .catalog-page-numbers a.active { border-color: var(--blue); background: var(--blue); color: #fff; }
.thumb-cell { width: 86px; }
.admin-thumb { width: 72px; height: 72px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 4px; }
.muted { color: var(--muted); font-size: 12px; }
.image-admin-grid { display: grid; grid-template-columns: 220px 1fr; gap: 18px; align-items: start; }
.admin-image-preview { width: 190px; min-height: 160px; border: 1px solid var(--line); border-radius: 6px; background: #fff; display: flex; align-items: center; justify-content: center; color: var(--muted); }
.admin-image-preview img { max-width: 100%; max-height: 190px; object-fit: contain; padding: 8px; }
.gallery-admin-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; margin: 14px 0; }
.gallery-admin-item { border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 10px; display: grid; gap: 8px; }
.document-admin-list { display: grid; gap: 12px; margin: 14px 0; }
.document-edit-row { display: grid; grid-template-columns: 150px 1fr 140px minmax(220px, 1.4fr) 170px 90px 85px 85px; gap: 10px; align-items: end; border: 1px solid var(--line); border-radius: 6px; padding: 12px; background: #fff; }
.document-edit-row label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 800; }
.document-edit-row input[type="checkbox"] { width: auto; min-height: auto; justify-self: start; }
.gallery-admin-item img { width: 100%; height: 120px; object-fit: contain; background: var(--soft); border-radius: 4px; }
.landing-subview-editor { display: grid; gap: 12px; margin-bottom: 12px; }
.landing-basic-fields { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(220px, .8fr) minmax(300px, 1.2fr); gap: 12px; }
.landing-basic-fields label, .landing-menu-fields > label:not(.check-label) { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.landing-menu-fields { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(220px, 1fr) minmax(220px, 1fr) 130px; gap: 12px; align-items: end; padding: 14px; border: 1px solid #d8e2ed; border-radius: 8px; background: #eef4fa; }
.landing-menu-fields .check-label { align-self: center; }
.landing-menu-fields .muted { grid-column: 1 / -1; margin: 0; }
.landing-cta-fields { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(260px, 1.2fr); gap: 14px; padding: 16px; border: 1px solid #d8e2ed; border-radius: 8px; background: #f8fafc; }
.landing-cta-fields > .check-label, .landing-cta-fields > .full { grid-column: 1 / -1; }
.landing-cta-fields > label:not(.check-label) { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.landing-cta-fields.is-disabled > label:not(.check-label), .landing-cta-fields.is-disabled > .muted { opacity: .5; }
.landing-builder { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 430px); gap: 18px; align-items: start; background: #f8fafc; }
.landing-builder > .section-head { grid-column: 1 / -1; }
.landing-builder-list { display: grid; gap: 10px; max-height: 78vh; margin: 18px 0 0; overflow-y: auto; align-content: start; }
.landing-builder-block { border: 1px solid #cbd8e6; border-radius: 8px; background: #fff; overflow: hidden; }
.landing-builder-block.is-active { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(218,116,22,.16); }
.landing-builder-block:not(.is-active) .landing-builder-grid { display: none; }
.landing-builder .landing-builder-grid { grid-template-columns: 1fr; }
.landing-builder .landing-builder-grid .builder-wide { grid-column: auto; }
.landing-builder .builder-design-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.landing-builder .landing-builder-actions { max-width: 100%; overflow-x: auto; }
.landing-builder-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; padding: 8px 12px; background: #eaf1f8; }
.landing-builder-actions { display: flex; gap: 6px; }
.landing-builder-actions button { min-width: 40px; padding: 8px 10px; }
.landing-builder-grid { display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)); gap: 12px; padding: 14px; }
.landing-builder-grid label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.landing-builder-grid .builder-wide { grid-column: span 3; }
.promo-page-options { display: grid; grid-template-columns: repeat(4, minmax(160px, 1fr)); gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #eef4fa; }
.promo-page-options label { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.promo-page-options input[type="checkbox"] { width: auto; min-height: auto; }
.promo-canvas { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; padding-top: 24px; padding-bottom: 24px; align-items: start; }
.promo-block { grid-column: span 12; min-width: 0; scroll-margin-top: 110px; border-radius: 8px; overflow: hidden; }
.promo-block.width-half { grid-column: span 6; }
.promo-block.width-third { grid-column: span 4; }
.promo-block.width-quarter { grid-column: span 3; }
.promo-block-inner { height: 100%; padding: 36px; }
.promo-block h2 { margin: 0 0 14px; color: var(--blue); font-size: clamp(26px, 3vw, 42px); }
.promo-block.theme-light { background: #f7f9fc; }
.promo-block.theme-gray { background: #edf1f5; }
.promo-block.theme-blue { background: var(--blue); color: #fff; }
.promo-block.theme-orange { background: #da7416; color: #fff; }
.promo-block.theme-blue h2, .promo-block.theme-orange h2 { color: #fff; }
.promo-lead { max-width: 860px; margin: 0 0 24px; font-size: 18px; line-height: 1.65; }
.promo-rich-copy { max-width: 900px; margin: 0 auto; }
.promo-full-image { display: block; width: 100%; max-height: 680px; object-fit: cover; }
.promo-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 42px; align-items: center; }
.promo-split img { width: 100%; max-height: 540px; object-fit: contain; }
.promo-banner { position: relative; min-height: 280px; height: 100%; overflow: hidden; background: #e9eef4; }
.promo-banner > img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.promo-banner-copy { position: absolute; inset: auto 0 0; padding: 28px 34px; color: #fff; background: rgba(0,0,0,.72); }
.promo-banner-copy h2 { color: #fff; }
.promo-block.width-half .promo-banner, .promo-block.width-half .promo-banner > img { min-height: 340px; }
.promo-block.width-third .promo-banner, .promo-block.width-third .promo-banner > img, .promo-block.width-quarter .promo-banner, .promo-block.width-quarter .promo-banner > img { min-height: 320px; }
.promo-block.width-half .promo-split, .promo-block.width-third .promo-split, .promo-block.width-quarter .promo-split { grid-template-columns: 1fr; gap: 18px; }
.promo-block.width-third .promo-block-inner, .promo-block.width-quarter .promo-block-inner { padding: 22px; }
.promo-block.width-third h2, .promo-block.width-quarter h2 { font-size: 25px; }
.promo-split p { font-size: 18px; line-height: 1.65; }
.promo-cta { max-width: 920px; margin: 0 auto; text-align: center; }
.promo-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.promo-product-grid, .promo-message-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.promo-message-grid article { padding: 24px; border: 1px solid #d8e2ed; border-radius: 8px; background: #fff; color: var(--ink); }
.promo-message-grid article > span { color: #da7416; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.promo-message-grid h3 { margin: 8px 0; color: var(--blue); }
.promo-spacer { display: block; min-height: 36px; }
.landing-advanced-options { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
.landing-advanced-options > summary { cursor: pointer; padding: 14px 16px; color: var(--blue); background: #eef4fa; font-weight: 700; }
.landing-advanced-options[open] > summary { border-bottom: 1px solid var(--line); }
.landing-advanced-options > .form-grid { padding: 16px; }
.landing-subview-row { border: 1px solid var(--line); border-radius: 8px; background: var(--soft); padding: 12px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: end; }
.landing-subview-row label { display: grid; min-width: 0; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.landing-subview-row input, .landing-subview-row select { min-width: 0; }
.landing-subview-row .btn { grid-column: 1 / -1; width: fit-content; min-height: 44px; white-space: nowrap; }
.inline-form { display: grid; grid-template-columns: repeat(4, minmax(120px, 1fr)); gap: 10px; align-items: end; margin-top: 12px; }
.admin-subsection { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.admin-subsection h3 { margin: 0 0 8px; color: var(--blue); font-size: 16px; }
.landing-nav-form { grid-template-columns: minmax(280px, 1.5fr) minmax(220px, 1fr) 110px auto; }
.admin-user-form { grid-template-columns: repeat(6, minmax(130px, 1fr)); }
.check-label { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--muted); }
.check-label input { width: auto; min-width: auto; }
.permission-table input[type="checkbox"] { width: 22px; min-width: 22px; height: 22px; }
.permission-save { margin-top: 14px; }
.crm-filters { display: grid; grid-template-columns: minmax(220px, 1fr) 190px 190px 110px 100px; gap: 10px; align-items: end; }
.crm-board { display: grid; grid-template-columns: repeat(6, minmax(270px, 1fr)); gap: 14px; align-items: start; overflow-x: auto; padding-bottom: 18px; }
.crm-column { background: #eef3f8; border: 1px solid #dbe5ef; border-radius: 8px; padding: 12px; min-height: 420px; }
.crm-column h2 { display: flex; justify-content: space-between; align-items: center; margin: 0 0 12px; color: var(--blue); font-size: 18px; }
.crm-column h2 span { display: inline-flex; align-items: center; justify-content: center; min-width: 28px; height: 28px; border-radius: 999px; background: #fff; color: var(--muted); font-size: 13px; }
.crm-card { background: #fff; border: 1px solid #d9e1ea; border-radius: 8px; padding: 12px; margin-bottom: 12px; display: grid; gap: 9px; box-shadow: 0 8px 20px rgba(16, 47, 82, .06); }
.crm-card.due { border-left: 5px solid var(--orange); }
.crm-card header { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.crm-card header strong { color: var(--blue); font-size: 16px; line-height: 1.2; }
.crm-card p { margin: 0; color: #4f5d6f; font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.crm-message { max-height: 74px; overflow: auto; background: #f8fafc; border-radius: 6px; padding: 8px; }
.crm-next { color: #9a4b00 !important; }
.crm-priority { flex: 0 0 auto; border-radius: 999px; padding: 4px 8px; font-size: 11px; font-weight: 800; background: #e8eef5; color: var(--blue); }
.crm-priority.alta { background: #fff3e8; color: #b85f10; }
.crm-priority.urgente { background: #fee4e2; color: #b42318; }
.crm-priority.baja { background: #ecfdf3; color: #027a48; }
.crm-card summary { cursor: pointer; color: var(--blue); font-weight: 800; font-size: 13px; }
.crm-update-form { display: grid; gap: 8px; margin-top: 10px; }
.crm-update-form label { display: grid; gap: 4px; color: var(--muted); font-size: 12px; font-weight: 800; }
.crm-update-form input, .crm-update-form select, .crm-update-form textarea { min-height: 38px; padding: 8px 9px; font-size: 13px; }
.crm-update-form button { padding: 9px 12px; }
.crm-history { border-top: 1px solid var(--line); padding-top: 8px; }
.crm-comment { border-left: 3px solid #dbe5ef; padding: 7px 0 7px 9px; margin-top: 8px; }
.crm-comment strong { color: var(--blue); font-size: 12px; }
.crm-comment span { color: var(--muted); font-size: 11px; }
.crm-card footer { display: flex; gap: 10px; border-top: 1px solid var(--line); padding-top: 8px; }
.crm-card footer a { color: var(--orange); font-size: 13px; font-weight: 800; }
.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.section-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 14px; }
.section-head h2 { margin: 0 0 6px; }
.section-head p { margin: 0; color: var(--muted); line-height: 1.45; }
.spec-editor { margin: 4px 0 0; }
.spec-rows { display: grid; gap: 10px; }
.spec-edit-row { display: grid; grid-template-columns: minmax(180px, .35fr) 1fr 110px; gap: 10px; align-items: start; }
.spec-edit-row textarea { min-height: 44px; resize: vertical; }
.spec-remove { min-height: 44px; }
.auth-card { max-width: 520px; margin: 50px auto; border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: #fff; }
.construction-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: #f4f7fb; }
.construction-card { width: min(620px, 100%); border: 1px solid var(--line); border-radius: 8px; padding: 34px; background: #fff; text-align: center; box-shadow: 0 18px 40px rgba(16, 47, 82, .12); }
.construction-card img { max-width: 240px; max-height: 120px; object-fit: contain; margin-bottom: 22px; }
.construction-card h1 { margin: 0 0 12px; color: var(--blue); font-size: 34px; line-height: 1.1; }
.construction-card p { margin: 0 0 22px; color: var(--muted); font-size: 17px; line-height: 1.5; }
.captcha-code { display: inline-flex; width: fit-content; margin: 7px 0; padding: 9px 14px; border: 1px dashed #8aa5c3; border-radius: 6px; background: #eef5fc; color: var(--blue); font-size: 22px; letter-spacing: 4px; font-weight: 900; user-select: none; }
.notice { background: #e0f2fe; border: 1px solid #7dd3fc; padding: 10px; border-radius: 6px; }
@media (max-width: 1280px) {
  .admin-product-search .product-search-q, .admin-product-search .product-search-missing { grid-column: span 2; }
}
@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; min-height: 76px; }
  .brand img { width: 205px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; grid-column: 1 / -1; justify-content: flex-start; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 12px; }
  .menu-open .main-nav { display: flex; }
  .main-nav a { padding: 12px 0; border-radius: 0; border-bottom: 1px solid var(--line); }
  .products-hero { padding: 36px 0 24px; }
  .products-hero .search-form { padding: 10px; }
  .solution-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-inner { justify-content: flex-start; }
  .search-form, .catalog-search, .category-search, .grid, .category-grid, .catalog-layout, .subcategory-strip, .product-layout, .landing-hero-inner, .contact-hero-inner, .contact-layout, .admin-layout, .two, .inline-form, .spec-edit-row, .document-edit-row, .landing-subview-row, .admin-product-search, .image-admin-grid, .bulk-actions, .metrics-period-form, .landing-metrics-filter, .location-card, .location-admin-row { grid-template-columns: 1fr; }
  .admin-layout { display: block; min-height: 100vh; }
  .admin-nav { position: sticky; top: 0; z-index: 80; display: flex; gap: 8px; align-items: center; overflow-x: auto; padding: 10px 12px; box-shadow: 0 8px 22px rgba(16, 47, 82, .2); scrollbar-width: thin; }
  .admin-nav h2 { flex: 0 0 auto; margin: 0 8px 0 0; font-size: 18px; white-space: nowrap; }
  .admin-nav a { flex: 0 0 auto; margin: 0; padding: 9px 10px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); white-space: nowrap; font-size: 13px; }
  .admin-user-chip { flex: 0 0 auto; min-width: 132px; margin: 0; padding: 8px 10px; font-size: 12px; }
  .admin-main { width: 100%; padding: 16px 12px 34px; overflow-x: hidden; }
  .admin-main h1 { margin-top: 0; font-size: 28px; line-height: 1.15; overflow-wrap: anywhere; }
  .admin-card { padding: 14px; margin-bottom: 16px; }
  .table { display: block; width: 100%; max-width: 100%; overflow-x: auto; white-space: nowrap; border-radius: 8px; -webkit-overflow-scrolling: touch; }
  .table th, .table td { white-space: nowrap; }
  .table td:nth-child(2), .table td:nth-child(3) { white-space: normal; min-width: 180px; }
  .product-admin-table { display: grid; gap: 12px; overflow: visible; border: 0; background: transparent; white-space: normal; }
  .product-admin-table tr:first-child { display: none; }
  .product-admin-table tr { display: grid; gap: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 8px 20px rgba(16, 47, 82, .06); }
  .product-admin-table td { display: grid; grid-template-columns: 106px minmax(0, 1fr); gap: 10px; align-items: start; min-width: 0; padding: 10px 12px; border-bottom: 1px solid var(--line); white-space: normal; overflow-wrap: anywhere; }
  .product-admin-table td:last-child { border-bottom: 0; }
  .product-admin-table td::before { content: attr(data-label); color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
  .product-admin-table .thumb-cell { width: auto; min-width: 0; }
  .product-admin-table .admin-thumb { width: 92px; height: 92px; }
  .product-admin-table td:nth-child(2), .product-admin-table td:nth-child(3) { min-width: 0; }
  .product-admin-table .actions { display: grid; grid-template-columns: 106px minmax(0, 1fr); min-width: 0; }
  .product-admin-table .actions::before { align-self: center; }
  .product-admin-table .actions .btn { width: 100%; }
  .actions { min-width: 170px; }
  .actions .btn, .actions button { width: 100%; justify-content: center; }
  .form-grid, .admin-card form { max-width: 100%; }
  .form-grid.two { grid-template-columns: 1fr; }
  input, select, textarea { min-width: 0; max-width: 100%; font-size: 16px; }
  button, .btn { min-height: 42px; }
  .product-search-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .product-search-actions .btn, .product-search-actions button { width: 100%; }
  .admin-product-search .product-search-q, .admin-product-search .product-search-missing { grid-column: auto; min-width: 0; }
  .bulk-actions strong { display: block; }
  .bulk-actions .btn, .bulk-actions button { width: 100%; }
  .admin-pagination { display: grid; gap: 10px; padding: 12px; }
  .admin-pagination div { justify-content: stretch; }
  .admin-pagination .btn { flex: 1 1 auto; justify-content: center; }
  .catalog-pagination { flex-wrap: wrap; gap: 10px; }
  .catalog-page-numbers { order: 3; flex: 1 0 100%; justify-content: center; }
  .catalog-page-button { flex: 1; }
  .gallery-admin-list { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .document-edit-row, .gallery-admin-item, .location-admin-row, .landing-subview-row { padding: 10px; }
  .landing-basic-fields, .landing-menu-fields, .landing-cta-fields, .landing-builder-grid { grid-template-columns: 1fr; }
  .landing-builder-grid .builder-wide { grid-column: auto; }
  .promo-page-options { grid-template-columns: 1fr; }
  .promo-block-inner { padding-top: 30px; padding-bottom: 30px; }
  .promo-block, .promo-block.width-half, .promo-block.width-third, .promo-block.width-quarter { grid-column: span 12; }
  .promo-split { grid-template-columns: 1fr; gap: 22px; }
  .promo-category-grid, .promo-product-grid, .promo-message-grid { grid-template-columns: 1fr; }
  .document-edit-row label, .location-admin-row label, .landing-subview-row label { min-width: 0; }
  .rich-editor-toolbar { gap: 6px; padding: 8px; }
  .rich-editor-toolbar .btn { flex: 1 1 calc(50% - 6px); min-width: 0; }
  .rich-editor textarea { min-height: 180px; }
  .section-head { display: grid; gap: 10px; }
  .section-head .btn, .section-head button { width: 100%; }
  .crm-board { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: 16px; }
  .crm-column { flex: 0 0 min(86vw, 330px); min-height: 360px; scroll-snap-align: start; }
  .crm-filters { grid-template-columns: 1fr; }
  .inline-form, .admin-user-form { grid-template-columns: 1fr; }
  .permission-table { min-width: 680px; }
  .section-head { display: grid; }
  .footer-grid { grid-template-columns: 1fr; }
  .cookie-banner { grid-template-columns: 1fr; left: 12px; right: 12px; bottom: 12px; }
  .cookie-actions { justify-content: flex-start; }
  .spec-row { grid-template-columns: 1fr; }
  .catalog-sidebar, .catalog-sidebar-shell { position: static; }
  .catalog-layout.sidebar-collapsed { grid-template-columns: minmax(0, 1fr); }
  .catalog-layout.sidebar-collapsed .catalog-sidebar-shell { width: 100%; max-width: none; }
  .product-list-card.card { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .category-card { grid-template-rows: 180px auto; }
  .category-image { min-height: 180px; }
  .subcategory-card { grid-template-columns: 86px 1fr; }
  .subcategory-card img { width: 86px; height: 86px; }
  .product-list-card .card-img { height: 220px; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-list-card .card-body { padding: 20px 18px; gap: 10px; align-content: start; }
  .product-list-card .card-body h2 { font-size: 23px; }
  .product-list-card .sku { font-size: 17px; }
  .product-list-card .card-body p { font-size: 17px; }
  .landing-hero { padding: 20px 0 18px; overflow: visible; }
  .landing-hero-inner { display: flex; flex-direction: column; gap: 18px; align-items: stretch; width: 100%; }
  .landing-hero-copy, .landing-hero-media { width: 100%; max-width: 100%; flex: 0 0 auto; position: static; }
  .landing-hero h1, .contact-copy h1 { font-size: 30px; line-height: 1.12; margin-bottom: 12px; overflow-wrap: break-word; }
  .landing-hero p, .contact-copy p { font-size: 16px; line-height: 1.55; margin-bottom: 16px; }
  .landing-hero .btn { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: center; }
  .landing-hero-media { order: 2; }
  .landing-hero-media img { display: block; width: 100%; max-width: 100%; height: auto; max-height: 220px; padding: 10px; border-radius: 6px; }
  .landing-content { padding-top: 22px; padding-bottom: 34px; }
  .landing-copy { font-size: 16px; line-height: 1.6; }
  .landing-copy h2 { font-size: 24px; }
  .landing-copy h3 { font-size: 19px; }
  .landing-copy ul { grid-template-columns: 1fr; }
  .landing-gallery { grid-template-columns: 1fr; gap: 12px; margin-top: 20px; }
  .landing-gallery a { min-height: 170px; }
  .landing-gallery img { max-height: 220px; padding: 10px; }
  .landing-subview-grid, .landing-related-grid, .landing-lead-card { grid-template-columns: 1fr; }
  .landing-subviews h2, .landing-related h2, .landing-lead-card h2 { font-size: 24px; }
  .landing-subview-card { grid-template-columns: 74px minmax(0, 1fr); min-height: 116px; padding: 12px; }
  .landing-subview-thumb { width: 74px; height: 74px; }
  .landing-products { margin-top: 24px; }
  .landing-products h2 { margin: 0 0 14px; font-size: 24px; line-height: 1.15; }
  .landing-product-list { gap: 14px; }
  .contact-mascot-card { min-height: 260px; }
  .product-page { padding: 18px 18px 48px; }
  .product-context-layout { grid-template-columns: 1fr; gap: 28px; }
  .product-location-sidebar { position: static; }
  .product-showcase { gap: 30px; padding-bottom: 32px; align-items: start; }
  .product-media { height: 340px; min-height: 340px; padding: 0; }
  .product-info h1 { font-size: 31px; margin-bottom: 18px; }
  .product-sku { font-size: 20px; margin-bottom: 34px; }
  .product-description-block h2 { font-size: 24px; margin-bottom: 16px; }
  .product-description { font-size: 19px; }
  .product-description-specs p { font-size: 16px; }
  .product-category-line { font-size: 17px; margin-top: 34px; }
  .product-contact-grid { grid-template-columns: 1fr; }
  .product-contact-form { margin-top: 34px; padding: 18px; }
  .product-action-row { width: 100%; }
  .product-wa, .product-contact-toggle { width: 100%; min-width: 0; font-size: 16px; }
  .assistant-widget { right: 12px; bottom: 72px; max-width: calc(100vw - 24px); }
  .assistant-button { min-width: 0; width: calc(100vw - 44px); font-size: 18px; padding-left: 76px; padding-right: 16px; }
  .assistant-avatar { width: 76px; height: 76px; }
}
@media (max-width: 560px) {
  .products-hero h1, .landing-hero h1, .contact-copy h1 { font-size: 26px; line-height: 1.14; }
  .landing-hero-media img { max-height: 190px; }
  .hero-copy p { font-size: 15px; }
  .solution-cards { grid-template-columns: 1fr; }
  .solution-cards span { min-height: 68px; }
  .catalog-layout { padding-left: 12px; padding-right: 12px; }
  .product-list-card .card-img { height: 190px; }
  .product-list-card .card-body h2 { font-size: 21px; }
  .category-separator { margin-top: 16px; padding: 10px 12px; font-size: 18px; overflow-wrap: anywhere; }
  .catalog-summary { font-size: 19px; }
}
@media (max-width: 380px) {
  .landing-hero h1, .contact-copy h1 { font-size: 24px; }
  .landing-hero p, .contact-copy p { font-size: 15px; }
  .landing-hero-media img { max-height: 170px; }
}

/* ===== Capa visual del catalogo ===== */
:root {
  --blue: #174f86;
  --blue-dark: #0f3c69;
  --ink: #111827;
  --muted: #667085;
  --line: #e5e7eb;
  --soft: #f5f7fa;
  --orange: #da7416;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 18px; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.header-inner { min-height: 96px; display: grid; grid-template-columns: 270px 1fr; align-items: center; gap: 24px; }
.brand img { width: 245px; height: auto; }
.brand span { font-weight: 800; color: var(--blue); font-size: 24px; }
.main-nav { display: flex; justify-content: flex-end; align-items: center; gap: 30px; font-size: 13px; font-weight: 800; letter-spacing: 0; color: #202020; }
.main-nav a { padding: 38px 0 34px; border-bottom: 3px solid transparent; }
.main-nav a:hover { color: var(--blue); border-bottom-color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border-radius: 4px; font-size: 24px; align-items: center; justify-content: center; }
.contact-strip { background: var(--blue); color: #fff; font-size: 13px; }
.contact-inner { min-height: 34px; display: flex; justify-content: flex-end; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero { background: #fff; border-bottom: 1px solid var(--line); padding: 30px 0 24px; }
.hero h1 { margin: 0 0 16px; font-size: 30px; color: var(--blue); font-weight: 700; }
.products-hero { background: #fff; border-bottom: 1px solid var(--line); padding: 34px 0 24px; }
.products-hero.compact { padding: 26px 0 22px; }
.products-hero h1 { margin: 0 0 16px; font-size: 32px; color: var(--blue); font-weight: 700; }
.search-form { display: grid; grid-template-columns: 1fr 200px 130px; gap: 10px; }
.catalog-search { grid-template-columns: 1fr 190px 210px 210px 110px 100px; }
.category-search { grid-template-columns: minmax(260px, 1fr) 220px 120px; max-width: 780px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: 10px 12px; font: inherit; background: #fff; }
button, .btn { border: 0; border-radius: 4px; padding: 11px 16px; font-weight: 700; background: var(--blue); color: #fff; cursor: pointer; display: inline-block; text-align: center; }
.btn.secondary { background: #e8eef5; color: var(--blue); }
.btn.whatsapp { background: #25d366; color: #fff; }
.btn.whatsapp:hover { background: #1fb85a; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; padding: 32px 0 48px; }
.card { border: 1px solid var(--line); border-radius: 6px; background: #fff; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.card-img { aspect-ratio: 4 / 3; background: #fff; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--line); }
.card-img img { max-width: 92%; max-height: 92%; object-fit: contain; }
.card-body { padding: 16px; display: grid; gap: 8px; }
.card-body h2 { margin: 0; font-size: 17px; line-height: 1.3; color: var(--blue); font-weight: 700; }
.card-body p { margin: 0; color: var(--muted); line-height: 1.45; font-size: 14px; }
.badge { color: var(--orange); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.sku, .meta { color: var(--muted); font-size: 13px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 8px 0 4px; }
.tag-list span { display: inline-flex; align-items: center; min-height: 26px; border-radius: 999px; background: #e8eef5; color: var(--blue); padding: 4px 10px; font-size: 12px; font-weight: 700; }
.tag-list.compact { margin: 0; gap: 5px; }
.tag-list.compact span { min-height: 22px; padding: 3px 8px; font-size: 11px; }
.category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 16px; padding: 26px 18px 44px; }
.category-grid-panel { padding: 0; align-self: start; }
.category-card { border: 1px solid var(--line); border-radius: 6px; background: #fff; overflow: hidden; display: grid; grid-template-rows: auto auto; min-height: 100%; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.category-card:hover { transform: translateY(-2px); border-color: #c8d3df; box-shadow: 0 16px 36px rgba(16, 47, 82, .12); }
.category-image { background: var(--soft); display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; }
.category-image img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.category-placeholder { width: 58px; height: 58px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 700; }
.category-content { padding: 12px; display: grid; gap: 5px; }
.category-content strong { color: var(--blue); font-size: 15px; line-height: 1.25; font-weight: 700; }
.category-content small { color: var(--muted); font-size: 12px; }

/* ===== Catalog layout (sidebar + right column) ===== */
.catalog-layout { max-width: 1768px; display: grid; grid-template-columns: 260px 1fr; align-items: start; gap: 28px; padding: 24px 18px 54px; }
.catalog-sidebar { border: 1px solid #dfe4eb; border-radius: 6px; padding: 16px 18px; align-self: start; position: sticky; top: 145px; background: #fff; max-height: calc(100vh - 165px); overflow-y: auto; }
.catalog-sidebar h2 { margin: 0 0 12px; color: var(--blue); font-size: 18px; line-height: 1.15; font-weight: 700; }
.sidebar-section-gap { height: 16px; }
.sidebar-section-gap + h2 { margin-top: 0; }
.sidebar-link { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding: 8px 0; border-bottom: 1px solid #dfe4eb; font-size: 14px; line-height: 1.2; font-weight: 600; color: #384252; }
.sidebar-link span { color: #8892a0; font-weight: 400; font-size: 13px; }
.sidebar-link.active { margin: 0 -8px; padding: 8px 8px; border-radius: 5px; background: var(--blue); color: #fff; border-bottom-color: var(--blue); font-weight: 600; }
.sidebar-link.active span { color: #fff; }
.sidebar-link.active::before { content: ""; width: 3px; align-self: stretch; background: var(--orange); border-radius: 999px; margin-right: 1px; }
.sidebar-sublink { margin: 4px 0 4px 18px; padding: 6px 10px 6px 12px; border-left: 2px solid #dfe4eb; border-bottom: 0; border-radius: 4px; background: #f5f8fb; color: #56698a; font-size: 13px; font-weight: 500; }
.sidebar-sublink span { color: #93a1b3; font-size: 13px; }
.sidebar-sublink:hover { background: #eef4fa; color: var(--blue); }
.sidebar-sublink.active { margin: 4px 0 4px 18px; padding: 6px 10px 6px 12px; background: #e6f0fa; color: var(--blue); border-left-color: var(--orange); box-shadow: inset 0 0 0 1px rgba(28, 88, 141, 0.16); }
.sidebar-sublink.active span { color: var(--blue); font-weight: 500; }
.sidebar-sublink.active::before { content: ""; width: 6px; height: 6px; align-self: center; background: var(--orange); border-radius: 999px; margin-right: 0; }
.catalog-results { display: grid; gap: 20px; align-items: start; grid-auto-rows: max-content; }
.catalog-summary { color: #8892a0; border-bottom: 1px solid #dfe4eb; padding-bottom: 12px; font-size: 15px; line-height: 1.2; font-weight: 500; }
.subcategory-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 10px; }
.subcategory-card { border: 1px solid var(--line); border-radius: 6px; min-height: 108px; padding: 12px; display: grid; grid-template-columns: 76px 1fr; gap: 12px; align-items: center; background: #fff; }
.subcategory-card img { width: 76px; height: 76px; object-fit: contain; background: var(--soft); border-radius: 4px; }
.subcategory-card span { color: var(--blue); font-weight: 700; font-size: 14px; line-height: 1.25; }
.subcategory-card small { color: var(--muted); display: block; margin-top: 4px; font-size: 12px; }
.category-separator { align-self: start; min-height: 0; height: auto; margin: 24px 0 6px; padding: 10px 16px; background: var(--blue); color: #fff; border-radius: 5px; font-size: 16px; line-height: 1.25; font-weight: 700; }

/* Product cards inside the results (right column) */
.product-list-card.card { display: grid; grid-template-columns: 200px 1fr; min-height: 170px; border: 1px solid #dfe4eb; border-radius: 7px; background: #fff; overflow: hidden; box-shadow: none; }
.product-list-card .card-img { aspect-ratio: auto; min-height: 168px; border-bottom: 0; border-right: 1px solid #dfe4eb; background: #fff; display: flex; align-items: center; justify-content: center; }
.product-list-card .card-img img { max-width: 86%; max-height: 86%; object-fit: contain; }
.product-list-card .card-body { padding: 18px 20px; display: grid; align-content: center; gap: 8px; }
.product-list-card .badge { display: block; width: fit-content; padding: 0; border-radius: 0; background: transparent; color: var(--orange); font-size: 13px; line-height: 1; font-weight: 700; text-transform: uppercase; }
.product-list-card .card-body h2 { margin: 0; font-size: 19px; line-height: 1.25; color: var(--blue); font-weight: 700; }
.product-list-card .sku { color: #8892a0; font-size: 13px; line-height: 1.2; }
.product-list-card .card-body p { margin: 0; color: #5f6f89; font-size: 14px; line-height: 1.4; }

/* ===== Product detail page (right column) ===== */
.product-page { max-width: 1280px; padding: 40px 24px 60px; }
.product-crumbs { margin-bottom: 24px; }
.product-search-row { margin: -12px 0 24px; }
.product-context-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 36px; align-items: start; }
.product-location-sidebar { position: sticky; top: 145px; }
.product-showcase { display: grid; grid-template-columns: minmax(320px, 46%) minmax(0, 1fr); gap: 40px; padding: 0; align-items: center; }
.product-media-panel { display: grid; gap: 16px; }
.product-media { min-height: 340px; display: flex; align-items: center; justify-content: center; background: #fff; border: 0; border-radius: 0; padding: 0; position: relative; }
.product-main-image { width: 100%; max-height: 380px; object-fit: contain; }
.product-zoom-icon { position: absolute; right: 10%; top: 28%; width: 42px; height: 42px; border-radius: 50%; background: #fff; box-shadow: 0 9px 24px rgba(15, 23, 42, .12); }
.product-zoom-icon::before { content: ""; position: absolute; left: 13px; top: 11px; width: 13px; height: 13px; border: 3px solid #111; border-radius: 50%; }
.product-zoom-icon::after { content: ""; position: absolute; left: 26px; top: 27px; width: 12px; height: 3px; background: #111; border-radius: 999px; transform: rotate(45deg); transform-origin: left center; }
.product-image-empty { min-height: 240px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-weight: 600; }
.product-gallery { width: 100%; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.product-gallery a { width: 64px; height: 64px; border: 0; border-radius: 0; background: #fff; display: flex; align-items: center; justify-content: center; padding: 0; opacity: .72; transition: opacity .18s ease, transform .18s ease; }
.product-gallery a:hover { opacity: 1; transform: translateY(-2px); }
.product-gallery img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-info { padding-top: 0; }
.product-title-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.product-info h1 { margin: 0; font-size: 28px; line-height: 1.2; color: #06497f; font-weight: 700; letter-spacing: 0; }
.product-pdf-link { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 38px; height: 44px; color: var(--orange); font-size: 0; font-weight: 700; text-transform: uppercase; }
.product-pdf-link:hover { color: #c96713; transform: translateY(-1px); }
.product-pdf-icon { display: inline-flex; align-items: flex-end; justify-content: center; width: 32px; height: 38px; padding-bottom: 6px; border-radius: 4px; background: var(--orange); color: #fff; font-size: 10px; line-height: 1; font-weight: 700; position: relative; box-shadow: 0 8px 18px rgba(218, 116, 22, .22); }
.product-pdf-icon::before { content: ""; position: absolute; left: 6px; right: 6px; top: 9px; height: 2px; background: rgba(255,255,255,.88); box-shadow: 0 6px 0 rgba(255,255,255,.78), 0 12px 0 rgba(255,255,255,.68); }
.product-pdf-icon::after { content: ""; position: absolute; right: 0; top: 0; border-top: 9px solid #fff; border-left: 9px solid rgba(0,0,0,.18); }
.product-sku { color: #667085; font-size: 15px; line-height: 1.3; margin-bottom: 28px; font-weight: 500; }
.product-sku span { color: var(--orange); font-weight: 700; }
.product-sku strong { color: #667085; font-weight: 500; }
.product-description-block h2 { margin: 0 0 14px; color: var(--orange); font-size: 18px; line-height: 1.2; font-weight: 700; letter-spacing: 0; }
.product-description { color: #4f5d6f; font-size: 15px; line-height: 1.55; margin: 0 0 14px; font-weight: 400; }
.product-description-line { margin: 14px 0 0; color: #4f5d6f; font-size: 14px; line-height: 1.5; font-weight: 400; }
.product-description-line strong { color: var(--orange); font-weight: 700; text-transform: uppercase; font-size: 13px; }
.product-description-specs { display: grid; gap: 6px; margin-top: 10px; }
.product-description-specs p { margin: 0; color: #4f5d6f; font-size: 14px; line-height: 1.5; font-weight: 400; }
.product-description-specs strong { color: var(--orange); font-weight: 700; text-transform: uppercase; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.crumbs a { color: var(--blue); }
.crumbs a:hover { color: var(--orange); }
.crumbs a::after, .crumbs span::after { content: "/"; margin-left: 8px; color: #b5bdc8; }
.crumbs span:last-child::after { content: ""; margin: 0; }
.product-contact-box { margin-top: 30px; display: grid; gap: 14px; justify-items: start; }
.product-action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.product-contact-toggle { background: var(--orange); color: #fff; border-radius: 999px; padding: 13px 26px; font-size: 15px; line-height: 1.1; font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
.product-contact-toggle:hover { background: #c96713; color: #fff; }
.product-contact-form { margin: 0; padding: 20px; border: 1px solid #dfe4eb; border-radius: 8px; background: #fff; }
.product-contact-form[hidden] { display: none; }
.product-contact-form h2 { margin: 0 0 16px; color: var(--orange); font-size: 18px; font-weight: 700; text-transform: uppercase; }
.product-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.product-contact-form label { display: grid; gap: 6px; color: #4f5d6f; font-size: 13px; font-weight: 600; }
.product-contact-form input { min-height: 42px; border: 1px solid #d9e1ea; border-radius: 5px; padding: 10px 12px; }
.product-contact-submit { margin-top: 14px; background: var(--orange); color: #fff; border-radius: 999px; padding: 12px 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.product-contact-submit:hover { background: #c96713; }
.product-contact-success { margin: 12px 0 0; color: #128c3a; font-size: 13px; font-weight: 700; }
.product-contact-error { margin: 12px 0 0; color: #b42318; background: #fff1f0; border: 1px solid #f5b5ad; border-radius: 6px; padding: 10px 12px; font-size: 13px; font-weight: 700; }
.product-wa-submit { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #25d366; color: #fff; }
.product-wa-submit:hover { background: #1fb85a; color: #fff; }
.product-wa { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: fit-content; min-width: 180px; border-radius: 999px; padding: 12px 20px; background: #25d366; color: #fff; font-size: 15px; line-height: 1.1; font-weight: 700; letter-spacing: 0; }
.product-wa:hover { background: #1fb85a; color: #fff; }
.wa-mark { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 999px; background: #fff; color: #128c3a; position: relative; }
.wa-mark::before { content: ""; width: 9px; height: 9px; border: 3px solid #128c3a; border-radius: 50%; border-left-color: transparent; transform: rotate(-35deg); }
.wa-mark::after { content: ""; position: absolute; left: 6px; bottom: 3px; border-top: 5px solid #128c3a; border-right: 5px solid transparent; transform: rotate(20deg); }
.product-category-line { margin-top: 32px; color: #06497f; font-size: 14px; line-height: 1.5; font-weight: 500; }
.product-category-line span:first-child { color: var(--orange); font-weight: 700; }
.product-category-line a { color: #06497f; }
.product-category-line a:hover { color: var(--orange); }
.category-extra { color: #06497f; }
.product-documents { margin-top: 26px; display: grid; gap: 12px; }
.product-document-tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.product-document-tab { display: inline-flex; align-items: center; gap: 9px; min-height: 36px; padding: 7px 13px; border: 1px solid #d8e1ec; border-radius: 7px; color: #06497f; background: #fff; font-size: 13px; font-weight: 700; }
.product-document-tab.active, .product-document-tab:hover { border-color: var(--orange); color: var(--orange); background: #fff8f1; }
.document-tab-icon { width: 14px; height: 16px; border: 2px solid currentColor; border-radius: 3px; position: relative; display: inline-block; }
.document-tab-icon::after { content: ""; position: absolute; left: 3px; right: 3px; top: 4px; height: 2px; background: currentColor; box-shadow: 0 4px 0 currentColor; }
.product-document-panel { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; padding: 16px 18px; border-radius: 8px; background: #f3f6fb; }
.product-document-panel[hidden] { display: none; }
.product-document-link { display: inline-flex; align-items: center; gap: 10px; color: #24324a; font-size: 14px; line-height: 1.3; font-weight: 700; }
.product-document-link:hover { color: var(--orange); }
.product-document-icon { width: 30px; height: 30px; border-radius: 8px; background: #0f2144; color: #fff; position: relative; flex: 0 0 auto; }
.product-document-icon::before { content: ""; position: absolute; left: 9px; top: 6px; width: 10px; height: 13px; border: 2px solid currentColor; border-radius: 2px; }
.product-document-icon.pdf::before { content: "PDF"; left: 5px; top: 11px; width: auto; height: auto; border: 0; font-size: 8px; font-weight: 700; }
.product-document-icon.video::before { left: 10px; top: 8px; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 10px solid currentColor; border-right: 0; border-radius: 0; }
.product-document-icon.article::before, .product-document-icon.marketing::before, .product-document-icon.manual::before { box-shadow: 0 6px 0 -1px currentColor; }
.product-tags { margin-top: 16px; }
.specs { border: 2px solid var(--blue); border-radius: 0; overflow: hidden; margin: 0; }
.spec-row { display: grid; grid-template-columns: 180px 1fr; border-bottom: 2px solid #fff; }
.spec-row:last-child { border-bottom: 0; }
.spec-row strong { background: var(--blue); color: #fff; padding: 11px 14px; text-transform: uppercase; font-size: 13px; font-weight: 700; }
.spec-row span { padding: 11px 14px; background: #e8e8e8; color: #111; font-size: 14px; }

.site-footer { background: #f4f5f7; border-top: 1px solid var(--line); padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(160px, .7fr)); gap: 34px; align-items: start; }
.footer-brand img { width: 220px; margin-bottom: 16px; }
.footer-brand p { margin: 0 0 10px; color: var(--muted); line-height: 1.55; }
.footer-column h2 { margin: 0 0 14px; color: var(--blue); font-size: 17px; font-weight: 700; }
.footer-column a { display: block; margin: 0 0 10px; color: #2f3743; font-weight: 600; font-size: 14px; }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--orange); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); }
.footer-legal a { color: var(--blue); font-size: 13px; font-weight: 700; }
.footer-legal a:hover { color: var(--orange); }
.legal-page { max-width: 980px; padding: 54px 18px 72px; }
.legal-page h1 { margin: 0 0 18px; color: var(--blue-dark); font-size: 36px; line-height: 1.15; font-weight: 700; }
.legal-page h2 { margin: 30px 0 10px; color: var(--blue); font-size: 20px; font-weight: 700; }
.legal-page p, .legal-page li { color: #4f5d6f; font-size: 16px; line-height: 1.7; }
.legal-page ul { margin: 10px 0 0; padding-left: 22px; }
.legal-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 30px; box-shadow: 0 12px 28px rgba(16, 47, 82, .06); }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 70; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; max-width: 1120px; margin: 0 auto; padding: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: #102f52; color: #fff; box-shadow: 0 22px 60px rgba(16, 47, 82, .32); }
.cookie-banner strong { display: block; margin-bottom: 5px; color: #ffd06b; font-size: 16px; font-weight: 700; }
.cookie-banner p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.45; }
.cookie-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.cookie-actions a { color: #ffd06b; font-size: 13px; font-weight: 700; }
.cookie-actions .btn { min-width: 96px; }
.assistant-widget { position: fixed; right: 38px; bottom: 92px; z-index: 50; }
.assistant-button { min-width: 280px; min-height: 44px; border-radius: 999px; box-shadow: none; display: inline-flex; align-items: center; gap: 12px; background: #e88400; padding: 8px 20px 8px 74px; position: relative; color: #fff; font-size: 18px; line-height: 1; font-weight: 700; }
.assistant-button:hover { background: #dc7d00; }
.assistant-avatar { width: 76px; height: 76px; border-radius: 50%; background: #fff; color: var(--blue); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; overflow: hidden; border: 5px solid #fff; box-shadow: 0 8px 24px rgba(0,0,0,.22); position: absolute; left: -8px; top: 50%; transform: translateY(-50%); }
.assistant-avatar img, .assistant-face img { width: 100%; height: 100%; object-fit: cover; }
.assistant-avatar.small { width: 50px; height: 50px; position: static; transform: none; border-width: 3px; background: #e8eef5; box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.help-panel { display: none; position: absolute; right: 0; bottom: 72px; width: min(390px, calc(100vw - 36px)); background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 20px 50px rgba(15, 23, 42, .18); overflow: hidden; z-index: 51; }
.help-panel.open { display: block; }
.help-head { background: var(--blue); color: #fff; padding: 14px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.help-head small { display: block; font-weight: 400; opacity: .85; }
.assistant-dialog { padding: 14px; background: #f7f9fb; display: grid; gap: 10px; max-height: 250px; overflow: auto; }
.assistant-message-row { display: grid; grid-template-columns: 38px 1fr; gap: 9px; align-items: end; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.assistant-message-row.visible { opacity: 1; transform: translateY(0); }
.assistant-message-row.queued { display: none; }
.assistant-face { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; background: #fff; border: 1px solid var(--line); align-self: start; }
.assistant-bubble { display: grid; gap: 5px; width: 100%; text-align: left; background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; font-weight: 400; }
.assistant-bubble strong { color: var(--blue); }
.assistant-bubble span { color: #30343b; line-height: 1.35; }
.assistant-bubble.selected { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(247,147,29,.18); }
.assistant-bubble.static { cursor: default; }
.help-body { padding: 14px; display: grid; gap: 10px; }
.promo { background: #fff7ed; border: 1px solid #fed7aa; border-radius: 6px; padding: 10px; font-size: 14px; }
.admin-layout { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin-nav { background: #102f52; color: #fff; padding: 18px; }
.admin-nav h2 { margin-top: 0; font-weight: 700; }
.admin-nav a { display: block; padding: 10px; border-radius: 6px; margin-bottom: 4px; }
.admin-nav a:hover { background: rgba(255,255,255,.12); }
.admin-user-chip { margin: 0 0 14px; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 700; }
.admin-user-chip span { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 400; }
.admin-main { padding: 24px; background: #f8fafc; overflow-x: auto; }
.admin-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 18px; margin: 0 0 20px; }
.admin-stats { padding-top: 0; padding-bottom: 18px; }
.table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
.table th, .table td { border-bottom: 1px solid var(--line); padding: 9px; text-align: left; vertical-align: top; }
.table th { background: #e9f0f7; font-weight: 700; }
.table input, .table select { min-width: 110px; }
.form-grid { display: grid; gap: 12px; }
.admin-product-search { grid-template-columns: minmax(220px, 1fr) 170px 210px 210px 120px 150px 180px 95px 95px 85px; align-items: end; margin-bottom: 16px; }
.bulk-actions { display: grid; grid-template-columns: 210px 180px repeat(3, minmax(150px, 1fr)) 110px; gap: 10px; align-items: center; }
.metrics-period-form { display: grid; grid-template-columns: 220px 180px 180px 110px 100px; gap: 10px; align-items: end; }
.admin-category-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-category-chips a { display: inline-flex; gap: 7px; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 7px 11px; font-size: 13px; font-weight: 600; color: var(--blue); }
.admin-category-chips span { color: var(--muted); font-weight: 400; }
.thumb-cell { width: 86px; }
.admin-thumb { width: 72px; height: 72px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 4px; }
.muted { color: var(--muted); font-size: 12px; }
.image-admin-grid { display: grid; grid-template-columns: 220px 1fr; gap: 18px; align-items: start; }
.admin-image-preview { width: 190px; min-height: 160px; border: 1px solid var(--line); border-radius: 6px; background: #fff; display: flex; align-items: center; justify-content: center; color: var(--muted); }
.admin-image-preview img { max-width: 100%; max-height: 190px; object-fit: contain; padding: 8px; }
.gallery-admin-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; margin: 14px 0; }
.gallery-admin-item { border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 10px; display: grid; gap: 8px; }
.document-admin-list { display: grid; gap: 12px; margin: 14px 0; }
.document-edit-row { display: grid; grid-template-columns: 150px 1fr 140px minmax(220px, 1.4fr) 170px 90px 85px 85px; gap: 10px; align-items: end; border: 1px solid var(--line); border-radius: 6px; padding: 12px; background: #fff; }
.document-edit-row label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.document-edit-row input[type="checkbox"] { width: auto; min-height: auto; justify-self: start; }
.gallery-admin-item img { width: 100%; height: 120px; object-fit: contain; background: var(--soft); border-radius: 4px; }
.inline-form { display: grid; grid-template-columns: repeat(4, minmax(120px, 1fr)); gap: 10px; align-items: end; margin-top: 12px; }
.admin-user-form { grid-template-columns: repeat(6, minmax(130px, 1fr)); }
.check-label { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--muted); }
.check-label input { width: auto; min-width: auto; }
.permission-table input[type="checkbox"] { width: 22px; min-width: 22px; height: 22px; }
.permission-save { margin-top: 14px; }
.crm-filters { display: grid; grid-template-columns: minmax(220px, 1fr) 190px 190px 110px 100px; gap: 10px; align-items: end; }
.crm-board { display: grid; grid-template-columns: repeat(6, minmax(270px, 1fr)); gap: 14px; align-items: start; overflow-x: auto; padding-bottom: 18px; }
.crm-column { background: #eef3f8; border: 1px solid #dbe5ef; border-radius: 8px; padding: 12px; min-height: 420px; }
.crm-column h2 { display: flex; justify-content: space-between; align-items: center; margin: 0 0 12px; color: var(--blue); font-size: 16px; font-weight: 700; }
.crm-column h2 span { display: inline-flex; align-items: center; justify-content: center; min-width: 28px; height: 28px; border-radius: 999px; background: #fff; color: var(--muted); font-size: 13px; }
.crm-card { background: #fff; border: 1px solid #d9e1ea; border-radius: 8px; padding: 12px; margin-bottom: 12px; display: grid; gap: 9px; box-shadow: 0 8px 20px rgba(16, 47, 82, .06); }
.crm-card.due { border-left: 5px solid var(--orange); }
.crm-card header { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.crm-card header strong { color: var(--blue); font-size: 15px; line-height: 1.2; font-weight: 700; }
.crm-card p { margin: 0; color: #4f5d6f; font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.crm-message { max-height: 74px; overflow: auto; background: #f8fafc; border-radius: 6px; padding: 8px; }
.crm-next { color: #9a4b00 !important; }
.crm-priority { flex: 0 0 auto; border-radius: 999px; padding: 4px 8px; font-size: 11px; font-weight: 700; background: #e8eef5; color: var(--blue); }
.crm-priority.alta { background: #fff3e8; color: #b85f10; }
.crm-priority.urgente { background: #fee4e2; color: #b42318; }
.crm-priority.baja { background: #ecfdf3; color: #027a48; }
.crm-card summary { cursor: pointer; color: var(--blue); font-weight: 700; font-size: 13px; }
.crm-update-form { display: grid; gap: 8px; margin-top: 10px; }
.crm-update-form label { display: grid; gap: 4px; color: var(--muted); font-size: 12px; font-weight: 700; }
.crm-update-form input, .crm-update-form select, .crm-update-form textarea { min-height: 38px; padding: 8px 9px; font-size: 13px; }
.crm-update-form button { padding: 9px 12px; }
.crm-history { border-top: 1px solid var(--line); padding-top: 8px; }
.crm-comment { border-left: 3px solid #dbe5ef; padding: 7px 0 7px 9px; margin-top: 8px; }
.crm-comment strong { color: var(--blue); font-size: 12px; }
.crm-comment span { color: var(--muted); font-size: 11px; }
.crm-card footer { display: flex; gap: 10px; border-top: 1px solid var(--line); padding-top: 8px; }
.crm-card footer a { color: var(--orange); font-size: 13px; font-weight: 700; }
.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.section-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 14px; }
.section-head h2 { margin: 0 0 6px; font-weight: 700; }
.section-head p { margin: 0; color: var(--muted); line-height: 1.45; }
.spec-editor { margin: 4px 0 0; }
.spec-rows { display: grid; gap: 10px; }
.spec-edit-row { display: grid; grid-template-columns: minmax(180px, .35fr) 1fr 110px; gap: 10px; align-items: start; }
.spec-edit-row textarea { min-height: 44px; resize: vertical; }
.spec-remove { min-height: 44px; }
.auth-card { max-width: 520px; margin: 50px auto; border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: #fff; }
.construction-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: #f4f7fb; }
.construction-card { width: min(620px, 100%); border: 1px solid var(--line); border-radius: 8px; padding: 34px; background: #fff; text-align: center; box-shadow: 0 18px 40px rgba(16, 47, 82, .12); }
.construction-card img { max-width: 240px; max-height: 120px; object-fit: contain; margin-bottom: 22px; }
.construction-card h1 { margin: 0 0 12px; color: var(--blue); font-size: 30px; line-height: 1.15; font-weight: 700; }
.construction-card p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.5; }
.captcha-code { display: inline-flex; width: fit-content; margin: 7px 0; padding: 9px 14px; border: 1px dashed #8aa5c3; border-radius: 6px; background: #eef5fc; color: var(--blue); font-size: 20px; letter-spacing: 4px; font-weight: 700; user-select: none; }
.notice { background: #e0f2fe; border: 1px solid #7dd3fc; padding: 10px; border-radius: 6px; }
@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; min-height: 76px; }
  .brand img { width: 205px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; grid-column: 1 / -1; justify-content: flex-start; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 12px; }
  .menu-open .main-nav { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .contact-inner { justify-content: flex-start; }
  .search-form, .catalog-search, .category-search, .grid, .category-grid, .catalog-layout, .subcategory-strip, .product-layout, .admin-layout, .two, .inline-form, .spec-edit-row, .document-edit-row, .admin-product-search, .image-admin-grid, .bulk-actions, .metrics-period-form { grid-template-columns: 1fr; }
  .section-head { display: grid; }
  .footer-grid { grid-template-columns: 1fr; }
  .cookie-banner { grid-template-columns: 1fr; left: 12px; right: 12px; bottom: 12px; }
  .cookie-actions { justify-content: flex-start; }
  .spec-row { grid-template-columns: 1fr; }
  .catalog-sidebar { position: static; }
  .product-list-card.card { grid-template-columns: 1fr; }
  .category-card { grid-template-rows: auto auto; }
  .subcategory-card { grid-template-columns: 76px 1fr; }
  .subcategory-card img { width: 76px; height: 76px; }
  .product-list-card .card-img { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-page { padding: 22px 18px 40px; }
  .product-context-layout { grid-template-columns: 1fr; gap: 24px; }
  .product-location-sidebar { position: static; }
  .product-showcase { gap: 24px; padding-bottom: 24px; align-items: start; }
  .product-media { min-height: 260px; padding: 0; }
  .product-info h1 { font-size: 24px; margin-bottom: 14px; }
  .product-sku { font-size: 14px; margin-bottom: 22px; }
  .product-description-block h2 { font-size: 17px; margin-bottom: 12px; }
  .product-description { font-size: 14px; }
  .product-description-specs p { font-size: 13px; }
  .product-category-line { font-size: 13px; margin-top: 24px; }
  .product-contact-grid { grid-template-columns: 1fr; }
  .product-contact-form { margin-top: 24px; padding: 16px; }
  .product-action-row { width: 100%; }
  .product-wa, .product-contact-toggle { width: 100%; min-width: 0; font-size: 14px; }
  .product-zoom-icon { width: 36px; height: 36px; right: 4%; top: 18%; }
  .product-zoom-icon::before { left: 11px; top: 9px; width: 11px; height: 11px; border-width: 3px; }
  .product-zoom-icon::after { left: 22px; top: 23px; width: 10px; height: 3px; }
  .assistant-widget { right: 12px; bottom: 72px; max-width: calc(100vw - 24px); }
  .assistant-button { min-width: 0; width: calc(100vw - 44px); font-size: 15px; padding-left: 64px; padding-right: 16px; }
  .assistant-avatar { width: 64px; height: 64px; }
}

/* ===== Ajustes finales de produccion ===== */
:focus-visible { outline: 3px solid rgba(218, 116, 22, .75); outline-offset: 3px; }
button, .btn, input, select, textarea { max-width: 100%; }
button, .btn { min-height: 42px; }
.header-whatsapp .whatsapp-mark, .whatsapp-intent-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}
.header-whatsapp .header-whatsapp-number {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.catalog-search {
  grid-template-columns: minmax(300px, 1.8fr) minmax(150px, .8fr) repeat(3, minmax(120px, .7fr)) auto auto;
  gap: 10px;
  align-items: stretch;
}
.catalog-search > * { min-width: 0; }
.catalog-search button, .catalog-search .btn { min-width: 96px; }
.product-context-layout.sidebar-collapsed { row-gap: 18px; }
.product-context-layout.sidebar-collapsed .catalog-sidebar-shell { margin-bottom: 0; }
.product-showcase { align-items: start; }
.product-media {
  height: 420px;
  min-height: 420px;
  aspect-ratio: auto;
}
.product-main-image { max-height: 420px; }
.product-info { padding-top: 14px; }
.product-media:hover .product-main-image { transform: none; }
@media (hover: hover) and (pointer: fine) {
  .product-media:hover .product-main-image { transform: scale(2.2); }
}
.cookie-banner + .assistant-widget { display: none; }
.system-check-table td:last-child { overflow-wrap: anywhere; }
.notice.error { border-color: #fda29b; background: #fff1f0; color: #912018; }
.auth-card { width: min(520px, calc(100% - 32px)); }

@media (max-width: 1180px) and (min-width: 701px) {
  .catalog-search { grid-template-columns: minmax(240px, 1.4fr) repeat(2, minmax(170px, 1fr)); }
  .catalog-search button, .catalog-search .btn { width: 100%; }
}

@media (max-width: 900px) {
  .admin-layout { display: block; min-height: 100vh; }
  .admin-nav {
    position: sticky;
    top: 0;
    z-index: 80;
    display: flex;
    gap: 8px;
    align-items: center;
    overflow-x: auto;
    padding: 10px 12px;
    box-shadow: 0 8px 22px rgba(16, 47, 82, .2);
    scrollbar-width: thin;
  }
  .admin-nav h2, .admin-user-chip, .admin-nav a { flex: 0 0 auto; }
  .admin-nav h2 { margin: 0 8px 0 0; font-size: 18px; white-space: nowrap; }
  .admin-nav a { display: block; margin: 0; padding: 9px 10px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); white-space: nowrap; font-size: 13px; }
  .admin-user-chip { display: none; }
  .admin-main { width: 100%; padding: 16px 12px 34px; overflow-x: hidden; }
  .admin-main h1 { margin-top: 0; font-size: 27px; line-height: 1.15; overflow-wrap: anywhere; }
  .system-check-table td:nth-child(3) { font-size: 12px; }
}

@media (max-width: 700px) {
  .header-whatsapp-number { display: none !important; }
  .products-hero { padding: 24px 0 18px; }
  .products-hero h1 { margin-bottom: 8px; font-size: 27px; }
  .products-hero .hero-eyebrow { margin-bottom: 8px; font-size: 11px; }
  .catalog-search { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; }
  .catalog-search > :first-child { grid-column: 1 / -1; }
  .catalog-search input, .catalog-search select, .catalog-search button, .catalog-search .btn { min-width: 0; min-height: 44px; padding-left: 11px; padding-right: 11px; font-size: 13px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 16px 0 32px; }
  .category-card { min-width: 0; }
  .category-content { padding: 10px; gap: 4px; }
  .category-content strong { font-size: 13px; overflow-wrap: anywhere; }
  .category-content small { font-size: 11px; line-height: 1.3; }
  .category-image img { padding: 8px; }
  .product-page { padding-top: 18px; }
  .product-search-row { margin-bottom: 14px; }
  .product-context-layout, .product-context-layout.sidebar-collapsed { gap: 14px; }
  .product-context-layout.sidebar-collapsed .catalog-sidebar-shell { width: 100%; }
  .product-showcase { gap: 18px; }
  .product-media { height: 300px; min-height: 300px; }
  .product-main-image { max-height: 300px; }
  .product-info { padding-top: 0; }
  .product-info h1 { font-size: 24px; line-height: 1.16; }
  .contact-hero { padding-top: 30px; }
  .contact-mascot-card { max-height: 250px; overflow: hidden; }
  .contact-mascot-card img { max-height: 250px; object-fit: contain; object-position: center top; }
  .cookie-banner { gap: 9px; padding: 12px; }
  .cookie-banner strong { margin-bottom: 3px; font-size: 15px; }
  .cookie-banner p { font-size: 12px; line-height: 1.32; }
  .cookie-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; width: 100%; }
  .cookie-actions a, .cookie-actions button { width: 100%; min-width: 0; min-height: 40px; padding: 8px 6px; text-align: center; font-size: 12px; }
  .assistant-widget { max-width: calc(100vw - 24px); }
  .help-panel { max-height: min(620px, calc(100vh - 120px)); }
}

@media (max-width: 380px) {
  .brand img { width: 182px; }
  .catalog-search { grid-template-columns: 1fr; }
  .catalog-search > * { grid-column: 1; }
  .category-content strong { font-size: 12px; }
  .category-content small { font-size: 10px; }
  .cookie-actions { grid-template-columns: 1fr 1fr; }
  .cookie-actions a { grid-column: 1 / -1; }
}

/* Correcciones visuales de cierre: portada, producto, asistente y footer. */
.products-hero .hero-eyebrow {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--orange);
}
.main-nav a {
  border-radius: 0;
  background: transparent;
}
.main-nav a:hover,
.main-nav a:focus-visible {
  background: transparent;
  color: var(--orange);
  border-bottom-color: var(--orange);
}
.products-hero .hero-copy { margin-bottom: 20px; }
.products-hero .hero-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}
.category-image {
  min-height: 0;
  aspect-ratio: 4 / 3;
}
.product-crumbs { margin-bottom: 12px; }
.product-search-row { margin: 0 0 24px; }
.site-footer { padding: 32px 0; }
.footer-grid { gap: 28px; }
.footer-brand img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto !important;
  max-height: 72px;
  margin-bottom: 16px;
  object-fit: contain;
  object-position: left center;
}
.footer-contact-list {
  color: var(--muted);
  font-weight: 500;
}
.footer-contact-list a,
.footer-contact-list .footer-whatsapp {
  color: var(--blue);
  font-weight: 700;
}
.footer-contact-list a:hover,
.footer-contact-list .footer-whatsapp:hover,
.footer-contact-list .footer-whatsapp:focus-visible {
  background: transparent;
  color: var(--orange);
}
.assistant-widget { bottom: 20px; }

@media (max-width: 700px) {
  .products-hero .hero-copy { margin-bottom: 16px; }
  .products-hero .hero-copy p { font-size: 13px; line-height: 1.45; }
  .product-crumbs { margin-bottom: 10px; font-size: 11px; line-height: 1.35; }
  .product-search-row { margin: 0 0 14px; }
  .site-footer { padding: 26px 0; }
  .footer-grid { gap: 22px; }
  .footer-brand img { width: 185px; max-height: 58px; }
  .assistant-widget { right: 6px; bottom: max(8px, env(safe-area-inset-bottom)); }
  .assistant-button {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .assistant-button > span:last-child { display: none; }
  .assistant-avatar {
    position: static;
    width: 50px;
    height: 50px;
    border-width: 3px;
    transform: none;
  }
  .help-panel { bottom: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Constructor visual de paginas promocionales. */
.promo-live-preview {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
  position: sticky;
  top: 18px;
  min-height: 560px;
  max-height: 78vh;
  margin: 18px 0;
  padding: 18px;
  border: 1px dashed #8ea8c2;
  border-radius: 8px;
  background: #eef3f7;
  align-content: start;
  overflow-y: auto;
}
.promo-live-preview > span { grid-column: 1 / -1; align-self: center; text-align: center; color: var(--muted); }
.landing-builder > .promo-preview-toolbar { grid-column: 1; grid-row: 2; align-self: end; }
.landing-builder > .promo-live-preview { grid-column: 1; grid-row: 3; }
.landing-builder > .landing-builder-list { grid-column: 2; grid-row: 2 / span 2; }
.promo-preview-toolbar { display: flex; justify-content: center; gap: 6px; margin: 12px 0 0; }
.promo-preview-toolbar button { min-height: 38px; padding: 8px 14px; border: 1px solid #cbd6e2; background: #fff; color: #174f86; }
.promo-preview-toolbar button.is-active { background: #174f86; color: #fff; }
.promo-live-preview[data-mode="tablet"] { width: min(100%, 768px); margin-inline: auto; }
.promo-live-preview[data-mode="mobile"] { width: min(100%, 390px); margin-inline: auto; grid-template-columns: 1fr; }
.promo-live-preview[data-mode="mobile"] .promo-preview-block { grid-column: 1 / -1 !important; }
.draft-restore-notice, .admin-session-notice { position: sticky; top: 12px; z-index: 120; display: flex; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid #e4a63d; background: #fff8df; box-shadow: 0 8px 24px rgba(16,47,82,.12); }
.admin-session-notice[hidden] { display: none; }
.custom-field-row { display: grid; grid-template-columns: 24px repeat(5,minmax(130px,1fr)) auto; gap: 10px; align-items: end; padding: 12px 0; border-bottom: 1px solid #dbe3ec; }
.custom-field-row label { min-width: 0; }
.promo-block img { width: var(--promo-image-width, 100%); object-position: var(--promo-image-position, center); }
.promo-block[style*="--promo-image-height:0px"] img { height: auto; }
.promo-block:not([style*="--promo-image-height:0px"]) img { height: var(--promo-image-height); object-fit: var(--promo-image-fit, cover); }
.promo-block.button-align-center .btn { display: block; width: fit-content; margin-inline: auto; }
.promo-block.button-align-right .btn { display: block; width: fit-content; margin-left: auto; }
.promo-block.button-align-left .btn { display: block; width: fit-content; margin-right: auto; }
.promo-block-button .promo-full-image { display: block; margin-inline: auto; margin-bottom: 18px; }
.promo-block.button-width-full .btn { display: flex; width: 100%; justify-content: center; }
.promo-block.button-size-small .btn { padding: 8px 14px; font-size: 14px; }
.promo-block.button-size-large .btn { padding: 16px 28px; font-size: 20px; }
.promo-block.button-style-blue .btn { background: #174f86; border-color: #174f86; }
.promo-block.button-style-outline .btn { background: transparent; border: 2px solid #da7416; color: #da7416; }
.promo-block.button-style-whatsapp .btn { background: #25d366; border-color: #25d366; color: #fff; }
.promo-block.hide-on-desktop { display: none; }
@media (max-width: 900px) {
  .promo-block { grid-column: span var(--promo-tablet-cols, 12); }
  .promo-block.hide-on-desktop { display: block; }
  .promo-block.hide-on-tablet { display: none; }
  .custom-field-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .promo-block { grid-column: span var(--promo-mobile-cols, 12); }
  .promo-block.hide-on-tablet { display: block; }
  .promo-block.hide-on-mobile { display: none; }
  .custom-field-row { grid-template-columns: 1fr; }
}
.promo-preview-block { display: grid; gap: 8px; overflow: hidden; min-width: 0; min-height: 90px; border: 0; font: inherit; cursor: pointer; transition: .18s ease; }
.promo-preview-block:hover { transform: translateY(-2px); }
.promo-preview-block.is-selected { outline: 3px solid var(--orange); outline-offset: 2px; }
.promo-preview-block small { opacity: .72; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.promo-preview-block strong, .promo-preview-block span { overflow: hidden; text-overflow: ellipsis; }
.promo-preview-block strong { font-size: 14px; }
.promo-preview-block span { font-size: 11px; line-height: 1.35; }
.promo-preview-block > img { width: 100%; height: 130px; object-fit: contain; border-radius: 4px; background: rgba(255,255,255,.7); }
.promo-preview-block[data-type="banner"] > img, .promo-preview-block[data-type="carousel"] > img { height: 210px; }
.preview-button, .preview-link { display: inline-flex; width: fit-content; padding: 7px 12px; border-radius: 999px; background: var(--orange); color: #fff; font-size: 11px; font-style: normal; font-weight: 800; }
.preview-button.is-incomplete { border: 1px dashed #9a5a00; background: #fff3d6; color: #7a4700; }
.preview-form { display: grid !important; gap: 5px; }
.preview-form i { display: block; height: 22px; border: 1px solid #cbd5e1; border-radius: 4px; background: #fff; }
.preview-form em { display: block; width: fit-content; padding: 6px 10px; border-radius: 4px; background: var(--orange); color: #fff; font-size: 10px; font-style: normal; font-weight: 800; }
.promo-drag { cursor: grab; padding: 7px; color: var(--blue); font-size: 20px; line-height: 1; user-select: none; }
.landing-builder-block.is-dragging { opacity: .45; outline: 2px dashed var(--orange); }
.builder-design { margin: 2px 0; padding: 12px; border: 1px solid #d8e2ed; border-radius: 6px; background: #f8fafc; }
.builder-design legend { padding: 0 7px; color: var(--blue); font-size: 13px; font-weight: 800; }
.builder-design-grid { display: grid; grid-template-columns: repeat(4, minmax(130px, 1fr)); gap: 10px; }
.landing-builder-block [data-control-for] { display: none; }
.landing-builder-block[data-type="single_product"] [data-control-for="single_product"],
.landing-builder-block[data-type="landing_link"] [data-control-for="landing_link"],
.landing-builder-block[data-type="carousel"] [data-control-for="carousel"] { display: grid; }
.carousel-fields { grid-template-columns: 1fr; gap: 10px; padding: 12px; border: 1px solid #d8e2ed; border-radius: 6px; background: #f8fafc; }
.carousel-fields > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.slide-editor { display: grid; gap: 10px; }
.slide-editor-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.slide-editor-list { display: grid; gap: 10px; }
.slide-editor-row { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 9px; padding: 10px; border: 1px solid #cbd8e6; border-radius: 6px; background: #fff; }
.slide-editor-row label { min-width: 0; }
.slide-editor-preview { grid-row: span 3; display: grid; place-items: center; width: 92px; min-height: 112px; overflow: hidden; border-radius: 4px; background: #eef3f7; color: var(--muted); font-size: 10px; text-align: center; }
.slide-editor-preview img { width: 100%; height: 100%; min-height: 112px; object-fit: cover; }
.slide-editor-row [data-remove-slide] { width: fit-content; justify-self: end; }
.promo-canvas .promo-block {
  grid-column: span var(--promo-cols, 12);
  margin-top: var(--promo-margin-top, 0);
  min-height: var(--promo-min-height, 0);
  border-radius: var(--promo-radius, 8px);
  background-color: var(--promo-custom-bg, initial);
  color: var(--promo-custom-text, inherit);
}
.promo-canvas .promo-block.has-column-start { grid-column: var(--promo-start) / span var(--promo-cols, 12); }
.promo-block .promo-block-inner { min-height: inherit; padding: var(--promo-padding, 32px); text-align: inherit; }
.promo-block.align-left { text-align: left; }
.promo-block.align-center { text-align: center; }
.promo-block.align-right { text-align: right; }
.promo-block.align-center .promo-rich-copy, .promo-block.align-center .promo-lead { margin-left: auto; margin-right: auto; }
.promo-block.align-right .promo-rich-copy, .promo-block.align-right .promo-lead { margin-left: auto; }
.promo-block.border-thin { border: 1px solid #cbd5e1; }
.promo-block.border-strong { border: 3px solid var(--blue); }
.promo-block.shadow-small { box-shadow: 0 8px 20px rgba(15, 60, 105, .12); }
.promo-block.shadow-large { box-shadow: 0 18px 46px rgba(15, 60, 105, .22); }
.promo-block[style*="--promo-custom-text"] h2 { color: var(--promo-custom-text); }
.promo-block img, .promo-block .promo-banner > img, .promo-block .promo-split img { object-fit: var(--promo-image-fit, cover); }
.promo-single-product .card { height: 100%; }
.promo-landing-link { display: grid; grid-template-columns: minmax(140px, .8fr) minmax(0, 1.2fr); gap: 24px; align-items: center; min-height: inherit; }
.promo-landing-link img { width: 100%; max-height: 360px; object-fit: var(--promo-image-fit, cover); }
.promo-landing-link h2 { margin-bottom: 8px; }
.promo-landing-link p { line-height: 1.55; }
.promo-landing-link em { color: var(--orange); font-style: normal; font-weight: 800; }
.promo-contact-form { max-width: 820px; margin: 0 auto; }
.promo-contact-form > p { margin-bottom: 20px; line-height: 1.55; }
.promo-carousel { position: relative; min-height: max(280px, var(--promo-min-height, 0px)); background: #e9eef4; }
.promo-carousel-viewport { min-height: inherit; overflow: hidden; touch-action: pan-y pinch-zoom; }
.promo-carousel-track { display: flex; min-height: inherit; }
.promo-carousel-slide { flex: 0 0 100%; min-width: 0; min-height: inherit; position: relative; }
.promo-carousel-slide > a, .promo-carousel-slide > img { display: block; width: 100%; min-height: inherit; height: 100%; }
.promo-carousel-slide img { width: 100%; min-height: inherit; max-height: 680px; object-fit: var(--promo-image-fit, cover); }
.promo-carousel-slide strong { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 14px 18px; background: rgba(0,0,0,.68); color: #fff; font-size: 24px; }
.promo-carousel-arrow { position: absolute; z-index: 2; top: 50%; width: 44px; height: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 50%; transform: translateY(-50%); background: rgba(0,0,0,.62); color: #fff; font-size: 34px; line-height: 1; }
.promo-carousel-arrow.prev { left: 14px; }
.promo-carousel-arrow.next { right: 14px; }
.promo-carousel-dots { position: absolute; z-index: 2; right: 16px; bottom: 14px; display: flex; gap: 7px; }
.promo-carousel-dots button { width: 11px; height: 11px; min-height: 11px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: rgba(0,0,0,.4); }
.promo-carousel-dots button.is-active { background: var(--orange); }
.promo-category-carousel { position: relative; padding: 0 28px; background: #f1f1f1; }
.promo-category-viewport { overflow: hidden; touch-action: pan-y pinch-zoom; }
.promo-category-track { display: flex; }
.promo-category-slide { flex: 0 0 clamp(112px, 10vw, 142px); min-width: 0; margin-right: 6px; }
.promo-category-slide a { display: grid; grid-template-rows: 90px auto; min-height: 128px; padding: 8px 6px 10px; background: #fff; color: #111827; text-align: center; }
.promo-category-slide a:hover { color: var(--orange); }
.promo-category-slide span { display: grid; place-items: center; min-width: 0; }
.promo-category-slide img { width: 82px; height: 76px; object-fit: contain; filter: grayscale(1); opacity: .62; transition: filter .18s ease, opacity .18s ease; }
.promo-category-slide a:hover img { filter: none; opacity: 1; }
.promo-category-slide em { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: #eef1f4; color: #8b929a; font-size: 24px; font-style: normal; font-weight: 800; }
.promo-category-slide strong { align-self: center; font-size: 13px; font-weight: 500; line-height: 1.2; }
.promo-category-carousel .promo-carousel-arrow { width: 34px; height: 44px; min-height: 44px; border-radius: 4px; font-size: 28px; }
.promo-category-carousel .promo-carousel-arrow.prev { left: 0; }
.promo-category-carousel .promo-carousel-arrow.next { right: 0; }
.category-image-form { display: grid; min-width: 180px; gap: 7px; }
.category-image-form img { width: 86px; height: 70px; padding: 4px; border: 1px solid var(--line); background: #fff; object-fit: contain; }
.category-image-form span { color: var(--muted); font-size: 12px; }
.category-image-form input[type="file"] { width: 180px; max-width: 100%; font-size: 12px; }
.category-image-form button { width: fit-content; }

@media (max-width: 600px) {
  .promo-category-carousel { padding-inline: 24px; }
  .promo-category-slide { flex-basis: 42%; }
}

@media (max-width: 900px) {
  .landing-builder { grid-template-columns: 1fr; }
  .landing-builder > .promo-preview-toolbar,
  .landing-builder > .promo-live-preview,
  .landing-builder > .landing-builder-list { grid-column: 1; grid-row: auto; }
  .promo-live-preview { position: static; min-height: 360px; max-height: none; }
  .builder-design-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .promo-canvas .promo-block, .promo-canvas .promo-block.has-column-start { grid-column: 1 / -1; }
  .promo-live-preview { grid-template-columns: 1fr; }
  .promo-preview-block { grid-column: 1 !important; }
  .promo-landing-link { grid-template-columns: 1fr; }
  .builder-design-grid { grid-template-columns: 1fr; }
  .landing-builder .builder-design-grid { grid-template-columns: 1fr; }
  .slide-editor-row { grid-template-columns: 1fr; }
  .slide-editor-preview { grid-row: auto; width: 100%; height: 150px; }
  .landing-builder-toolbar { align-items: flex-start; flex-wrap: wrap; }
  .landing-builder-actions { width: 100%; overflow-x: auto; }
}

/* =========================================================
   REFINAMIENTO VISUAL GENERAL
   Añadir al final del archivo para unificar jerarquía,
   espaciado, tipografía y apariencia de los componentes.
   ========================================================= */

:root {
  --space-1: 0.375rem;
  --space-2: 0.625rem;
  --space-3: 0.875rem;
  --space-4: 1.125rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 2.75rem;
  --space-8: 3.75rem;
  --space-9: 5rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.375rem;

  --shadow-xs: 0 2px 8px rgba(6, 31, 60, 0.04);
  --shadow-sm: 0 10px 28px rgba(6, 31, 60, 0.07);
  --shadow-md: 0 18px 46px rgba(6, 31, 60, 0.11);

  --content-narrow: 760px;
  --content-default: 1200px;
}

/* Base tipográfica */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.005em;
  background: #f8fafc;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

p,
li,
dd,
input,
select,
textarea,
button {
  line-height: 1.55;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
  letter-spacing: -0.025em;
}

.wrap {
  width: min(100% - 40px, var(--content-default));
  padding-inline: 0;
}

/* Encabezado más ligero */
.site-header {
  box-shadow: 0 8px 28px rgba(6, 31, 60, 0.055);
}

.header-inner {
  min-height: 84px;
  gap: var(--space-6);
}

.brand img {
  width: clamp(190px, 20vw, 228px);
}

.main-nav {
  gap: clamp(18px, 2.2vw, 30px);
  font-size: 13px;
  font-weight: 700;
}

.main-nav a {
  padding-block: 30px 26px;
  transition: color 0.18s ease, border-color 0.18s ease;
}

/* Hero */
.products-hero,
.landing-hero,
.contact-hero,
.hero {
  padding-block: clamp(40px, 5vw, 72px);
}

.products-hero.compact {
  padding-block: clamp(30px, 4vw, 52px);
}

.products-hero h1,
.landing-hero h1,
.contact-copy h1,
.hero h1 {
  max-width: 900px;
  margin-bottom: var(--space-4);
  font-size: clamp(2rem, 4.2vw, 3.75rem);
  line-height: 1.04;
  font-weight: 800;
}

.products-hero.compact h1 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
}

.products-hero .hero-copy,
.landing-hero-copy,
.contact-copy {
  max-width: 820px;
}

.products-hero .hero-copy p,
.landing-hero p,
.contact-copy p,
.landing-intro {
  max-width: var(--content-narrow);
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.72;
  font-weight: 450;
  color: #556274;
}

.hero-eyebrow {
  margin-bottom: var(--space-3);
  letter-spacing: 0.08em;
}

/* Formularios y botones */
input,
select,
textarea {
  min-height: 46px;
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  border-color: #d8e1eb;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(23, 79, 134, 0.12);
}

button,
.btn {
  min-height: 44px;
  border-radius: var(--radius-sm);
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 750;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    background-color 0.18s ease, color 0.18s ease;
}

button:hover,
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(6, 31, 60, 0.12);
}

/* Separación uniforme entre bloques */
.landing-content,
.product-page,
.catalog-layout,
.contact-layout,
.legal-page {
  padding-top: clamp(36px, 5vw, 72px);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.landing-subviews,
.landing-related,
.landing-lead-card,
.landing-products,
.landing-locations,
.product-documents,
.product-contact-box,
.product-category-line {
  margin-top: clamp(40px, 6vw, 72px);
}

/* Texto editorial */
.landing-copy {
  max-width: 920px;
  gap: var(--space-4);
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.78;
  color: #3d4c60;
}

.landing-copy h2,
.landing-subviews h2,
.landing-related h2,
.landing-lead-card h2,
.landing-products h2,
.landing-locations h2 {
  margin: clamp(34px, 5vw, 60px) 0 var(--space-4);
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
  line-height: 1.12;
  font-weight: 800;
}

.landing-copy h3 {
  margin-top: var(--space-5);
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
}

.landing-copy p + p {
  margin-top: var(--space-2);
}

/* Tarjetas más limpias */
.card,
.category-card,
.subcategory-card,
.landing-subview-card,
.landing-related-card,
.landing-lead-card,
.contact-card,
.location-card,
.legal-card,
.product-contact-form,
.catalog-sidebar {
  border-color: #dde5ee;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}

.card,
.category-card,
.subcategory-card,
.landing-subview-card,
.landing-related-card,
.location-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.card:hover,
.category-card:hover,
.subcategory-card:hover,
.landing-subview-card:hover,
.landing-related-card:hover,
.location-card:hover {
  transform: translateY(-3px);
  border-color: #c7d4e2;
  box-shadow: var(--shadow-md);
}

.card-body,
.category-content,
.landing-related-copy {
  padding: var(--space-5);
}

.card-body {
  gap: var(--space-3);
}

.card-body h2,
.category-content strong,
.landing-related-copy strong,
.landing-subview-copy strong {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.3;
}

.card-body p,
.category-content small,
.landing-related-copy em,
.landing-subview-copy small {
  line-height: 1.6;
}

/* Catálogo */
.catalog-layout {
  gap: clamp(24px, 3vw, 42px);
}

.catalog-sidebar {
  padding: var(--space-5);
}

.catalog-sidebar h2 {
  margin-bottom: var(--space-4);
  font-size: 1.25rem;
}

.sidebar-link {
  padding-block: 10px;
  line-height: 1.35;
}

.catalog-results {
  gap: var(--space-5);
}

.catalog-summary {
  padding-bottom: var(--space-4);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.category-separator {
  margin: var(--space-7) 0 var(--space-3);
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
}

.product-list-card.card {
  grid-template-columns: clamp(190px, 22vw, 280px) minmax(0, 1fr);
  min-height: 210px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.product-list-card .card-img {
  min-height: 208px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.product-list-card .card-body {
  padding: clamp(22px, 3vw, 34px);
  gap: 12px;
}

.product-list-card .card-body h2 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.18;
}

.product-list-card .card-body p {
  max-width: 850px;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.65;
}

/* Página de producto */
.product-context-layout {
  gap: clamp(34px, 5vw, 64px);
}

.product-showcase {
  gap: clamp(36px, 6vw, 78px);
}

.product-media {
  height: clamp(360px, 42vw, 540px);
  min-height: 360px;
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.product-main-image {
  max-height: 100%;
}

.product-info {
  padding-top: var(--space-2);
}

.product-title-row {
  margin-bottom: var(--space-4);
}

.product-info h1 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.08;
  font-weight: 750;
}

.product-sku {
  margin-bottom: var(--space-7);
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
}

.product-description-block h2 {
  margin-bottom: var(--space-4);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.product-description {
  max-width: 760px;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.78;
  font-weight: 450;
}

.product-description p {
  margin-bottom: var(--space-4);
}

.product-description h2,
.product-description h3 {
  margin-top: var(--space-7);
}

.product-description-line,
.product-description-specs p,
.product-category-line {
  font-size: 1rem;
  line-height: 1.65;
}

.product-contact-toggle,
.product-wa {
  min-height: 50px;
  padding: 14px 24px;
  font-size: 15px;
}

/* Listados con más aire */
.landing-copy ul {
  gap: 14px;
}

.landing-copy li {
  min-height: 64px;
  padding: 16px 18px 16px 44px;
  border-radius: var(--radius-md);
  line-height: 1.5;
  font-weight: 650;
}

.landing-copy li::before {
  top: 22px;
  left: 18px;
}

/* Footer */
.site-footer {
  padding-block: clamp(42px, 5vw, 64px);
}

.footer-grid {
  gap: clamp(28px, 4vw, 54px);
}

.footer-column h2 {
  margin-bottom: var(--space-4);
}

.footer-column a {
  margin-bottom: 12px;
  line-height: 1.45;
}

/* Móvil */
@media (max-width: 900px) {
  .wrap {
    width: min(100% - 28px, var(--content-default));
  }

  .header-inner {
    min-height: 72px;
  }

  .products-hero,
  .landing-hero,
  .contact-hero,
  .hero {
    padding-block: 34px;
  }

  .catalog-layout,
  .product-context-layout,
  .product-showcase {
    gap: 28px;
  }

  .product-list-card.card {
    grid-template-columns: 1fr;
  }

  .product-list-card .card-img {
    min-height: 230px;
  }

  .product-media {
    height: min(78vw, 390px);
    min-height: 280px;
  }

  .landing-content,
  .product-page,
  .catalog-layout,
  .contact-layout,
  .legal-page {
    padding-top: 30px;
    padding-bottom: 56px;
  }

  .landing-subviews,
  .landing-related,
  .landing-lead-card,
  .landing-products,
  .landing-locations,
  .product-documents,
  .product-contact-box,
  .product-category-line {
    margin-top: 42px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .wrap {
    width: min(100% - 24px, var(--content-default));
  }

  .products-hero h1,
  .landing-hero h1,
  .contact-copy h1,
  .hero h1 {
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }

  .product-info h1 {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .card-body,
  .category-content,
  .landing-related-copy {
    padding: 16px;
  }

  .product-list-card .card-body {
    padding: 20px 18px 24px;
  }

  .product-list-card .card-img {
    min-height: 200px;
  }

  .landing-copy li {
    min-height: 58px;
    padding: 14px 14px 14px 40px;
  }

  .landing-copy li::before {
    left: 15px;
    top: 20px;
  }
}
