/* ================================================================
   FILTROS ANZA — CALIDAD, GARANTÍA Y MANTENIMIENTO
   Hoja complementaria. Cargar después de css/style.css.
   ================================================================ */

.anza-resource-page {
  overflow-x: hidden;
  color: #243746;
  background: #f7f9fb;
}

.anza-resource-page main {
  display: block;
}

.anza-resource-page a:focus-visible,
.anza-resource-page summary:focus-visible {
  outline: 3px solid rgba(29, 114, 218, .38);
  outline-offset: 4px;
}

.anza-resource-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 610px;
  padding: 164px 0 104px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(8, 28, 42, .99) 0%, rgba(14, 35, 50, .97) 45%, rgba(49, 80, 102, .93) 100%);
}

.anza-resource-hero::before {
  display: none;
  content: none;
}

.anza-resource-hero::after {
  position: absolute;
  top: 54%;
  right: -450px;
  width: 900px;
  height: 650px;
  content: "";
  pointer-events: none;
  background-image: url("../images/anza-logo-navbar.png?v=1");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 900px auto;
  opacity: .085;
  transform: translateY(-50%);
}

.anza-resource-hero .container {
  position: relative;
  z-index: 2;
}

.anza-resource-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.anza-resource-breadcrumb li,
.anza-resource-breadcrumb a {
  color: rgba(255, 255, 255, .68) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.anza-resource-breadcrumb li + li::before {
  margin-right: 8px;
  color: rgba(255, 255, 255, .34);
  content: "/";
}

.anza-resource-breadcrumb [aria-current="page"] {
  color: #b8e1ff;
}

.anza-resource-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: #b8e1ff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.anza-resource-hero h1 {
  max-width: 850px;
  margin: 0 0 23px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 5.1vw, 70px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.anza-resource-hero-copy > p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.75;
}

.anza-resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.anza-resource-actions .btn,
.anza-resource-button {
  min-width: 210px;
  padding: 14px 23px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.anza-resource-primary {
  color: #fff !important;
  background: #1d72da;
  border: 1px solid #1d72da;
}

.anza-resource-primary:hover,
.anza-resource-primary:focus {
  color: #fff !important;
  background: #155bb0;
  border-color: #155bb0;
}

.anza-resource-secondary {
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .76);
}

.anza-resource-secondary:hover,
.anza-resource-secondary:focus {
  color: #0e2332 !important;
  background: #fff;
  border-color: #fff;
}

.anza-resource-facts {
  position: relative;
  z-index: 4;
  margin-top: -42px;
}

.anza-resource-facts-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7e1e8;
  border-radius: 9px;
  box-shadow: 0 18px 42px rgba(14, 35, 50, .12);
}

.anza-resource-fact {
  min-height: 145px;
  padding: 28px 25px 25px;
}

.anza-resource-fact + .anza-resource-fact {
  border-left: 1px solid #e0e8ed;
}

.anza-resource-fact .fa {
  display: block;
  margin-bottom: 13px;
  color: #1d72da;
  font-size: 23px;
}

.anza-resource-fact strong {
  display: block;
  margin-bottom: 6px;
  color: #0e2332;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.anza-resource-fact span {
  color: #526978;
  font-size: 13px;
  line-height: 1.55;
}

.anza-resource-section {
  padding: 98px 0;
}

.anza-resource-section--white {
  background: #fff;
}

.anza-resource-section--soft {
  background: #f1f5f8;
}

.anza-resource-heading {
  max-width: 820px;
  margin-bottom: 43px;
}

.anza-resource-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.anza-resource-heading .anza-resource-eyebrow {
  color: #1d72da;
}

.anza-resource-heading h2 {
  margin: 0 0 16px;
  color: #0e2332 !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -.035em;
}

.anza-resource-heading p {
  margin: 0;
  color: #526978;
  font-size: 17px;
  line-height: 1.75;
}

.anza-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.anza-process-card {
  position: relative;
  min-height: 280px;
  padding: 29px 23px 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7e1e8;
  border-radius: 8px;
  box-shadow: 0 9px 26px rgba(14, 35, 50, .055);
}

.anza-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  color: #1d72da;
  background: #eaf4fc;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.anza-process-card h3,
.anza-document-card h3,
.anza-coverage-card h3,
.anza-support-card h3 {
  margin: 0 0 11px;
  color: #0e2332 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.anza-process-card p,
.anza-document-card p,
.anza-coverage-card p,
.anza-support-card p {
  margin: 0;
  color: #526978;
  font-size: 14px;
  line-height: 1.68;
}

.anza-document-grid,
.anza-coverage-grid,
.anza-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.anza-document-card,
.anza-coverage-card,
.anza-support-card {
  padding: 31px 28px;
  background: #fff;
  border: 1px solid #d7e1e8;
  border-top: 4px solid #1d72da;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(14, 35, 50, .06);
}

.anza-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  margin-bottom: 20px;
  color: #1d72da;
  background: #eaf4fc;
  border-radius: 50%;
  font-size: 22px;
}

