button.menu_button {
  appearance: none;
  background: #fff;
  border: 0;
  padding: 0;
}

img {
  height: auto;
}

#navbar {
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

#navbar .top_level {
  box-sizing: border-box;
}

#navbar .top_level .column_container .column.options {
  position: absolute;
  top: 0;
  right: 0;
}

#navbar.header-hidden {
  transform: translateY(-100%);
}

#navbar .bottom_level .product_type_selector .option.active,
#navbar .bottom_level .product_type_selector .option.active:hover {
  background-color: #f28c28;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}

/* WhatsApp: conserva el icono original y añade una llamada a la acción legible. */
#whatsappFloat {
  width: auto;
  height: auto;
  bottom: 18px;
}

#whatsappFloat a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  box-sizing: border-box;
  padding: 7px 18px 7px 8px;
  color: #fff;
  background: #12813f;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  box-shadow: 0 5px 16px rgba(18, 82, 54, 0.28);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

#whatsappFloat picture {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

#whatsappFloat img {
  display: block;
  width: 36px;
  height: 36px;
}

#whatsappFloat:hover {
  transform: translateY(-2px);
}

#whatsappFloat a:focus-visible {
  outline-offset: 4px;
}

/* Menú completo: enlaces superiores con desplegables independientes. */
#navigation {
  overflow-y: auto;
  overscroll-behavior: contain;
}

#navigation .navigation_container {
  padding-top: 2px;
  padding-bottom: 40px;
}

#navigation .menu_button_container {
  margin-bottom: 0;
  padding-bottom: 4px;
}

#navigation .menu_group_row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 8px;
  align-items: center;
}

#navigation .menu_group_row > a {
  min-width: 0;
}

#navigation .menu_group_toggle {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #236393;
  background: #eef5f5;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

#navigation .menu_group_toggle:hover {
  background: #dfecec;
}

#navigation .menu_group_icon {
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

#navigation .menu_group_toggle[aria-expanded="true"] .menu_group_icon {
  transform: translateY(2px) rotate(225deg);
}

#navigation .menu_submenu {
  margin: 14px 0 0 8px;
  padding: 2px 0 2px 18px;
  border-left: 2px solid #d8e6e6;
  list-style: none;
}

#navigation .menu_submenu[hidden] {
  display: none;
}

#navigation ul.links .menu_submenu li {
  margin-bottom: 11px;
}

#navigation ul.links .menu_submenu li:last-child {
  margin-bottom: 0;
}

#navigation ul.links .menu_submenu a {
  display: block;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

#navigation ul.links .menu_submenu .menu_group_row > a {
  font-size: 16px;
  font-weight: 700;
}

#navigation ul.links li.active > a,
#navigation ul.links li.active > .menu_group_row > a {
  color: #a84600;
}

#navigation .menu_group_nested > .menu_submenu {
  margin-top: 10px;
}

.form_item input:invalid:not(:placeholder-shown),
.form_item textarea:invalid:not(:placeholder-shown) {
  border-color: #b42318;
}

.form_container,
.form_container * { box-sizing: border-box; }

.form_container fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }

.form_container legend {
  margin-bottom: 24px;
  color: #173f5f;
  font-size: 20px;
  font-weight: 700;
}

.form_container label { display: inline-block; margin-bottom: 7px; font-weight: 700; }

.form_trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.form_consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.form_container .form_consent input { width: 20px; height: 20px; margin: 3px 0 0; }
.form_consent label { margin: 0; font-size: 14px; font-weight: 400; line-height: 1.55; }
.form_container button:disabled { cursor: wait; opacity: .65; }

