﻿.contact-hero {
  min-height: 78vh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 140px 7vw 90px;
  overflow: hidden;
  color: #fff;
}

.contact-hero-media,
.contact-hero-overlay {
  position: absolute;
  inset: 0;
}

.contact-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-hero-overlay {
  background: linear-gradient(90deg, rgba(25, 67, 118, .9), rgba(25, 67, 118, .56), rgba(255, 131, 68, .32));
}

.contact-hero-content {
  position: relative;
  max-width: 760px;
  z-index: 1;
}

.contact-hero h1 {
  margin: 12px 0 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.contact-hero p {
  max-width: 680px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.contact-strip {
  width: min(1180px, 88vw);
  margin: -54px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.contact-strip article {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1px solid rgba(25, 67, 118, .12);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(25, 67, 118, .12);
}

.contact-strip i {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(255, 131, 68, .14);
  color: #ff8344;
  font-size: 1.35rem;
}

.contact-strip h2,
.contact-section h2 {
  color: #055D82;
}

.contact-strip h2 {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.08rem;
  line-height: 1.15;
  font-weight: 800;
}

.contact-strip p {
  margin: 0;
  color: #5c6b7e;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.58;
}

.contact-section {
  width: min(1180px, 88vw);
  margin: 88px auto;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 34px;
  align-items: start;
}

.contact-intro {
  position: sticky;
  top: 110px;
}

.contact-intro h2 {
  margin: 10px 0 14px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.contact-intro p {
  color: #5c6b7e;
  line-height: 1.75;
}

.contact-benefits {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-benefits span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #055D82;
  font-weight: 700;
}

.contact-benefits i {
  color: #ff8344;
}

.contact-form {
  background: #fff;
  border: 1px solid rgba(25, 67, 118, .12);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 36px);
  box-shadow: 0 20px 55px rgba(25, 67, 118, .12);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: #055D82;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(25, 67, 118, .18);
  border-radius: 8px;
  padding: 14px 16px;
  font: inherit;
  color: #1f2d3d;
  background: #f8fbff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-form textarea {
  resize: vertical;
  margin-top: 18px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #ff8344;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 131, 68, .16);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid rgba(25, 67, 118, .16);
  color: #055D82;
  font-weight: 800;
  background: #fff;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  background: #194376;
  color: #fff;
}

.form-message {
  min-height: 24px;
  margin: 16px 0 0;
  color: #055D82;
  font-weight: 700;
}

.claim-form {
  display: grid;
  gap: 22px;
}

.claim-form fieldset {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid rgba(25, 67, 118, .12);
}

.claim-form legend {
  margin-bottom: 12px;
  color: #055D82;
  font-size: 1.05rem;
  font-weight: 900;
}

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

.claim-choice {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(25, 67, 118, .16);
  border-radius: 8px;
  background: #f8fbff;
}

.claim-choice input,
.claim-acceptance input {
  width: auto;
  margin-top: 4px;
  accent-color: #ff8344;
}

.claim-choice span,
.claim-acceptance span {
  color: #5c6b7e;
  line-height: 1.55;
}

.claim-choice strong {
  display: block;
  color: #055D82;
}

.claim-acceptance {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 131, 68, .1);
}

.claim-note,
.claim-code-card {
  margin-top: 22px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 131, 68, .24);
  background: rgba(255, 131, 68, .08);
}

.claim-note strong,
.claim-code-card strong,
.claim-code-card span {
  color: #055D82;
}

.claim-note p,
.claim-code-card small {
  display: block;
  margin: 6px 0 0;
  color: #5c6b7e;
  line-height: 1.6;
}

.claim-code-card span {
  display: block;
  margin-top: 8px;
  font-size: 1.35rem;
  font-weight: 900;
}

.claim-page-intro {
  width: min(1120px, 88vw);
  min-height: 72vh;
  display: grid;
  align-items: center;
  margin: 0 auto;
  padding: 150px 0 80px;
}

.claim-intro-card {
  max-width: 960px;
}

.claim-intro-card h1 {
  margin: 10px 0 16px;
  color: #055D82;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 1;
}

.claim-intro-card > p {
  max-width: 760px;
  color: #5c6b7e;
  font-size: 1.08rem;
  line-height: 1.75;
}

.claim-instructions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.claim-instructions article {
  padding: 20px;
  border: 1px solid rgba(25, 67, 118, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(25, 67, 118, .1);
}

.claim-instructions i {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #ff8344;
  background: rgba(255, 131, 68, .12);
  font-size: 1.25rem;
}

.claim-instructions h2 {
  margin: 0 0 8px;
  color: #055D82;
  font-size: 1rem;
}

.claim-instructions p {
  margin: 0;
  color: #5c6b7e;
  line-height: 1.65;
}

.claim-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.claim-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 34, 56, .72);
}