.anza-document-card ul,
.anza-coverage-card ul,
.anza-support-card ul,
.anza-standards-list,
.anza-claim-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.anza-document-card li,
.anza-coverage-card li,
.anza-support-card li,
.anza-standards-list li,
.anza-claim-list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 23px;
  color: #3f5666;
  font-size: 13px;
  line-height: 1.55;
}

.anza-document-card li::before,
.anza-coverage-card li::before,
.anza-support-card li::before,
.anza-standards-list li::before,
.anza-claim-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #1d72da;
  font-weight: 700;
  content: "\2713";
}

.anza-verification-panel {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 48px;
  align-items: center;
}

.anza-verification-copy h2 {
  margin: 0 0 17px;
  color: #0e2332 !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -.035em;
}

.anza-verification-copy > p {
  color: #526978;
  font-size: 16px;
  line-height: 1.75;
}

.anza-evidence-box {
  padding: 34px;
  color: #fff;
  background: linear-gradient(135deg, #0e2332 0%, #315066 100%);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(14, 35, 50, .18);
}

.anza-evidence-box .fa {
  margin-bottom: 20px;
  color: #b8e1ff;
  font-size: 32px;
}

.anza-evidence-box h3 {
  margin: 0 0 12px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.anza-evidence-box p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .79);
  font-size: 14px;
  line-height: 1.7;
}

.anza-evidence-note {
  display: block;
  padding-top: 18px;
  color: #b8e1ff;
  border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: 12px;
  line-height: 1.6;
}

.anza-standards-panel {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 50px;
  align-items: start;
}

.anza-standards-panel h2 {
  margin: 0 0 16px;
  color: #0e2332 !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(31px, 3.7vw, 43px);
  font-weight: 700;
  line-height: 1.16;
}

.anza-standards-panel p {
  color: #526978;
  font-size: 15px;
  line-height: 1.75;
}

.anza-standards-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin-top: 0;
}

.anza-standards-list li {
  margin: 0;
  padding: 17px 18px 17px 43px;
  background: #fff;
  border: 1px solid #d7e1e8;
  border-radius: 6px;
  font-size: 13px;
}

.anza-standards-list li::before {
  top: 17px;
  left: 18px;
}

.anza-certificate-placeholder {
  margin-top: 30px;
  padding: 21px 24px;
  background: #eaf4fc;
  border-left: 4px solid #1d72da;
  border-radius: 0 6px 6px 0;
}

.anza-certificate-placeholder strong {
  display: block;
  margin-bottom: 5px;
  color: #0e2332;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.anza-certificate-placeholder p {
  margin: 0;
  color: #3f5666;
  font-size: 13px;
  line-height: 1.6;
}

.anza-faq-list {
  max-width: 920px;
  margin: 0 auto;
}

.anza-faq-item {
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #d7e1e8;
  border-radius: 7px;
  box-shadow: 0 7px 20px rgba(14, 35, 50, .04);
}

.anza-faq-item summary {
  position: relative;
  padding: 22px 60px 22px 24px;
  color: #0e2332;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

.anza-faq-item summary::-webkit-details-marker {
  display: none;
}

.anza-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  color: #1d72da;
  content: "+";
  font-size: 25px;
  font-weight: 400;
  transform: translateY(-50%);
}

.anza-faq-item[open] summary::after {
  content: "\2212";
}

.anza-faq-answer {
  padding: 0 60px 23px 24px;
}

.anza-faq-answer p {
  margin: 0;
  color: #526978;
  font-size: 14px;
  line-height: 1.75;
}

/* Garantía y mantenimiento */

.anza-warranty-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding: 10px 14px;
  color: #fff;
  background: rgba(184, 225, 255, .1);
  border: 1px solid rgba(184, 225, 255, .28);
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.anza-warranty-badge .fa {
  color: #b8e1ff;
  font-size: 17px;
}

.anza-coverage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anza-coverage-card--covered {
  border-top-color: #1d72da;
}

.anza-coverage-card--review {
  border-top-color: #688599;
}

.anza-coverage-card--review .anza-card-icon {
  color: #315066;
  background: #edf2f5;
}

.anza-legal-note {
  margin-top: 24px;
  padding: 18px 21px;
  color: #526978;
  background: #f7f9fb;
  border: 1px solid #d7e1e8;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.65;
}

.anza-maintenance-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.anza-maintenance-step {
  position: relative;
  padding: 31px 27px 28px;
  background: #fff;
  border: 1px solid #d7e1e8;
  border-radius: 8px;
  box-shadow: 0 9px 25px rgba(14, 35, 50, .05);
}

.anza-maintenance-step .anza-process-number {
  margin-bottom: 17px;
}

.anza-maintenance-step h3 {
  margin: 0 0 10px;
  color: #0e2332 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.anza-maintenance-step p {
  margin: 0;
  color: #526978;
  font-size: 13px;
  line-height: 1.68;
}

.anza-safety-banner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 25px 28px;
  color: #fff;
  background: #0e2332;
  border-radius: 8px;
}

.anza-safety-banner .fa {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #b8e1ff;
  font-size: 28px;
}

.anza-safety-banner strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.anza-safety-banner p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.65;
}

.anza-maintenance-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #d7e1e8;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(14, 35, 50, .045);
}