.form_status { min-height: 24px; margin-top: 14px; text-align: center; line-height: 1.5; }
.form_status.success { color: #17643a; font-weight: 700; }
.form_status.error { color: #a1261c; font-weight: 700; }

.form_privacy_summary {
  max-width: 760px;
  box-sizing: border-box;
  margin: 22px auto 18px;
  padding: 18px 20px;
  color: #25313b;
  background: #f3f7f7;
  border: 1px solid #cfdfdf;
  border-left: 4px solid #227774;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.6;
}

.form_privacy_summary h2 {
  margin: 0 0 7px;
  color: #173f5f;
  font-size: 16px;
}

.form_privacy_summary p {
  margin: 0;
}

.form_privacy_summary p + p {
  margin-top: 7px;
}

footer .contact_networks {
  gap: 26px;
}

footer .contact_networks .item {
  display: inline-flex;
  align-items: center;
}

footer .contact_networks > .item:not(:last-child) {
  margin-right: 0;
}

.contact_social_icon,
footer .contact_email_icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  margin-right: 17.5px;
  vertical-align: middle;
}

footer .privacy_policy {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  footer .contact_networks {
    gap: 0;
  }

  .form_privacy_summary {
    width: calc(100% - 32px);
    margin-top: 18px;
    padding: 16px;
  }
}

.skip_link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  padding: 10px 16px;
  color: #fff;
  background: #123f63;
  border-radius: 4px;
  transform: translateY(-160%);
}

.skip_link:focus {
  transform: translateY(0);
}

.breadcrumbs {
  max-width: 1100px;
  margin: 0 auto 18px;
  padding: 0 24px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.breadcrumbs a {
  color: #155d8b;
}

.breadcrumbs span + span,
.breadcrumbs a + span {
  margin: 0 7px;
}

.seo_lead {
  max-width: 820px;
  margin: 0 auto 24px;
  padding: 0 24px;
  color: #25313b;
  line-height: 1.65;
  text-align: center;
}

/* Cabecera comercial compartida por Home, catálogo, prendas y Nosotros. */
.conversion_intro {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.conversion_intro .title {
  margin-bottom: 11px;
}

.conversion_lead {
  max-width: 720px;
  margin: 0 auto 15px;
  color: #25313b;
  font-size: 16px;
  line-height: 1.55;
}

.conversion_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.conversion_actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.conversion_whatsapp_cta {
  color: #fff;
  background: #227774;
  box-shadow: 0 4px 11px rgba(34, 119, 116, 0.22);
}

.conversion_whatsapp_cta:hover {
  background: #195f5c;
}

.conversion_catalog_cta {
  color: #236393;
  background: #fff;
  border: 1px solid #9eb9ca;
}

.conversion_catalog_cta:hover {
  background: #eef5f7;
}

.conversion_reassurance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px 16px;
  margin: 9px auto 14px;
}

.conversion_personalized {
  margin: 0;
  color: #53636e;
  font-size: 13px;
  line-height: 1.4;
}

.conversion_personalized::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  background: #f28c28;
  border-radius: 50%;
  vertical-align: 2px;
}

.conversion_shipping {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #205f5c;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
}

.conversion_shipping:hover span {
  text-decoration: underline;
}

.conversion_shipping svg {
  flex: 0 0 auto;
}

.workshop_trust {
  display: grid;
  max-width: 820px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  box-sizing: border-box;
  margin: 0 auto 22px;
  padding: 9px;
  background: #edf5f4;
  border: 1px solid #d1e1df;
  border-radius: 10px;
}

.workshop_trust figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
}

.workshop_trust img {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: cover;
}

.workshop_trust figcaption {
  padding: 7px 5px 8px;
  color: #244b60;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

#modelos {
  scroll-margin-top: 190px;
}

.catalog_editorial,
.about_content {
  max-width: 850px;
  margin: 38px auto 30px;
}

.about_intro .unibord_logo {
  width: 112px;
  height: 113px;
  margin: 2px auto 14px;
}

.about_content .title:not(:first-child) {
  margin-top: 32px;
}

.shipping_page {
  max-width: 980px;
  padding: 0 24px 70px;
}

.shipping_page article {
  max-width: 860px;
  margin: 0 auto;
}

.shipping_hero {
  max-width: 790px;
  margin: 0 auto 44px;
  text-align: center;
}

.shipping_eyebrow {
  margin: 0 0 7px;
  color: #a84600;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.shipping_hero h1 {
  margin: 0 0 15px;
  color: #244b60;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
}

