.commercial-landing-v43 .hero-actions {
  align-items: center;
  flex-wrap: wrap;
}

.commercial-landing-v43 .v43-whatsapp-action {
  border: 1px solid #1f9d73;
  background: #1f9d73;
  color: #fff;
}

.commercial-landing-v43 .v43-whatsapp-action:hover,
.commercial-landing-v43 .v43-whatsapp-action:focus-visible {
  border-color: #167c5b;
  background: #167c5b;
  color: #fff;
}

.commercial-landing-v43 .v43-commercial-note {
  max-width: 48rem;
  margin: 0.7rem 0 0;
  padding-left: 0.9rem;
  border-left: 3px solid #ecb435;
  color: #273735;
  font-size: 0.88rem;
  line-height: 1.5;
}

.commercial-landing-v43 #contacto {
  scroll-margin-top: 5rem;
  border-top: 1px solid rgba(0, 91, 81, 0.14);
  border-bottom: 1px solid rgba(0, 91, 81, 0.14);
}

.commercial-landing-v43 .v43-quick-quote {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(28rem, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  padding: clamp(3.5rem, 7vw, 6.5rem) max(1.25rem, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, #f3faf8 0%, #ffffff 55%, #f8f3e8 100%);
}

.commercial-landing-v43 .v43-quick-quote__intro {
  position: sticky;
  top: 7rem;
}

.commercial-landing-v43 .v43-quick-quote__intro h2 {
  max-width: 17ch;
  margin: 0.55rem 0 1rem;
  color: #103d37;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.commercial-landing-v43 .v43-quick-quote__intro > p:not(.eyebrow) {
  max-width: 34rem;
  color: #425a56;
  line-height: 1.7;
}

.commercial-landing-v43 .v43-quick-quote__intro ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.commercial-landing-v43 .v43-quick-quote__intro li {
  display: flex;
  gap: 0.65rem;
  align-items: baseline;
  color: #173d38;
  font-size: 0.92rem;
  font-weight: 700;
}

.commercial-landing-v43 .v43-quick-quote__intro li::before {
  content: "✓";
  color: #007d6d;
  font-weight: 900;
}

.commercial-landing-v43 .v43-quick-quote__intro li a {
  color: #006c60;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.commercial-landing-v43 .v43-quick-quote__intro li a:hover,
.commercial-landing-v43 .v43-quick-quote__intro li a:focus-visible {
  color: #004f47;
}

.commercial-landing-v43 .v43-quick-quote .contact-form-wrap {
  width: 100%;
  max-width: 47rem;
  margin-left: auto;
}

.commercial-landing-v43 .v43-contact-details {
  grid-template-columns: minmax(0, 1fr);
}

.commercial-landing-v43 .v43-contact-details .contact-copy {
  width: 100%;
  max-width: 74rem;
  margin-inline: auto;
}

.commercial-landing-v43 .v43-form-intent {
  display: flex;
  gap: 0.35rem 0.8rem;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(0, 91, 81, 0.18);
  border-radius: 0.8rem;
  background: #f2faf7;
  color: #173d38;
  font-size: 0.86rem;
  line-height: 1.45;
}

.commercial-landing-v43 .v43-form-intent strong {
  color: #006c60;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.commercial-landing-v43 .v43-commercial-confirmation {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin: 0.35rem 0 0.25rem;
  padding: 1rem;
  border: 1px solid rgba(0, 91, 81, 0.24);
  border-radius: 0.8rem;
  background: #f7fbfa;
  color: #173d38;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

.commercial-landing-v43 .v43-commercial-confirmation input {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.15rem 0 0;
  accent-color: #007d6d;
}

.commercial-landing-v43 .v43-commercial-confirmation:focus-within {
  border-color: #007d6d;
  box-shadow: 0 0 0 3px rgba(0, 125, 109, 0.14);
}

.commercial-landing-v43 .v43-employment-reminder {
  margin: 0.25rem 0 0;
  color: #5b6765;
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.commercial-landing-v43 .v43-employment-reminder strong {
  color: #334744;
}

.commercial-landing-v43 .contact-form .submit-button {
  max-width: 100%;
  white-space: normal;
  line-height: 1.35;
  text-align: left;
}

.v43-mobile-actions {
  display: none;
}

@media (max-width: 980px) {
  .commercial-landing-v43 .v43-quick-quote {
    grid-template-columns: 1fr;
  }

  .commercial-landing-v43 .v43-quick-quote__intro {
    position: static;
  }

  .commercial-landing-v43 .v43-quick-quote__intro h2 {
    max-width: 19ch;
  }

  .commercial-landing-v43 .v43-quick-quote .contact-form-wrap {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 760px) {
  .commercial-landing-v43 body {
    padding-bottom: 4.4rem;
  }

  .commercial-landing-v43 .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .commercial-landing-v43 .hero-actions > a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .commercial-landing-v43 .hero-actions .button-link {
    min-height: 2.6rem;
  }

  .commercial-landing-v43 .v43-commercial-note {
    font-size: 0.82rem;
  }

  .commercial-landing-v43 .v43-quick-quote {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 3.5rem 1rem 4rem;
  }

  .commercial-landing-v43 .v43-quick-quote__intro {
    position: static;
  }

  .commercial-landing-v43 .v43-quick-quote__intro h2 {
    max-width: 18ch;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .commercial-landing-v43 .v43-quick-quote .contact-form-wrap {
    margin: 0;
  }

  .commercial-landing-v43 .v43-commercial-confirmation {
    font-size: 0.86rem;
  }

  .commercial-landing-v43 .contact-form .submit-button {
    gap: 1rem;
    padding-inline: 1rem;
    font-size: 0.82rem;
  }

  .v43-mobile-actions {
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 0.55rem;
    padding: 0.65rem max(0.75rem, env(safe-area-inset-right))
      calc(0.65rem + env(safe-area-inset-bottom))
      max(0.75rem, env(safe-area-inset-left));
    border-top: 1px solid rgba(0, 91, 81, 0.16);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -10px 30px rgba(8, 46, 42, 0.12);
    backdrop-filter: blur(12px);
  }

  .v43-mobile-actions a {
    display: flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: #007d6d;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
  }

  .v43-mobile-actions a:last-child {
    background: #1f9d73;
  }
}

@media (prefers-reduced-motion: reduce) {
  .commercial-landing-v43 *,
  .commercial-landing-v43 *::before,
  .commercial-landing-v43 *::after {
    scroll-behavior: auto !important;
  }
}

/* v48: formulario comercial con jerarquía visual y bloques guiados */
.commercial-landing-v43 .v43-quick-quote .contact-form-wrap {
  max-width: 50rem;
}

.commercial-landing-v43 .form-response-note {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.15rem 0.9rem;
  align-items: center;
  margin: 0 1.35rem -1.25rem;
  padding: 1rem 1.15rem;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(115deg, #073f39 0%, #075c52 100%);
  color: #fff;
  box-shadow: 0 16px 35px rgba(4, 55, 49, 0.22);
}

.commercial-landing-v43 .form-response-note::before {
  content: "B2B";
  grid-row: 1 / span 2;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #f1c75b;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.commercial-landing-v43 .form-response-note strong,
.commercial-landing-v43 .form-response-note span {
  grid-column: 2;
}

.commercial-landing-v43 .form-response-note strong {
  color: #fff;
  font-size: 0.86rem;
  letter-spacing: -0.01em;
}

.commercial-landing-v43 .form-response-note span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  line-height: 1.45;
}

.commercial-landing-v43 .contact-form {
  position: relative;
  gap: 1.35rem 1.15rem;
  padding: 3.2rem 2.2rem 2.2rem;
  overflow: hidden;
  border: 1px solid #d7e7e4;
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 169, 145, 0.1), transparent 15rem),
    #fff;
  box-shadow: 0 28px 75px rgba(7, 50, 45, 0.12);
}

.commercial-landing-v43 .contact-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.32rem;
  background: linear-gradient(90deg, #007d6d 0%, #00a7a0 62%, #e2b348 100%);
}

.commercial-landing-v43 .contact-form .v43-form-intent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr);
  gap: 0.2rem 0.85rem;
  align-items: center;
  margin: 0 0 0.2rem;
  padding: 1rem 1.05rem;
  border: 1px solid #c8e0dc;
  border-radius: 0.95rem;
  background: linear-gradient(120deg, #eef9f6 0%, #f8fcfb 100%);
  box-shadow: inset 4px 0 #d6a33c;
}

.commercial-landing-v43 .contact-form .v43-form-intent::before {
  content: "i";
  grid-row: 1 / span 2;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 50%;
  background: #075c52;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 700;
}

.commercial-landing-v43 .contact-form .v43-form-intent strong,
.commercial-landing-v43 .contact-form .v43-form-intent span {
  grid-column: 2;
}

.commercial-landing-v43 .contact-form .v43-form-intent strong {
  color: #075c52;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.commercial-landing-v43 .contact-form .v43-form-intent span {
  color: #49615d;
  font-size: 0.78rem;
  line-height: 1.55;
}

.commercial-landing-v43 .v43-form-intent a,
.commercial-landing-v43 .v43-employment-reminder a {
  color: #006c60;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
}

.commercial-landing-v43 .v48-form-section {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  margin-top: 0.4rem;
  padding-top: 1.35rem;
  border-top: 1px solid #e0ebe9;
}

.commercial-landing-v43 .v48-form-section--organization {
  margin-top: 0;
  padding-top: 0.2rem;
  border-top: 0;
}

.commercial-landing-v43 .v48-form-step {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 0.7rem;
  background: #082f2b;
  color: #f0c45b;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 7px 16px rgba(8, 47, 43, 0.16);
}

.commercial-landing-v43 .v48-form-section > span:last-child {
  display: grid;
  gap: 0.15rem;
}

.commercial-landing-v43 .v48-form-section strong {
  color: #082f2b;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}

.commercial-landing-v43 .v48-form-section small {
  color: #677a76;
  font-size: 0.71rem;
  font-weight: 500;
  line-height: 1.45;
}

.commercial-landing-v43 .contact-form label:not(.v43-commercial-confirmation) {
  display: block;
  min-width: 0;
}

.commercial-landing-v43 .contact-form .field-label {
  min-height: 1.55rem;
  align-items: center;
}

.commercial-landing-v43 .contact-form .field-label > span {
  color: #102f2b;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.commercial-landing-v43 .contact-form .field-label small {
  max-width: 10.5rem;
  padding: 0.24rem 0.45rem;
  border-radius: 999px;
  background: #eff4f3;
  color: #61716e;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-align: right;
}

.commercial-landing-v43 .contact-form .field-is-required .field-label small {
  background: #075c52;
  color: #fff;
}

.commercial-landing-v43 .contact-form .field-is-optional .field-label small {
  background: #edf2f1;
  color: #657572;
}

.commercial-landing-v43 .contact-form .field-is-conditional .field-label small {
  background: #f7edcf;
  color: #765713;
}

.commercial-landing-v43 .contact-form input:not([type="checkbox"]),
.commercial-landing-v43 .contact-form select,
.commercial-landing-v43 .contact-form textarea {
  min-height: 3.35rem;
  margin-top: 0.55rem;
  padding: 0.82rem 0.95rem;
  border: 1px solid #cfe0dd;
  border-radius: 0.72rem;
  background: #fbfdfc;
  color: #0d2c28;
  font-size: 0.88rem;
  box-shadow: 0 3px 10px rgba(8, 47, 43, 0.035);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.commercial-landing-v43 .contact-form input:not([type="checkbox"]):hover,
.commercial-landing-v43 .contact-form select:hover,
.commercial-landing-v43 .contact-form textarea:hover {
  border-color: #aaccc6;
  background: #fff;
}

.commercial-landing-v43 .contact-form input:not([type="checkbox"]):focus,
.commercial-landing-v43 .contact-form select:focus,
.commercial-landing-v43 .contact-form textarea:focus {
  border-color: #007d6d;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 125, 109, 0.11);
}

.commercial-landing-v43 .contact-form label:focus-within .field-label > span {
  color: #006c60;
}

.commercial-landing-v43 .contact-helper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: -0.5rem 0 0;
  color: #61716e;
  font-size: 0.68rem;
}

.commercial-landing-v43 .contact-helper::before {
  content: "•";
  color: #d29b2e;
  font-size: 1rem;
  line-height: 1;
}

.commercial-landing-v43 .phone-field-helper {
  display: block;
  margin-top: 0.6rem;
  color: #61716e;
  font-size: 0.67rem;
  font-weight: 500;
  line-height: 1.5;
}

.commercial-landing-v43 .phone-field-helper--error {
  color: #9b2635;
  font-weight: 700;
}

.commercial-landing-v43 input[aria-invalid="true"] {
  border-color: #c54855;
  box-shadow: 0 0 0 3px rgba(197, 72, 85, 0.14);
}

.commercial-landing-v43 .form-optional {
  border: 1px solid #cfe0dd;
  border-radius: 0.9rem;
  background: #f8fbfa;
  overflow: hidden;
}

.commercial-landing-v43 .form-optional summary {
  min-height: 4.25rem;
  padding: 0.95rem 1.05rem;
}

.commercial-landing-v43 .form-optional summary::after {
  border-color: #8fbbb4;
  background: #fff;
}

.commercial-landing-v43 .v43-commercial-confirmation {
  margin-top: 0.45rem;
  padding: 1.05rem 1.1rem;
  border: 1px solid #aed0ca;
  border-radius: 0.9rem;
  background: linear-gradient(120deg, #eef9f6 0%, #fff 100%);
  box-shadow: 0 7px 18px rgba(8, 47, 43, 0.05);
}

.commercial-landing-v43 .contact-form .submit-button {
  width: 100%;
  min-height: 3.75rem;
  justify-content: center;
  justify-self: stretch;
  margin-top: 0;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
  background: linear-gradient(110deg, #007d6d 0%, #009c8b 60%, #00a7a0 100%);
  color: #fff;
  font-size: 0.86rem;
  text-align: center;
  box-shadow: 0 14px 27px rgba(0, 125, 109, 0.22);
}

.commercial-landing-v43 .contact-form .submit-button:hover,
.commercial-landing-v43 .contact-form .submit-button:focus-visible {
  box-shadow: 0 17px 32px rgba(0, 125, 109, 0.29);
}

.commercial-landing-v43 .v43-employment-reminder {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.3rem 0.7rem;
  align-items: center;
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid #ead9ae;
  border-radius: 0.8rem;
  background: #fffbf1;
  color: #665b40;
  font-size: 0.7rem;
  text-align: left;
}

.commercial-landing-v43 .v43-employment-reminder::before {
  content: "RR.HH.";
  grid-row: 1 / span 2;
  padding: 0.34rem 0.45rem;
  border-radius: 0.4rem;
  background: #e6b64d;
  color: #332a16;
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.commercial-landing-v43 .v43-employment-reminder strong {
  color: #3f3726;
  font-size: 0.72rem;
}

.commercial-landing-v43 .contact-form .form-note {
  margin-top: -0.35rem;
  color: #75837f;
  font-size: 0.65rem;
  text-align: center;
}

@media (max-width: 760px) {
  .commercial-landing-v43 .form-response-note {
    margin-inline: 0.8rem;
    padding: 0.9rem;
  }

  .commercial-landing-v43 .contact-form {
    gap: 1.15rem;
    padding: 2.85rem 1.1rem 1.35rem;
    border-radius: 1.1rem;
  }

  .commercial-landing-v43 .contact-form .v43-form-intent {
    grid-template-columns: 2.35rem minmax(0, 1fr);
    padding: 0.9rem;
  }

  .commercial-landing-v43 .contact-form .v43-form-intent::before {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.1rem;
  }

  .commercial-landing-v43 .v48-form-section {
    padding-top: 1.1rem;
  }

  .commercial-landing-v43 .contact-form .field-label {
    align-items: center;
  }

  .commercial-landing-v43 .contact-form .field-label small {
    max-width: 8.4rem;
  }

  .commercial-landing-v43 .contact-form .submit-button {
    font-size: 0.78rem;
  }
}

@media (max-width: 430px) {
  .commercial-landing-v43 .form-response-note {
    grid-template-columns: 2.55rem minmax(0, 1fr);
    margin-inline: 0.55rem;
  }

  .commercial-landing-v43 .form-response-note::before {
    width: 2.55rem;
    height: 2.55rem;
  }

  .commercial-landing-v43 .contact-form .v43-form-intent {
    display: block;
    box-shadow: inset 3px 0 #d6a33c;
  }

  .commercial-landing-v43 .contact-form .v43-form-intent::before {
    margin-bottom: 0.7rem;
  }

  .commercial-landing-v43 .contact-form .v43-form-intent strong,
  .commercial-landing-v43 .contact-form .v43-form-intent span {
    display: block;
  }

  .commercial-landing-v43 .contact-form .v43-form-intent span {
    margin-top: 0.25rem;
  }

  .commercial-landing-v43 .v48-form-section {
    grid-template-columns: 2.1rem minmax(0, 1fr);
    gap: 0.65rem;
  }

  .commercial-landing-v43 .v48-form-step {
    width: 2.1rem;
    height: 2.1rem;
  }

  .commercial-landing-v43 .v43-employment-reminder {
    align-items: start;
  }
}

/* v49: correcciones de alineación y respaldo operativo junto al CTA */
.commercial-landing-v43 .v49-operational-assurances {
  display: grid;
  gap: 0;
  margin: 1.8rem 0 0;
  border-top: 1px solid rgba(7, 92, 82, 0.18);
  border-bottom: 1px solid rgba(7, 92, 82, 0.18);
}

.commercial-landing-v43 .v43-quick-quote__intro .v49-operational-assurances li {
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  padding: 0.9rem 0;
  color: #173d38;
  font-size: inherit;
  font-weight: inherit;
}

.commercial-landing-v43 .v43-quick-quote__intro .v49-operational-assurances li + li {
  border-top: 1px solid rgba(7, 92, 82, 0.12);
}

.commercial-landing-v43 .v43-quick-quote__intro .v49-operational-assurances li::before {
  content: none;
}

.commercial-landing-v43 .v49-operational-assurances li > span:first-child {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border: 1px solid rgba(7, 92, 82, 0.22);
  border-radius: 50%;
  color: #007565;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.commercial-landing-v43 .v49-operational-assurances li > span:last-child {
  display: grid;
  gap: 0.18rem;
}

.commercial-landing-v43 .v49-operational-assurances strong {
  color: #123b35;
  font-size: 0.8rem;
  line-height: 1.35;
}

.commercial-landing-v43 .v49-operational-assurances small {
  color: #627571;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.5;
}

.commercial-landing-v43 .v43-quick-quote__intro .v49-quote-meta {
  display: flex;
  gap: 0.5rem 0.85rem;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  color: #536a66;
  font-size: 0.67rem;
  line-height: 1.45;
}

.commercial-landing-v43 .v49-quote-meta strong {
  color: #075c52;
}

.commercial-landing-v43 .v49-quote-meta span {
  padding-left: 0.85rem;
  border-left: 1px solid #c8dcd8;
}

.commercial-landing-v43 .v49-quote-meta a {
  color: #006c60;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.commercial-landing-v43 .v43-commercial-confirmation {
  grid-column: 1 / -1;
  grid-template-columns: 1.4rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 1rem 1.1rem;
  box-shadow: inset 4px 0 #007d6d, 0 7px 18px rgba(8, 47, 43, 0.05);
}

.commercial-landing-v43 .v43-commercial-confirmation input {
  width: 1.35rem;
  height: 1.35rem;
  margin: 0;
  accent-color: #007d6d;
  cursor: pointer;
}

.commercial-landing-v43 .v49-confirmation-copy {
  display: grid;
  gap: 0.2rem;
}

.commercial-landing-v43 .v49-confirmation-copy small {
  color: #007565;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.commercial-landing-v43 .v49-confirmation-copy strong {
  color: #123b35;
  font-size: 0.78rem;
  line-height: 1.45;
}

.commercial-landing-v43 .v43-employment-reminder {
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  padding: 0.9rem 1rem;
  border-color: #ded7c7;
  background: #faf8f2;
}

.commercial-landing-v43 .v43-employment-reminder::before {
  content: none;
  display: none;
}

.commercial-landing-v43 .v49-employment-badge {
  display: inline-flex;
  min-width: 3.4rem;
  min-height: 1.9rem;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.55rem;
  border-radius: 0.45rem;
  background: #e8bd59;
  color: #342b18;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.commercial-landing-v43 .v49-employment-copy {
  display: grid;
  min-width: 0;
  gap: 0.15rem;
  color: #665f50;
}

.commercial-landing-v43 .v49-employment-copy strong {
  color: #39352d;
  font-size: 0.71rem;
  line-height: 1.3;
}

.commercial-landing-v43 .v49-employment-copy > span {
  font-size: 0.68rem;
  line-height: 1.5;
}

@media (max-width: 430px) {
  .commercial-landing-v43 .v43-employment-reminder {
    grid-template-columns: 1fr;
  }

  .commercial-landing-v43 .v49-employment-badge {
    width: max-content;
  }

  .commercial-landing-v43 .v43-commercial-confirmation {
    align-items: start;
  }

  .commercial-landing-v43 .v43-commercial-confirmation input {
    margin-top: 0.1rem;
  }
}

/* v51: acceso laboral mediante botón, sin dirección visible en la portada */
.commercial-landing-v43 .v43-employment-reminder {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.commercial-landing-v43 .v43-employment-reminder .v51-employment-button,
.v51-employment-button {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.68rem 0.9rem;
  border: 1px solid #8eb7b0;
  border-radius: 0.65rem;
  background: #fff;
  color: #075c52;
  font: 800 0.68rem Montserrat, Arial, sans-serif;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(8, 47, 43, 0.06);
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.commercial-landing-v43 .v43-employment-reminder .v51-employment-button:hover,
.commercial-landing-v43 .v43-employment-reminder .v51-employment-button:focus-visible,
.v51-employment-button:hover,
.v51-employment-button:focus-visible {
  border-color: #075c52;
  background: #075c52;
  color: #fff;
  transform: translateY(-1px);
}

.v51-employment-modal-button {
  width: 100%;
  min-height: 3.15rem;
  border-color: #d5a43e;
  background: #f2c65f;
  color: #332a17;
  font-size: 0.78rem;
  box-shadow: 0 10px 22px rgba(183, 121, 31, 0.16);
}

.v51-inline-employment-button {
  display: inline-flex;
  margin-inline: 0.18rem;
  align-items: center;
  color: #075c52;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 620px) {
  .commercial-landing-v43 .v43-employment-reminder {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .commercial-landing-v43 .v43-employment-reminder .v51-employment-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .commercial-landing-v43 .v43-employment-reminder {
    grid-template-columns: 1fr;
  }
}

/* v52: canal laboral visible, separado y ubicado antes del formulario comercial */
.commercial-landing-v43 .v52-employment-channel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  width: 100%;
  margin: 0 0 1.35rem;
  padding: 1.15rem 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(236, 180, 53, 0.68);
  border-radius: 1rem;
  background: linear-gradient(120deg, #123f39 0%, #0b5e54 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(8, 47, 43, 0.16);
}

.commercial-landing-v43 .v52-employment-channel::after {
  content: "";
  position: absolute;
  top: -3.5rem;
  right: 7rem;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.commercial-landing-v43 .v52-employment-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 3.15rem;
  height: 3.15rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.85rem;
  background: #efbd4e;
  color: #213731;
  font: 900 0.78rem Montserrat, Arial, sans-serif;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.commercial-landing-v43 .v52-employment-copy {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  gap: 0.2rem;
}

.commercial-landing-v43 .v52-employment-copy small {
  color: #f4ca6a;
  font: 900 0.58rem Montserrat, Arial, sans-serif;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.commercial-landing-v43 .v52-employment-copy strong {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3;
}

.commercial-landing-v43 .v52-employment-copy > span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  line-height: 1.45;
}

.commercial-landing-v43 .v52-employment-button,
.v52-employment-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.82rem 1.15rem;
  border: 1px solid #efbd4e;
  border-radius: 0.75rem;
  background: #efbd4e;
  color: #20362f;
  font: 900 0.72rem Montserrat, Arial, sans-serif;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.commercial-landing-v43 .v52-employment-button:hover,
.commercial-landing-v43 .v52-employment-button:focus-visible,
.v52-employment-button:hover,
.v52-employment-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #075c52;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.v52-employment-modal-button {
  width: 100%;
  min-height: 3.15rem;
}

.v52-inline-employment-button {
  display: inline-flex;
  margin-inline: 0.18rem;
  align-items: center;
  color: #075c52;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 620px) {
  .commercial-landing-v43 .v52-employment-channel {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 1rem;
  }

  .commercial-landing-v43 .v52-employment-channel .v52-employment-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .commercial-landing-v43 .v52-employment-channel {
    grid-template-columns: 2.8rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .commercial-landing-v43 .v52-employment-mark {
    width: 2.8rem;
    height: 2.8rem;
  }
}

/* v53: una sola tarjeta destacada; encabezado comercial sin contenedor tipo globo */
.commercial-landing-v43 .form-response-note {
  position: static;
  display: block;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border: 0;
  border-bottom: 1px solid rgba(7, 92, 82, 0.2);
  border-radius: 0;
  background: transparent;
  color: #4e625e;
  box-shadow: none;
}

.commercial-landing-v43 .form-response-note::before {
  content: none;
  display: none;
}

.commercial-landing-v43 .form-response-note strong,
.commercial-landing-v43 .form-response-note span {
  display: block;
  grid-column: auto;
}

.commercial-landing-v43 .form-response-note strong {
  color: #075c52;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.commercial-landing-v43 .form-response-note span {
  margin-top: 0.38rem;
  color: #536763;
  font-size: 0.76rem;
  line-height: 1.55;
}

.commercial-landing-v43 .contact-form {
  padding-top: 2.15rem;
}

@media (max-width: 760px) {
  .commercial-landing-v43 .form-response-note {
    margin: 0 0 0.9rem;
    padding: 0 0 0.9rem;
  }

  .commercial-landing-v43 .contact-form {
    padding-top: 1.85rem;
  }
}