.anza-maintenance-table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  border-collapse: collapse;
}

.anza-maintenance-table th,
.anza-maintenance-table td {
  padding: 17px 20px;
  border-bottom: 1px solid #e1e8ed;
  text-align: left;
  vertical-align: top;
}

.anza-maintenance-table th {
  color: #fff;
  background: #315066;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.anza-maintenance-table td {
  color: #526978;
  font-size: 13px;
  line-height: 1.55;
}

.anza-maintenance-table td:first-child {
  color: #0e2332;
  font-weight: 700;
}

.anza-maintenance-table tr:last-child td {
  border-bottom: 0;
}

.anza-claim-panel {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 45px;
  align-items: center;
}

.anza-claim-panel h2 {
  margin: 0 0 16px;
  color: #0e2332 !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(31px, 3.8vw, 44px);
  font-weight: 700;
  line-height: 1.15;
}

.anza-claim-panel > div > p {
  color: #526978;
  font-size: 15px;
  line-height: 1.75;
}

.anza-claim-box {
  padding: 34px;
  color: #fff;
  background: #315066;
  border-radius: 9px;
}

.anza-claim-box h3 {
  margin: 0 0 12px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.anza-claim-box p {
  margin: 0 0 21px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.7;
}

.anza-claim-box .btn {
  width: 100%;
}

.anza-resource-cta {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  color: #fff;
  background: linear-gradient(120deg, #0e2332 0%, #173c55 70%, #315066 100%);
}

.anza-resource-cta h2 {
  max-width: 720px;
  margin: 0 0 15px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(31px, 3.8vw, 43px);
  font-weight: 700;
  line-height: 1.15;
}

.anza-resource-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  line-height: 1.7;
}

.anza-resource-cta-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.anza-resource-cta-action .btn {
  min-width: 275px;
}

.anza-resource-cta-action a:not(.btn) {
  margin-top: 14px;
  color: #b8e1ff !important;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1199.98px) {
  .anza-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .anza-resource-hero {
    min-height: 560px;
    padding: 145px 0 90px;
  }

  .anza-resource-facts-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .anza-resource-fact:nth-child(3) {
    border-left: 0;
  }

  .anza-resource-fact:nth-child(n+3) {
    border-top: 1px solid #e0e8ed;
  }

  .anza-document-grid,
  .anza-support-grid,
  .anza-maintenance-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .anza-verification-panel,
  .anza-standards-panel,
  .anza-claim-panel {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .anza-resource-cta-action {
    align-items: flex-start;
    margin-top: 28px;
  }
}

@media (max-width: 767.98px) {
  .anza-resource-hero {
    min-height: 0;
    padding: 126px 0 82px;
  }

  .anza-resource-hero::before {
    display: none;
  }

  .anza-resource-hero::after {
    top: 53%;
    right: -265px;
    display: block;
    width: 520px;
    height: 390px;
    background-size: 520px auto;
    opacity: .06;
  }

  .anza-resource-hero h1 {
    font-size: 40px;
  }

  .anza-resource-hero-copy > p {
    font-size: 16px;
  }

  .anza-resource-actions,
  .anza-resource-actions .btn {
    width: 100%;
  }

  .anza-resource-facts {
    margin-top: 0;
    background: #fff;
  }

  .anza-resource-facts-panel,
  .anza-process-grid,
  .anza-document-grid,
  .anza-coverage-grid,
  .anza-support-grid,
  .anza-maintenance-steps,
  .anza-standards-list {
    grid-template-columns: 1fr;
  }

  .anza-resource-facts-panel {
    border-radius: 0;
    box-shadow: none;
  }

  .anza-resource-fact,
  .anza-resource-fact + .anza-resource-fact,
  .anza-resource-fact:nth-child(3) {
    min-height: 0;
    border-top: 1px solid #e0e8ed;
    border-left: 0;
  }

  .anza-resource-fact:first-child {
    border-top: 0;
  }

  .anza-resource-section {
    padding: 72px 0;
  }

  .anza-resource-heading {
    margin-bottom: 32px;
  }

  .anza-resource-heading h2 {
    font-size: 33px;
  }

  .anza-resource-heading p {
    font-size: 15px;
  }

  .anza-process-card {
    min-height: 0;
  }

  .anza-safety-banner {
    padding: 22px;
  }

  .anza-resource-cta {
    padding: 64px 0;
  }

  .anza-resource-cta-action,
  .anza-resource-cta-action .btn {
    width: 100%;
  }
}

@media (max-width: 479.98px) {
  .anza-resource-hero h1 {
    font-size: 35px;
  }

  .anza-document-card,
  .anza-coverage-card,
  .anza-support-card,
  .anza-maintenance-step,
  .anza-evidence-box,
  .anza-claim-box {
    padding: 25px 21px;
  }

  .anza-faq-item summary {
    padding: 20px 52px 20px 20px;
    font-size: 15px;
  }

  .anza-faq-answer {
    padding: 0 20px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .anza-resource-page *,
  .anza-resource-page *::before,
  .anza-resource-page *::after {
    scroll-behavior: auto !important;
  }
}