.shipping_hero > p:not(.shipping_eyebrow) {
  max-width: 700px;
  margin: 0 auto 20px;
  color: #354650;
  font-size: 16px;
  line-height: 1.65;
}

.shipping_highlight {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  box-sizing: border-box;
  margin: 0 auto 18px;
  padding: 13px 18px;
  color: #1c625e;
  background: #edf7f5;
  border: 1px solid #c8dfdc;
  border-radius: 12px;
  text-align: left;
}

.shipping_highlight svg { flex: 0 0 auto; }
.shipping_highlight strong,
.shipping_highlight span { display: block; }
.shipping_highlight strong { color: #164e4b; font-size: 18px; }
.shipping_highlight span { margin-top: 1px; color: #4c626c; font-size: 13px; }

.shipping_primary_cta,
.shipping_closing a {
  display: table;
  min-height: 46px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 11px 22px;
  color: #fff;
  background: #227774;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.shipping_primary_cta:hover,
.shipping_closing a:hover { background: #195f5c; }

.shipping_section {
  margin: 0 0 42px;
}

.shipping_section h2,
.shipping_closing h2 {
  margin: 0 0 16px;
  color: #244b60;
  font-size: 24px;
  line-height: 1.25;
}

.shipping_section p,
.shipping_section li,
.shipping_closing p {
  color: #354650;
  font-size: 15px;
  line-height: 1.7;
}

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

.shipping_steps > div {
  padding: 19px 18px;
  background: #f5f8f9;
  border: 1px solid #dce5e8;
  border-radius: 10px;
}

.shipping_steps > div > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: #227774;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.shipping_steps h3 {
  margin: 12px 0 7px;
  color: #244b60;
  font-size: 16px;
}

.shipping_steps p { margin: 0; font-size: 14px; line-height: 1.55; }

.shipping_conditions {
  padding: 25px 27px;
  background: #fff9f1;
  border-left: 4px solid #f28c28;
  border-radius: 6px;
}

.shipping_conditions ul { margin: 0; padding-left: 21px; }
.shipping_conditions li + li { margin-top: 8px; }
.shipping_note { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid #eedbc1; }

.shipping_faq details {
  border-top: 1px solid #d9e3e6;
}

.shipping_faq details:last-of-type { border-bottom: 1px solid #d9e3e6; }

.shipping_faq summary {
  padding: 15px 34px 15px 0;
  color: #244b60;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.shipping_faq details p { margin: -3px 0 17px; padding-right: 28px; }

.shipping_closing {
  padding: 28px;
  background: #eaf3f5;
  border-radius: 12px;
  text-align: center;
}

.shipping_closing p { max-width: 650px; margin: 0 auto 18px; }

#navbar .bottom_level .product_type_selector .option,
.button.green,
.go_to_section a,
footer {
  background-color: #227774;
}

#navbar .bottom_level .product_type_selector .option.active,
#navbar .bottom_level .product_type_selector .option.active:hover {
  background-color: #a84600;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #f7b32b;
  outline-offset: 3px;
}

.error_page {
  min-height: 52vh;
  padding: 80px 24px;
  text-align: center;
}

.error_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.error_actions a {
  padding: 11px 20px;
  color: #fff;
  background: #227774;
  border-radius: 999px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 12px;
    padding: 0 20px;
    font-size: 13px;
  }

  .seo_lead {
    margin-bottom: 18px;
    padding: 0 20px;
    text-align: left;
  }

  #whatsappFloat {
    right: 12px;
    bottom: 12px;
  }

  #whatsappFloat a {
    min-height: 48px;
    padding: 6px 14px 6px 7px;
    font-size: 14px;
  }

  #whatsappFloat picture,
  #whatsappFloat img {
    width: 34px;
    height: 34px;
  }

  #whatsappFloat picture {
    flex-basis: 34px;
  }

  .conversion_intro {
    padding: 0 20px;
  }

  .conversion_lead {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.48;
  }

  .conversion_actions {
    gap: 8px;
  }

  .conversion_actions a {
    min-height: 44px;
    padding: 9px 15px;
    font-size: 14px;
  }

  .conversion_personalized {
    font-size: 12.5px;
  }

  .conversion_reassurance {
    gap: 4px;
    margin-bottom: 11px;
  }

  .conversion_reassurance > * {
    flex-basis: 100%;
    justify-content: center;
  }

  .conversion_shipping { font-size: 12.5px; }

  .workshop_trust {
    gap: 6px;
    margin: 0 10px 18px;
    padding: 6px;
    border-radius: 8px;
  }

  .workshop_trust img {
    height: 68px;
  }

  .workshop_trust figcaption {
    min-height: 30px;
    padding: 5px 3px 6px;
    font-size: 10.5px;
  }

  .catalog_editorial,
  .about_content {
    margin-top: 30px;
  }

  .about_intro .unibord_logo {
    width: 96px;
    height: 97px;
    margin-bottom: 12px;
  }

  .form_container {
    width: calc(100% - 32px);
    max-width: none;
    margin: 28px 16px 40px;
    padding: 24px 18px;
    border-radius: 10px;
  }

  .form_container textarea { min-height: 150px; }
  .form_container button { width: 100%; min-height: 48px; }

  .shipping_page { padding: 0 17px 56px; }
  .shipping_hero { margin-bottom: 34px; }
  .shipping_hero > p:not(.shipping_eyebrow) { font-size: 15px; line-height: 1.58; }
  .shipping_highlight { min-width: 0; width: 100%; max-width: 340px; }
  .shipping_steps { grid-template-columns: 1fr; gap: 10px; }
  .shipping_steps > div { padding: 17px; }
  .shipping_conditions { padding: 21px 19px; }
  .shipping_section h2,
  .shipping_closing h2 { font-size: 21px; }
  .shipping_closing { padding: 23px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Cómo comprar: proceso, cotización y políticas comerciales. */
.purchase_page {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px 72px;
}

.purchase_page article {
  max-width: 900px;
  margin: 0 auto;
}

.purchase_hero {
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.purchase_eyebrow,
.purchase_section_heading > p,
.approval_kicker,
.purchase_closing > p {
  margin: 0 0 7px;
  color: #a84600;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.purchase_hero h1 {
  max-width: 760px;
  margin: 0 auto 15px;
  color: #244b60;
  font-size: clamp(30px, 4.8vw, 44px);
  line-height: 1.12;
}

.purchase_intro {
  max-width: 720px;
  margin: 0 auto 21px;
  color: #354650;
  font-size: 17px;
  line-height: 1.65;
}

.purchase_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
}

.purchase_primary_cta,
.purchase_secondary_cta,
.purchase_closing a {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 11px 23px;
  border: 2px solid #227774;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.purchase_primary_cta,
.purchase_closing a {
  color: #fff;
  background: #227774;
}

.purchase_secondary_cta {
  color: #1b6663;
  background: #fff;
}

.purchase_primary_cta:hover,
.purchase_closing a:hover {
  background: #195f5c;
  border-color: #195f5c;
}

.purchase_secondary_cta:hover {
  background: #edf7f5;
}

.purchase_promises {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 22px 0 0;
  padding: 0;
  color: #42545e;
  font-size: 13px;
  list-style: none;
}

.purchase_promises li::before {
  content: "✓";
  margin-right: 6px;
  color: #227774;
  font-weight: 700;
}

.purchase_section {
  margin-bottom: 50px;
}

.purchase_section_heading {
  margin-bottom: 20px;
}

.purchase_section_heading h2,
.approval_section h2,
.changes_section h2,
.purchase_faq h2,
.business_identity h2,
.purchase_sources h2,
.purchase_closing h2 {
  margin: 0;
  color: #244b60;
  font-size: 25px;
  line-height: 1.25;
}

.purchase_steps {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.purchase_steps::before {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 24px;
  width: 2px;
  background: #cfe1df;
  content: "";
}

.purchase_steps li {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  scroll-margin-top: 175px;
}

.purchase_steps li + li {
  margin-top: 12px;
}

.purchase_steps li > div {
  padding: 16px 19px;
  background: #f6f9fa;
  border: 1px solid #dce6e8;
  border-radius: 9px;
}

.purchase_step_number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  box-sizing: border-box;
  color: #fff;
  background: #227774;
  border: 5px solid #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
}

.purchase_steps h3 {
  margin: 0 0 6px;
  color: #244b60;
  font-size: 17px;
}

.purchase_steps p,
.quote_copy > p,
.quote_checklist,
.approval_section p,
.policy_intro,
.policy_card li,
.warranty_statement p,
.claim_steps p,
.policy_note,
.changes_section p,
.purchase_faq p,
.business_identity,
.purchase_sources p,
.purchase_closing > span {
  color: #354650;
  font-size: 15px;
  line-height: 1.7;
}

.purchase_steps p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.quote_section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 32px;
  align-items: center;
  padding: 31px;
  background: #edf5f5;
  border-radius: 14px;
}

.quote_copy > p {
  margin: 0 0 14px;
}

.quote_checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote_checklist li {
  position: relative;
  padding-left: 23px;
}

.quote_checklist li + li {
  margin-top: 7px;
}

.quote_checklist li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #227774;
  content: "✓";
  font-weight: 700;
}

.quote_preview {
  min-height: 275px;
  box-sizing: border-box;
  padding: 22px;
  background: #fff;
  border: 1px solid #cadadd;
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(28, 70, 77, .10);
  transform: rotate(1deg);
}

.quote_preview_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 15px;
  border-bottom: 3px solid #227774;
}

