.access-product-catalog {
  padding: clamp(64px, 7vw, 96px) 0;
  background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}

.access-product-catalog .access-section-heading {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.access-product-catalog .access-section-heading h2 {
  margin: 0;
}

.access-product-catalog .access-section-heading p {
  max-width: 760px;
  margin: 16px auto 0;
  line-height: 1.65;
}

.access-catalog-shell {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(20, 48, 84, 0.09);
}

.access-catalog-tabs-wrap {
  position: relative;
  padding: 12px 12px 0;
  background: #071a42;
}

.access-catalog-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 0 0 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.35) transparent;
}

.access-catalog-tab {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 11px 16px;
  color: rgba(255,255,255,.78);
  font: inherit;
  font-size: .88rem;
  font-weight: 760;
  white-space: nowrap;
  background: transparent;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.access-catalog-tab:hover,
.access-catalog-tab:focus-visible {
  color: #fff;
  border-color: rgba(255,255,255,.55);
  outline: none;
}

.access-catalog-tab.is-active {
  color: #071a42;
  background: #fff;
  border-color: #fff;
}

.access-product-catalog-panel {
  padding: clamp(24px, 4vw, 42px);
}

.access-product-catalog-panel[hidden] {
  display: none;
}

.access-catalog-panel-head {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 26px;
}

.access-catalog-panel-head h3 {
  margin: 0;
  color: #071a42;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
}

.access-catalog-panel-head p {
  max-width: 650px;
  margin: 9px 0 0;
  color: #405571;
  line-height: 1.58;
}

.access-catalog-count {
  flex: 0 0 auto;
  padding: 7px 11px;
  color: #0a55d8;
  font-size: .78rem;
  font-weight: 820;
  background: #edf4ff;
  border-radius: 999px;
}

.access-catalog-note {
  margin: 0 0 24px;
  padding: 14px 16px;
  color: #344b68;
  font-size: .91rem;
  line-height: 1.55;
  background: #f7faff;
  border-left: 3px solid #0a6cff;
  border-radius: 0 8px 8px 0;
}

.access-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.access-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.access-product-card:hover {
  transform: translateY(-3px);
  border-color: #b8cdec;
  box-shadow: 0 16px 30px rgba(20, 48, 84, .1);
}

.access-product-card:focus-within {
  border-color: #0a6cff;
  box-shadow: 0 0 0 3px rgba(10,108,255,.18), 0 16px 30px rgba(20,48,84,.1);
}

.access-product-visual {
  position: relative;
  display: grid;
  min-height: 356px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #eef4fb, #fafcff);
}

.access-product-gallery-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: inline-flex;
  width: auto;
  min-width: 42px;
  height: 42px;
  gap: 0;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  color: #071a42;
  background: rgba(255,255,255,.94);
  border: 1px solid #cbd9e9;
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(7,26,66,.16);
  cursor: pointer;
  transition: color 160ms ease, gap 160ms ease, box-shadow 160ms ease;
}

.access-product-gallery-button:hover,
.access-product-gallery-button:focus-visible {
  color: #075be8;
  gap: 8px;
  outline: 3px solid rgba(10,108,255,.24);
  outline-offset: 2px;
}

.access-product-gallery-button span {
  max-width: 0;
  overflow: hidden;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
  transition: max-width 180ms ease, opacity 140ms ease;
}

.access-product-gallery-button:hover span,
.access-product-gallery-button:focus-visible span {
  max-width: 90px;
  opacity: 1;
}

.access-product-gallery-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.access-product-visual img {
  width: 100%;
  height: 356px;
  object-fit: contain;
  padding: 18px;
}

.access-product-visual--placeholder {
  position: relative;
  color: #7590b1;
}

.access-product-visual--placeholder::before {
  width: 74px;
  height: 92px;
  border: 3px solid currentColor;
  border-radius: 10px;
  content: "";
  opacity: .46;
}

.access-product-visual--placeholder::after {
  position: absolute;
  width: 132px;
  height: 3px;
  background: currentColor;
  border-radius: 99px;
  box-shadow: 0 -28px 0 -1px currentColor, 0 28px 0 -1px currentColor;
  content: "";
  opacity: .34;
}