.claim-modal.open {
  display: flex;
}

.claim-modal-open {
  overflow: hidden;
}

.claim-modal-dialog {
  width: min(980px, 100%);
  max-height: min(90vh, 860px);
  overflow: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.claim-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px clamp(20px, 4vw, 34px);
  border-bottom: 1px solid rgba(25, 67, 118, .12);
  background: #fff;
}

.claim-modal-header h2 {
  margin: 4px 0 0;
  color: #055D82;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
}

.claim-modal-header button {
  display: grid;
  width: 42px;
  height: 42px;
  min-width: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #ff8344;
  cursor: pointer;
}

.claim-modal-instructions {
  margin: clamp(18px, 4vw, 30px) clamp(20px, 4vw, 34px) 0;
  padding: 16px 18px;
  border: 1px solid rgba(25, 67, 118, .12);
  border-radius: 8px;
  background: #f8fbff;
}

.claim-modal-instructions strong {
  color: #055D82;
}

.claim-modal-instructions ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #5c6b7e;
  line-height: 1.65;
}

.claim-modal .contact-form {
  border: 0;
  box-shadow: none;
}


/* Global claim modal */
.claim-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 28px);
  background: rgba(9, 27, 48, .78);
  backdrop-filter: blur(8px);
}

.claim-modal.open {
  display: flex;
}

.claim-modal-open {
  overflow: hidden;
}

.claim-modal-dialog {
  width: min(1080px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .36);
}

.claim-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  border-bottom: 1px solid rgba(25, 67, 118, .12);
  background:
    linear-gradient(135deg, rgba(25, 67, 118, .97), rgba(25, 67, 118, .86)),
    #194376;
  color: #fff;
}

.claim-title-group {
  display: grid;
  gap: 7px;
}

.claim-kicker {
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: #055D82;
  background: #fff;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.claim-modal-header .eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.claim-modal-header h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  line-height: 1.05;
}

.claim-modal-header p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  line-height: 1.6;
}

.claim-close {
  display: grid;
  width: 42px;
  height: 42px;
  min-width: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.claim-close:hover {
  transform: translateY(-2px);
  color: #055D82;
  background: #fff;
}

.claim-modal-instructions {
  display: grid;
  gap: 18px;
  margin: clamp(18px, 3vw, 30px) clamp(18px, 4vw, 34px) 0;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(25, 67, 118, .12);
  border-left: 4px solid #ff8344;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(25, 67, 118, .08);
}

.claim-instruction-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.claim-instruction-heading i {
  display: grid;
  width: 38px;
  height: 38px;
  min-width: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #ff8344;
}

.claim-instruction-heading strong {
  display: block;
  color: #055D82;
  font-size: 1.04rem;
  font-weight: 950;
}

.claim-instruction-heading p,
.claim-legal-note {
  margin: 5px 0 0;
  color: #5c6b7e;
  line-height: 1.6;
}

.claim-modal-instructions ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: claim-step;
}

.claim-modal-instructions li {
  counter-increment: claim-step;
  display: flex;
  gap: 10px;
  padding: 14px;
  border-radius: 8px;
  background: #f8fbff;
  color: #5c6b7e;
  line-height: 1.55;
}

.claim-modal-instructions li::before {
  content: counter(claim-step);
  display: grid;
  width: 24px;
  height: 24px;
  min-width: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #194376;
  font-size: .78rem;
  font-weight: 950;
}

.claim-legal-note {
  margin: 0;
  padding-top: 14px;
  border-top: 1px dashed rgba(25, 67, 118, .18);
  font-size: .94rem;
}

.claim-form {
  display: grid;
  gap: 22px;
  padding: clamp(20px, 4vw, 34px);
}

.claim-form fieldset {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(25, 67, 118, .12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(25, 67, 118, .07);
}

.claim-form legend {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 8px;
  color: #055D82;
  font-size: 1rem;
  font-weight: 950;
}

.claim-form legend span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #ff8344;
  font-size: .86rem;
}

.claim-form-grid,
.claim-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.claim-form label {
  display: grid;
  gap: 8px;
  color: #055D82;
  font-size: .92rem;
  font-weight: 850;
}