.quote_preview_header > span {
  color: #244b60;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .04em;
}

.quote_preview_header div {
  text-align: right;
}

.quote_preview_header small,
.quote_preview_header strong {
  display: block;
}

.quote_preview_header small {
  color: #60717a;
  font-size: 10px;
  text-transform: uppercase;
}

.quote_preview_header strong {
  margin-top: 2px;
  color: #a84600;
  font-size: 13px;
}

.quote_preview_meta,
.quote_preview_totals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
  color: #6a7980;
  font-size: 10px;
}

.quote_preview_line {
  width: 74%;
  height: 9px;
  margin-top: 13px;
  background: #e8eef0;
  border-radius: 2px;
}

.quote_preview_line--wide {
  width: 100%;
  height: 34px;
  background: #f2f5f6;
}

.quote_preview_totals {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid #dce6e8;
}

.quote_preview_totals span:nth-child(2) {
  grid-column: 1;
}

.quote_preview_totals strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: #244b60;
  font-size: 15px;
}

.quote_preview > p {
  margin: 17px 0 0;
  color: #6a7980;
  font-size: 10px;
  line-height: 1.4;
}

.approval_section {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 29px 31px;
  color: #227774;
  background: #fff8ef;
  border-left: 5px solid #f28c28;
  border-radius: 7px;
}