.access-product-body {
  display: flex;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.access-product-family {
  color: #0a55d8;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.access-product-body h4 {
  margin: 7px 0 0;
  color: #071a42;
  font-size: 1.08rem;
  line-height: 1.32;
}

.access-product-link {
  color: inherit;
  text-decoration: none;
}

.access-product-link::after {
  position: absolute;
  inset: 0;
  content: "";
}

.access-product-link:focus-visible {
  outline: none;
}

.access-product-specs {
  display: grid;
  gap: 8px;
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
}

.access-product-specs li {
  display: grid;
  grid-template-columns: minmax(96px, .42fr) minmax(0, 1fr);
  gap: 9px;
  padding-top: 8px;
  color: #334b68;
  font-size: .82rem;
  line-height: 1.42;
  border-top: 1px solid #e6edf5;
}

.access-product-specs strong {
  color: #60748d;
  font-size: .69rem;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.access-product-sheet {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #075be8;
  font-size: .83rem;
  font-weight: 820;
}

.access-product-sheet svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.access-catalog-fallback {
  padding: 26px;
  color: #334b68;
  line-height: 1.6;
}

.access-gallery-open { overflow: hidden; }
.access-gallery-lightbox { position: fixed; inset: 0; z-index: 10000; display: grid; padding: clamp(14px, 3vw, 34px); place-items: center; }
.access-gallery-lightbox[hidden] { display: none; }
.access-gallery-lightbox__backdrop { position: absolute; inset: 0; background: rgba(3,13,34,.86); backdrop-filter: blur(5px); }
.access-gallery-lightbox__dialog { position: relative; z-index: 1; width: min(1080px, 100%); overflow: hidden; background: #fff; border-radius: 18px; box-shadow: 0 35px 90px rgba(0,0,0,.4); }
.access-gallery-lightbox__head { display: flex; min-height: 78px; gap: 20px; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #dce5ef; }
.access-gallery-lightbox__head h3 { margin: 0; color: #071a42; font-size: clamp(1rem, 2vw, 1.35rem); }
.access-gallery-lightbox__head p { margin: 4px 0 0; color: #60748d; font-size: .82rem; }
.access-gallery-lightbox__close, .access-gallery-lightbox__nav { display: grid; padding: 0; place-items: center; color: #071a42; background: #f1f5fa; border: 1px solid #d3deeb; border-radius: 999px; cursor: pointer; }
.access-gallery-lightbox__close { flex: 0 0 auto; width: 44px; height: 44px; font-size: 2rem; line-height: 1; }
.access-gallery-lightbox__stage { position: relative; display: grid; min-height: min(72vh, 720px); padding: 24px 76px; place-items: center; background: #f4f7fb; }
.access-gallery-lightbox__stage img { width: 100%; height: min(68vh, 680px); object-fit: contain; }
.access-gallery-lightbox__nav { position: absolute; top: 50%; width: 48px; height: 48px; font-size: 2.2rem; transform: translateY(-50%); }
.access-gallery-lightbox__nav--prev { left: 16px; }
.access-gallery-lightbox__nav--next { right: 16px; }
.access-gallery-lightbox__close:hover, .access-gallery-lightbox__close:focus-visible, .access-gallery-lightbox__nav:hover, .access-gallery-lightbox__nav:focus-visible { color: #075be8; outline: 3px solid rgba(10,108,255,.25); outline-offset: 2px; }

@media (max-width: 1040px) {
  .access-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .access-product-visual, .access-product-visual img { min-height: 320px; height: 320px; }
}

@media (max-width: 680px) {
  .access-product-catalog { padding: 52px 0; }
  .access-catalog-tabs-wrap { margin: 0; border-radius: 0; }
  .access-product-catalog-panel { padding: 24px 16px 28px; }
  .access-catalog-panel-head { align-items: start; flex-direction: column; gap: 12px; }
  .access-product-grid { grid-template-columns: 1fr; }
  .access-product-visual, .access-product-visual img { min-height: 300px; height: 300px; }
  .access-product-gallery-button { gap: 8px; }
  .access-product-gallery-button span { max-width: 90px; opacity: 1; }
  .access-gallery-lightbox { padding: 8px; }
  .access-gallery-lightbox__stage { min-height: 68vh; padding: 16px 54px; }
  .access-gallery-lightbox__stage img { height: 64vh; }
  .access-gallery-lightbox__nav { width: 40px; height: 40px; }
  .access-gallery-lightbox__nav--prev { left: 7px; }
  .access-gallery-lightbox__nav--next { right: 7px; }
}

@media (hover: none) {
  .access-product-gallery-button { gap: 8px; }
  .access-product-gallery-button span { max-width: 90px; opacity: 1; }
}

/* Fichas individuales de producto */
.access-product-page { background: #f6f9fd; }
.access-product-breadcrumbs { padding: 24px 0 0; color: #59708c; font-size: .86rem; }
.access-product-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.access-product-breadcrumbs li:not(:last-child)::after { margin-left: 8px; content: "/"; color: #9aabc0; }
.access-product-breadcrumbs a { color: #075be8; }
.access-product-hero { padding: clamp(34px, 5vw, 68px) 0 clamp(54px, 6vw, 84px); }
.access-product-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.access-product-hero__visual { display: grid; min-height: 520px; padding: 28px; place-items: center; background: #fff; border: 1px solid #dbe5f0; border-radius: 20px; box-shadow: 0 22px 55px rgba(20,48,84,.09); }
.access-product-hero__visual img { width: 100%; height: 470px; object-fit: contain; }
.access-product-eyebrow { display: block; margin-bottom: 12px; color: #0a55d8; font-size: .74rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.access-product-hero h1 { margin: 0; color: #071a42; font-size: clamp(2.25rem, 5vw, 4.4rem); line-height: 1.02; }
.access-product-description { margin: 22px 0 0; color: #334b68; font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.72; }
.access-product-page .access-product-description > p { margin: 0 0 12px; }
.access-product-page .access-product-description > p:last-child { margin-bottom: 0; }
.access-product-page .access-product-description__lead { color: #102a4d; font-weight: 780; }
.access-product-page .access-product-description > ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 16px 0 0; padding: 0; list-style: none; }
.access-product-page .access-product-description > ul li { position: relative; padding-left: 15px; font-size: 0.94em; font-weight: 720; }
.access-product-page .access-product-description > ul li::before { position: absolute; top: 0.72em; left: 0; width: 6px; height: 6px; content: ""; background: #0a70d8; border-radius: 50%; }
.access-product-source-note { margin: 18px 0 0; color: #647a94; font-size: .82rem; line-height: 1.55; }
.access-product-no-sheet, .access-product-unavailable { color: #647a94; font-size: .9rem; line-height: 1.55; }
.access-product-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.access-product-detail { padding: 0 0 clamp(64px, 8vw, 104px); }
.access-product-detail__shell { overflow: hidden; background: #fff; border: 1px solid #dbe5f0; border-radius: 18px; box-shadow: 0 22px 55px rgba(20,48,84,.08); }
.access-product-detail__tabs { display: flex; gap: 8px; padding: 12px; background: #071a42; }
.access-product-detail__tab { min-height: 48px; padding: 11px 18px; color: rgba(255,255,255,.82); font: inherit; font-weight: 780; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; cursor: pointer; }
.access-product-detail__tab[aria-selected="true"] { color: #071a42; background: #fff; border-color: #fff; }
.access-product-detail__panel { padding: clamp(26px, 4vw, 48px); }
.access-product-detail__panel[hidden] { display: none; }
.access-product-detail__panel h2 { margin: 0 0 22px; color: #071a42; font-size: clamp(1.55rem, 2.7vw, 2.25rem); }
.access-product-spec-table { width: 100%; border-collapse: collapse; }
.access-product-spec-table th, .access-product-spec-table td { padding: 15px 12px; text-align: left; vertical-align: top; border-top: 1px solid #e2eaf3; }
.access-product-spec-table th { width: 30%; color: #60748d; font-size: .77rem; letter-spacing: .035em; text-transform: uppercase; }
.access-product-spec-table td { color: #263e5c; }
.access-product-download { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 22px; background: #f4f8fe; border: 1px solid #dce8f6; border-radius: 12px; }
.access-product-download h3 { margin: 0; color: #071a42; }
.access-product-download p { margin: 7px 0 0; color: #526984; }
.access-product-official-link { margin: 24px 0 0; color: #526984; font-size: .9rem; }
.access-product-official-link a { color: #075be8; font-weight: 750; }

@media (max-width: 850px) {
  .access-product-hero__grid { grid-template-columns: 1fr; }
  .access-product-hero__visual { min-height: 410px; }
  .access-product-hero__visual img { height: 360px; }
}

@media (max-width: 560px) {
  .access-product-hero__visual { min-height: 330px; padding: 16px; }
  .access-product-hero__visual img { height: 300px; }
  .access-product-detail__tabs { overflow-x: auto; }
  .access-product-detail__tab { flex: 1 0 auto; }
  .access-product-download { align-items: stretch; flex-direction: column; }
  .access-product-spec-table th, .access-product-spec-table td { display: block; width: 100%; padding: 10px 8px; }
  .access-product-spec-table td { padding-top: 0; border-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .access-product-card, .access-catalog-tab { transition: none; }
}