.claim-form input,
.claim-form select,
.claim-form textarea {
  width: 100%;
  border: 1px solid rgba(25, 67, 118, .16);
  border-radius: 8px;
  padding: 13px 14px;
  color: #1f2d3d;
  background: #f8fbff;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.claim-form textarea {
  min-height: 118px;
  resize: vertical;
}

.claim-form input:focus,
.claim-form select:focus,
.claim-form textarea:focus {
  border-color: #ff8344;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 131, 68, .15);
}

.claim-choice,
.claim-acceptance {
  display: flex !important;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
}

.claim-choice {
  padding: 16px;
  border: 1px solid rgba(25, 67, 118, .16);
  background: #f8fbff;
}

.claim-choice input,
.claim-acceptance input {
  width: auto;
  margin-top: 4px;
  accent-color: #ff8344;
}

.claim-choice span,
.claim-acceptance span {
  color: #5c6b7e;
  font-size: .94rem;
  line-height: 1.55;
}

.claim-choice strong {
  display: block;
  margin-bottom: 2px;
  color: #055D82;
}

.claim-acceptance {
  padding: 16px 18px;
  border: 1px solid rgba(255, 131, 68, .22);
  background: rgba(255, 131, 68, .09);
}

.claim-code-card {
  padding: 18px;
  border: 1px solid rgba(255, 131, 68, .24);
  border-radius: 10px;
  background: rgba(255, 131, 68, .08);
}

.claim-code-card strong,
.claim-code-card span {
  color: #055D82;
}

.claim-code-card span {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  font-weight: 950;
}

.claim-code-card small {
  display: block;
  margin-top: 6px;
  color: #5c6b7e;
  line-height: 1.6;
}

.claim-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.claim-submit,
.claim-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.claim-submit {
  border: 1px solid #ff8344;
  color: #fff;
  background: #ff8344;
  box-shadow: 0 14px 26px rgba(255, 131, 68, .24);
}

.claim-submit:hover {
  transform: translateY(-2px);
  border-color: #194376;
  background: #194376;
}

.claim-secondary {
  border: 1px solid rgba(25, 67, 118, .18);
  color: #055D82;
  background: #fff;
}

.claim-secondary:hover {
  transform: translateY(-2px);
  color: #fff;
  background: #194376;
}