.approval_visual {
  display: grid;
  place-items: center;
}

.approval_section h2 {
  margin-bottom: 11px;
}

.approval_section p {
  margin: 0;
}

.approval_section p + p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eddcc7;
}

.policy_intro {
  max-width: 760px;
  margin: -5px 0 20px;
}

.policy_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.policy_card {
  padding: 22px;
  background: #f7f9fa;
  border: 1px solid #dbe4e7;
  border-top: 4px solid #7d8d94;
  border-radius: 8px;
}

.policy_card--covered {
  background: #f1f8f6;
  border-top-color: #227774;
}

.policy_card h3,
.claim_title {
  margin: 0 0 12px;
  color: #244b60;
  font-size: 18px;
}

.policy_card ul {
  margin: 0;
  padding-left: 20px;
}

.policy_card li {
  font-size: 14px;
  line-height: 1.6;
}

.policy_card li + li {
  margin-top: 7px;
}

.warranty_statement {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: 18px 0 27px;
  padding: 20px 23px;
  background: #244b60;
  border-radius: 9px;
}

.warranty_statement > div {
  padding-right: 21px;
  border-right: 1px solid rgba(255, 255, 255, .24);
  text-align: center;
}

.warranty_statement strong,
.warranty_statement span {
  display: block;
  color: #fff;
}

.warranty_statement strong {
  font-size: 29px;
  line-height: 1;
}

.warranty_statement span {
  margin-top: 5px;
  font-size: 12px;
}

.warranty_statement p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.warranty_example,
.legal_bonus {
  margin: -10px 0 25px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.65;
  border-radius: 8px;
}

.wash_review {
  margin: -13px 0 25px;
  padding: 19px 20px;
  color: #354650;
  background: #f7f9fa;
  border: 1px solid #dbe4e7;
  border-radius: 8px;
}

.wash_review h3 {
  margin: 0 0 8px;
  color: #244b60;
  font-size: 17px;
}

.wash_review p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.wash_review p + p {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #dbe4e7;
}

.warranty_example {
  color: #244b60;
  background: #f1f8f6;
  border-left: 4px solid #227774;
}

.legal_bonus {
  margin-top: -13px;
  color: #55452f;
  background: #fff8ef;
  border-left: 4px solid #f28c28;
}

.claim_steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.claim_steps li {
  padding: 17px;
  background: #fff;
  border: 1px solid #dbe4e7;
  border-radius: 8px;
}

.claim_steps li > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #fff;
  background: #227774;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.claim_steps p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.policy_note {
  margin: 16px 0 0;
  padding: 15px 17px;
  background: #fff8ef;
  border-left: 4px solid #f28c28;
  font-size: 13px;
  line-height: 1.6;
}

.changes_section {
  padding-top: 3px;
}

.changes_section > h2 {
  margin-bottom: 18px;
}

.changes_timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid #d9e4e7;
  border-radius: 9px;
}

.changes_timeline > div {
  padding: 18px;
  background: #f7f9fa;
}

.changes_timeline > div + div {
  border-left: 1px solid #d9e4e7;
}

.changes_timeline span {
  display: block;
  margin-bottom: 8px;
  color: #227774;
  font-size: 13px;
  font-weight: 700;
}

.changes_timeline p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.changes_section > p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.purchase_faq h2 {
  margin-bottom: 16px;
}

.purchase_faq details {
  border-top: 1px solid #d9e3e6;
}

.purchase_faq details:last-of-type {
  border-bottom: 1px solid #d9e3e6;
}

.purchase_faq summary {
  padding: 16px 34px 16px 0;
  color: #244b60;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.purchase_faq details p {
  margin: -3px 0 18px;
  padding-right: 28px;
}