.claim-message {
  min-height: 24px;
  margin: 0;
  color: #055D82;
  font-weight: 800;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .claim-modal {
    align-items: stretch;
    padding: 0;
  }

  .claim-modal-dialog {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .claim-modal-header {
    grid-template-columns: 1fr auto;
  }

  .claim-modal-instructions ol,
  .claim-form-grid,
  .claim-type-grid {
    grid-template-columns: 1fr;
  }

  .claim-actions-row {
    flex-direction: column;
  }

  .claim-submit,
  .claim-secondary {
    width: 100%;
  }
}


@media (max-width: 980px) {
  .contact-strip,
  .contact-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-intro {
    position: static;
  }
}

@media (max-width: 680px) {
  .contact-hero {
    min-height: 72vh;
    padding: 118px 6vw 72px;
  }

  .contact-strip,
  .contact-section,
  .form-grid,
  .claim-type-grid,
  .claim-instructions {
    grid-template-columns: 1fr;
  }

  .contact-strip {
    width: min(94vw, 420px);
    margin-top: -22px;
    gap: .55rem;
  }

  .contact-strip article {
    padding: .75rem .85rem;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(25, 67, 118, .11);
  }

  .contact-strip i {
    width: 32px;
    height: 32px;
    margin-bottom: .45rem;
    font-size: 1rem;
  }

  .contact-strip h2 {
    margin-bottom: .25rem;
    font-size: .95rem;
  }

  .contact-strip p {
    font-size: .78rem;
    line-height: 1.35;
  }

  .contact-form {
    padding: 20px;
    border: 1px solid rgba(25, 67, 118, .18);
    border-top: 4px solid #ff8344;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 42px rgba(25, 67, 118, .18);
  }

  .contact-form label {
    font-size: .9rem;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    background: #fff;
    border-color: rgba(25, 67, 118, .22);
  }

  .contact-hero-actions,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-hero-actions a,
  .form-actions button,
  .form-actions a {
    width: 100%;
  }
}

/* Simple hybrid chat */
.floating-tools .chat-fast-toggle {
  width: auto;
  min-width: 48px;
  padding: 0 .78rem;
  gap: .42rem;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 950;
}

.floating-tools .chat-fast-toggle span {
  display: inline-block;
  white-space: nowrap;
}

.live-chat.simple-chat {
  width: min(380px, calc(100vw - 2rem));
  border: 1px solid rgba(25, 67, 118, .12);
  border-radius: 12px;
}

.live-chat.simple-chat header {
  align-items: center;
  padding: .95rem 1rem;
  background: linear-gradient(135deg, #194376, #24588f);
}

.live-chat.simple-chat header strong {
  font-size: 1rem;
}

.live-chat.simple-chat .chat-body {
  gap: .8rem;
  padding: .95rem;
  background: #f8fbff;
}

.live-chat.simple-chat .chat-message.bot {
  margin: 0;
  padding: .85rem;
  border: 1px solid rgba(25, 67, 118, .1);
  border-radius: 10px;
  color: #055D82;
  background: #fff;
  font-size: .9rem;
}

.live-chat.simple-chat .chat-quick-replies {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}

.live-chat.simple-chat .chat-quick-replies button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: .45rem;
  min-height: 40px;
  padding: .58rem .68rem;
  border-radius: 8px;
  font-size: .78rem;
  text-align: left;
}

.live-chat.simple-chat .chat-quick-replies button i {
  color: #ff8344;
  font-size: .95rem;
}

.live-chat.simple-chat .chat-quick-replies button:hover i,
.live-chat.simple-chat .chat-quick-replies button.active i {
  color: #fff;
}

.chat-selected-card {
  padding: .85rem;
  border: 1px solid rgba(255, 131, 68, .22);
  border-radius: 10px;
  background: rgba(255, 131, 68, .08);
}

.chat-selected-card span {
  display: inline-block;
  margin-bottom: .3rem;
  color: #055D82;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.chat-selected-card p {
  margin: 0;
  padding: 0;
  color: #5c6b7e;
  background: transparent;
  font-size: .88rem;
  line-height: 1.5;
}

.live-chat.simple-chat .chat-lead-form {
  gap: .55rem;
  padding: .85rem;
  border: 1px solid rgba(25, 67, 118, .1);
  border-radius: 10px;
  background: #fff;
}

.live-chat.simple-chat .chat-form-grid {
  grid-template-columns: 1fr 92px;
}

.chat-helper-note {
  color: #5c6b7e;
  font-size: .74rem;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 520px) {
  .floating-tools .chat-fast-toggle span {
    display: none;
  }

  .live-chat.simple-chat {
    right: 1rem;
    bottom: 5rem;
    width: calc(100vw - 2rem);
  }

  .live-chat.simple-chat .chat-form-grid,
  .live-chat.simple-chat .chat-quick-replies {
    grid-template-columns: 1fr;
  }
}

/* Basic compact chat */
.live-chat.basic-chat {
  width: min(320px, calc(100vw - 2rem));
  border-radius: 10px;
}

.live-chat.basic-chat .chat-body {
  display: grid;
  gap: .7rem;
  padding: .95rem;
  background: #fff;
}

.live-chat.basic-chat .chat-message {
  margin: 0;
  padding: .75rem .85rem;
  border-radius: 10px;
  font-size: .9rem;
  line-height: 1.45;
}

.live-chat.basic-chat .chat-message.user {
  justify-self: end;
  max-width: 88%;
  color: #fff;
  background: #194376;
}

.live-chat.basic-chat .chat-message.bot {
  justify-self: start;
  max-width: 92%;
  color: #055D82;
  background: #f8fbff;
  border: 1px solid rgba(25, 67, 118, .12);
}

.live-chat.basic-chat .chat-whatsapp-button {
  width: 100%;
  margin-top: .15rem;
}

@media (max-width: 520px) {
  .live-chat.basic-chat {
    right: 1rem;
    bottom: 5rem;
    width: calc(100vw - 2rem);
  }
}

/* Free text compact chat */
.live-chat.basic-chat .chat-body {
  max-height: 260px;
  overflow-y: auto;
}

.live-chat.basic-chat .chat-free-form {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: .45rem;
  padding: .75rem;
  border-top: 1px solid rgba(25, 67, 118, .12);
  background: #fff;
}

.live-chat.basic-chat .chat-free-form input {
  width: 100%;
  border: 1px solid rgba(25, 67, 118, .16);
  border-radius: 8px;
  padding: .68rem .78rem;
  color: #1f2d3d;
  background: #f8fbff;
  font: inherit;
  font-size: .9rem;
  outline: none;
}

.live-chat.basic-chat .chat-free-form input:focus {
  border-color: #ff8344;
  box-shadow: 0 0 0 3px rgba(255, 131, 68, .16);
}

.live-chat.basic-chat .chat-free-form button {
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #ff8344;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.live-chat.basic-chat .chat-free-form button:hover {
  transform: translateY(-1px);
  background: #194376;
}
.footer-claim-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
}