.business_identity {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(230px, .75fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  padding: 25px 28px;
  background: #f1f7f7;
  border: 1px solid #cddfdf;
  border-left: 5px solid #227774;
  border-radius: 8px;
}

.business_identity p {
  margin: 0 0 5px;
  color: #227774;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.business_identity h2 {
  margin-bottom: 7px;
  font-size: 20px;
}

.business_identity address {
  color: #475a63;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.business_identity ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.business_identity li + li {
  margin-top: 7px;
}

.purchase_sources {
  margin-bottom: 44px;
  padding-top: 22px;
  border-top: 1px solid #d9e3e6;
}

.purchase_sources h2 {
  margin-bottom: 11px;
  font-size: 19px;
}

.purchase_sources p {
  margin: 0;
  font-size: 13px;
}

.purchase_updated {
  margin-top: 8px !important;
  color: #5c6b73 !important;
}

.purchase_closing {
  padding: 30px;
  color: #fff;
  background: #244b60;
  border-radius: 12px;
  text-align: center;
}

.purchase_closing > p {
  color: #9bd3ce;
}

.purchase_closing h2 {
  margin-bottom: 8px;
  color: #fff;
}

.purchase_closing > span {
  display: block;
  max-width: 620px;
  margin: 0 auto 18px;
  color: #e7eff2;
}

.purchase_closing a {
  background: #227774;
  border-color: #58aaa4;
}

@media (max-width: 760px) {
  .quote_section,
  .policy_grid,
  .claim_steps,
  .changes_timeline,
  .business_identity {
    grid-template-columns: 1fr;
  }

  .approval_section {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 18px;
  }

  .approval_visual svg {
    width: 76px;
    height: 76px;
  }

  .changes_timeline > div + div {
    border-top: 1px solid #d9e4e7;
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .purchase_page {
    padding-right: 17px;
    padding-left: 17px;
    padding-bottom: 56px;
  }

  .purchase_hero {
    margin-bottom: 40px;
  }

  .purchase_intro {
    font-size: 15px;
    line-height: 1.58;
  }

  .purchase_actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .purchase_primary_cta,
  .purchase_secondary_cta {
    width: 100%;
  }

  .purchase_promises {
    display: grid;
    justify-content: start;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .purchase_section {
    margin-bottom: 40px;
  }

  .purchase_section_heading h2,
  .approval_section h2,
  .changes_section h2,
  .purchase_faq h2,
  .purchase_closing h2 {
    font-size: 21px;
  }

  .purchase_steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  .purchase_steps::before {
    left: 20px;
  }

  .purchase_step_number {
    width: 42px;
    height: 42px;
    border-width: 4px;
  }

  .purchase_steps li > div {
    padding: 15px;
  }

  .quote_section,
  .approval_section,
  .purchase_closing {
    padding: 22px 18px;
  }

  .quote_preview {
    min-height: 250px;
    padding: 18px;
    transform: none;
  }

  .approval_section {
    grid-template-columns: 1fr;
  }

  .approval_visual {
    justify-content: start;
  }

  .policy_card,
  .warranty_statement,
  .business_identity {
    padding: 19px 17px;
  }

  .warranty_statement {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .warranty_statement > div {
    padding: 0 0 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
  }
}

.legal_page {
  max-width: 900px;
  padding: 0 24px 70px;
}

.legal_page article {
  max-width: 800px;
  margin: 0 auto;
}

.legal_header {
  margin-bottom: 30px;
  text-align: center;
}

.legal_eyebrow {
  margin-bottom: 5px;
  color: #227774;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.legal_header h1 {
  margin: 0 0 14px;
}

.legal_summary {
  max-width: 680px;
  margin: 0 auto 12px;
  font-size: 18px;
  line-height: 1.6;
}

.legal_update {
  color: #4b5563;
  font-size: 14px;
}

.legal_notice {
  margin: 0 0 32px;
  padding: 18px 20px;
  border-left: 5px solid #a84600;
  background: #fff5ed;
  line-height: 1.6;
}

.legal_page section {
  margin-top: 34px;
}

.legal_page h2 {
  margin-bottom: 12px;
  color: #173f5f;
  font-size: 22px;
}

.legal_page p,
.legal_page li,
.legal_page dd {
  line-height: 1.7;
}

.legal_page li + li {
  margin-top: 7px;
}

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

.legal_contact div {
  padding: 15px;
  background: #f3f7f7;
  border-radius: 8px;
}

.legal_contact dt {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
}

.legal_contact dd {
  margin: 0;
}

.legal_sources {
  padding-top: 10px;
  border-top: 1px solid #d6dde2;
}

.legal_review {
  margin-top: 20px;
  padding: 15px;
  background: #f3f7f7;
}

@media (max-width: 600px) {
  .legal_page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .legal_contact {
    grid-template-columns: 1fr;
  }

  .legal_summary {
    font-size: 16px;
  }
}

/* Cuadrículas del catálogo: un mismo marco 4:5 para todas las prendas. */
.product_container,
.product_container_simple {
  grid-auto-rows: auto;
  max-width: 100%;
}

.product_container > .product_item,
.product_container_simple > .product_item {
  min-width: 0;
}

.product_container .product_image,
.product_container_simple .product_image {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(6px, 1vw, 12px);
  background: #fff;
}

.product_container .product_image img,
.product_container_simple .product_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 991px) {
  .page-uniformes-bordados .product_container_simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-catalogo-ropa .product_container_simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