.footer-claim-link img {
  display: block;
  width: 58px !important;
  max-width: 58px !important;
  height: auto !important;
  margin-top: .15rem;
  margin-left: .45rem;
  margin-right: 0;
  border-radius: 4px;
  transition: transform .2s ease, filter .2s ease;
}

.footer-claim-link:hover img {
  transform: translateY(-2px);
  filter: brightness(1.04);
}
.per-person {
  display: block;
  margin-top: .18rem;
  color: var(--muted, #64748b);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.15;
}
/* Contacto palette refinement */
.contact-strip h2,
.contact-section h2,
.contact-intro h2,
.contact-form label,
.contact-benefits span,
.form-message {
  color: #055D82;
}

.contact-strip p,
.contact-intro p,
.contact-section p,
.contact-form input,
.contact-form select,
.contact-form textarea,
.claim-choice span,
.claim-note p,
.claim-code-card small {
  color: #5c6b7e;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(92, 107, 126, .72);
}
/* Mobile hero buttons: compact and left aligned */
@media (max-width: 680px) {
  .contact-hero .contact-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: .48rem;
  }

  .contact-hero .contact-hero-actions a,
  .contact-hero .contact-hero-actions button {
    width: auto;
    min-height: 36px;
    justify-content: center;
    padding: .52rem .82rem;
    font-size: .78rem;
    line-height: 1.1;
  }
}
/* === Hero uniform responsive patch === */
/* Hero ordenado y uniforme */
.contact-hero {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 7.5rem clamp(1rem, 5vw, 4.5rem) 4.5rem;
  text-align: center;
}

.contact-hero-overlay {
  background: linear-gradient(180deg, rgba(6, 22, 43, .64), rgba(25, 67, 118, .48) 52%, rgba(6, 22, 43, .52));
}

.contact-hero-content {
  width: min(900px, 100%);
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.contact-hero-content h1 {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(1.78rem, 4.6vw, 3.35rem);
  line-height: 1.05;
  text-wrap: balance;
}

.contact-hero p {
  display: none;
}

.contact-hero-actions {
  justify-content: center;
  margin-top: .15rem;
}

.contact-hero-actions a,
.contact-hero-actions button {
  width: auto;
  min-height: 42px;
  padding: .64rem .95rem;
  border-radius: 8px;
  font-size: .84rem;
}

@media (max-width: 900px) {
  .contact-hero {
    min-height: 440px;
    padding: 6.6rem 1rem 3.2rem;
  }
}

@media (max-width: 640px) {
  .contact-hero {
    min-height: 360px;
    padding: 5.9rem .9rem 2.4rem;
  }

  .contact-hero-content h1 {
    max-width: 19rem;
    font-size: clamp(1.32rem, 6.1vw, 1.78rem);
    line-height: 1.08;
  }

  .contact-hero .contact-hero-actions {
    width: min(100%, 20rem);
    justify-content: center;
  }

  .contact-hero .contact-hero-actions a,
  .contact-hero .contact-hero-actions button {
    width: auto;
    min-height: 32px;
    padding: .42rem .62rem;
    font-size: .72rem;
  }
}
/* === End hero uniform responsive patch === */
/* === Hero H1 slide motion patch === */
/* Movimiento suave de entrada para H1 del hero */
.contact-hero-content h1 {
  animation: heroTitleSlideIn 1.05s ease both;
  will-change: opacity, transform, filter;
}

@keyframes heroTitleSlideIn {
  from {
    opacity: 0;
    transform: translateX(-34px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero-content h1 {
    animation: none;
  }
}
/* === End hero H1 slide motion patch === */

/* === Hero unique subtitle patch === */
.hero-subtitle {
  max-width: min(760px, 92vw);
  margin: clamp(.65rem, 1.5vw, 1rem) 0 0;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-shadow: 0 12px 28px rgba(4, 18, 38, .58);
  animation: heroSubtitleSoftIn 1.35s ease both .28s;
}

.contact-hero-content .hero-subtitle,
.about-hero-content .hero-subtitle,
.store-hero-content .hero-subtitle {
  margin-left: auto;
  margin-right: auto;
}

@keyframes heroSubtitleSoftIn {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 640px) {
  .hero-subtitle {
    max-width: min(320px, 88vw);
    margin-top: .55rem;
    font-size: .9rem;
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-subtitle {
    animation: none;
  }
}
/* === End hero unique subtitle patch === */