:root {
  --gow-green: #9fbe39;
  --gow-green-soft: #e8f6c4;
  --gow-green-pale: #f7fbec;
  --gow-green-deep: #6d930b;
  --gow-orange: #ff9d1e;
  --gow-orange-soft: #fff0dc;
  --gow-black: #201713;
  --gow-brown: #7a5a42;
  --gow-ink: #211f1c;
  --gow-muted: #67615b;
  --gow-line: rgba(32, 23, 19, 0.11);
  --gow-shadow: 0 18px 50px rgba(32, 23, 19, 0.08);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(159, 190, 57, 0.10), transparent 28%),
    linear-gradient(180deg, #fbfdf5 0%, #ffffff 48%, #f6faea 100%);
  color: var(--gow-ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  transition: color 160ms ease, background-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.hero-bg {
  min-height: auto;
  padding: 20px 20px 34px;
  background:
    radial-gradient(circle at 84% 8%, rgba(255, 157, 30, 0.14), transparent 24%),
    linear-gradient(180deg, #fbfdf5, #ffffff) !important;
}

.header {
  overflow: visible;
  width: min(1180px, 100%) !important;
  height: auto !important;
  min-height: 0;
  margin: 0 auto !important;
  border-radius: 26px !important;
  background: transparent !important;
  background-image: none !important;
  transform: none !important;
}

.header-mobile-contenedor {
  position: relative !important;
  width: 100% !important;
  min-height: 74px;
  margin-bottom: 28px;
  padding: 16px 18px 16px 22px;
  border: 1px solid var(--gow-line);
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(255,255,255,0.96), rgba(245,250,232,0.94));
  box-shadow: 0 16px 40px rgba(32, 23, 19, 0.08);
}

.logotipo {
  width: 145px !important;
  max-width: 38vw;
  margin: 0 !important;
  float: left !important;
}

.menu-nav {
  display: flex !important;
  width: auto !important;
  margin-top: 4px !important;
  padding: 6px;
  float: right !important;
  gap: 6px;
  border: 1px solid rgba(159, 190, 57, 0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.68);
}

.boton-header {
  margin: 0 !important;
  padding: 10px 15px !important;
  border: 0 !important;
  border-radius: 999px;
  color: var(--gow-black) !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1;
}

.boton-header:hover {
  background: var(--gow-green-soft);
  color: var(--gow-green-deep) !important;
  opacity: 1 !important;
}

.menucontenedor-mobile {
  height: auto !important;
  margin-top: 10px !important;
}

.combo-menu-mobile,
.w-select,
.w-input,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  min-height: 42px;
  border: 1px solid rgba(109, 147, 11, 0.22) !important;
  border-radius: 14px !important;
  background-color: #fffefa !important;
  color: var(--gow-ink) !important;
  font-size: 14px;
  box-shadow: none !important;
}

textarea {
  min-height: 120px;
  padding: 12px 14px;
}

label {
  margin: 10px 0 6px;
  color: var(--gow-black);
  font-weight: 800;
}

.w-container {
  max-width: 1180px !important;
}

.w-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.contendor-central-productogow,
.contenedor-login,
.contenedor-contacto-right,
.contiene-faqs,
.columna3-productoampliado,
.columna1-cobertura-mapa,
.contenedor-central-atclientes,
.card {
  border: 1px solid var(--gow-line) !important;
  border-radius: 26px !important;
  background: #ffffff !important;
  background-image: none !important;
  box-shadow: var(--gow-shadow) !important;
}

.contendor-central-productogow {
  width: 73% !important;
  min-height: 420px;
  padding: 34px !important;
}

.contenedor-login {
  height: auto !important;
  min-height: 0;
  margin-top: 0 !important;
  padding: 24px !important;
}

.contenedor-login label {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
}

.btn-ingreso,
.btn-contratar,
.btn-verificar-direccion,
.boton-continuar,
.boton-compra,
.contacto-submit,
button,
input[type="submit"],
.w-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--gow-orange) !important;
  background-image: none !important;
  color: var(--gow-black) !important;
  font-weight: 800 !important;
  line-height: 42px !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(255, 157, 30, 0.20);
}

.btn-ingreso:hover,
.btn-contratar:hover,
.btn-verificar-direccion:hover,
.boton-continuar:hover,
.boton-compra:hover,
.contacto-submit:hover,
button:hover,
input[type="submit"]:hover,
.w-button:hover {
  opacity: 1 !important;
  transform: translateY(-1px);
  background: #f0b23a !important;
}

button a,
.boton-compra a {
  color: var(--gow-black) !important;
  text-decoration: none !important;
}

.login-olvide-pass,
.login-olvide-usuario,
.txt2-link,
.txt3-link,
.txt-link {
  color: var(--gow-green-deep) !important;
  font-weight: 800;
}

.menu-mobile {
  width: 24% !important;
  padding-right: 18px !important;
}

.button-titular {
  margin-bottom: 10px;
  padding: 15px 18px !important;
  border-radius: 20px 20px 10px 10px !important;
  background: var(--gow-black) !important;
  background-image: none !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.button {
  width: 100%;
  margin: 0 0 8px !important;
  padding: 13px 16px !important;
  border: 1px solid rgba(159, 190, 57, 0.24) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #f2f8d7, #ffffff) !important;
  color: var(--gow-black) !important;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.menu-mobile .button:nth-child(3n+1) {
  background: linear-gradient(135deg, #e6f5bf, #fbfff0) !important;
}

.menu-mobile .button:nth-child(3n+2) {
  background: linear-gradient(135deg, #fff0c1, #fffaf0) !important;
}

.menu-mobile .button:nth-child(3n) {
  background: linear-gradient(135deg, #ffe0bd, #fff6eb) !important;
}

.button:hover,
.button.selected {
  background: var(--gow-green-soft) !important;
  color: var(--gow-green-deep) !important;
  opacity: 1 !important;
}

h1,
h2,
h3 {
  color: var(--gow-black) !important;
  letter-spacing: -0.035em;
}

.contendor-central-productogow h1,
.contenedor-login h1,
.contenedor-contacto-right h1 {
  display: block;
  margin: 0 0 18px !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: clamp(30px, 3.4vw, 44px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.contendor-central-productogow h2,
.contendor-central-productogow h3 {
  display: block;
  margin: 20px 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
  line-height: 1.14 !important;
}

p {
  color: var(--gow-muted) !important;
  font-size: 15px;
  line-height: 1.62 !important;
}

.contendor-central-productogow p,
.contenedor-login p,
.contenedor-contacto-right p,
.card p {
  margin: 0 0 16px !important;
  padding: 0 !important;
}

.card {
  max-width: 100% !important;
  margin: 0 auto 22px !important;
  padding: 26px !important;
  overflow: hidden;
}

.card img {
  width: min(110px, 28%) !important;
  height: auto;
  margin-bottom: 16px;
}

.card h1 {
  margin-bottom: 8px !important;
  font-size: clamp(28px, 3vw, 40px) !important;
}

.snippet-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  clear: both;
  align-items: stretch;
}

.snippet-row > .w-col {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.snippet-row::before,
.snippet-row::after {
  display: none !important;
  content: none !important;
}

.snippet {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: 202px;
  padding: 18px 14px !important;
  overflow: hidden;
  border: 1px solid rgba(159, 190, 57, 0.24);
  border-radius: 22px !important;
  background: linear-gradient(180deg, #dff3a7, #f8fde9) !important;
  box-shadow: 0 14px 34px rgba(32, 23, 19, 0.06);
  transition: border-color 180ms ease, border-width 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gow-selectable-product {
  position: relative;
  cursor: pointer;
  transform-origin: center center;
}

.gow-selectable-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(32, 23, 19, 0.12);
}

.gow-selectable-product.gow-product-selected {
  z-index: 5;
  border: 4px solid var(--gow-black) !important;
  box-shadow: 0 24px 56px rgba(32, 23, 19, 0.22);
  transform: scale(1.15);
}

.gow-selectable-product.gow-product-selected::before {
  content: "Seleccionado";
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--gow-black);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(32, 23, 19, 0.22);
}

.gow-selectable-product.gow-product-selected .snippet-title {
  color: var(--gow-black) !important;
}

.snippet-row > .w-col:nth-child(2) .snippet {
  border-color: rgba(244, 195, 46, 0.46);
  background: linear-gradient(180deg, #fff0a8, #fff9dd) !important;
}

.snippet-row > .w-col:nth-child(3) .snippet {
  border-color: rgba(255, 157, 30, 0.42);
  background: linear-gradient(180deg, #ffd3a0, #fff1df) !important;
}

.snippet-row > .w-col:nth-child(4) .snippet {
  border-color: rgba(35, 168, 201, 0.42);
  background: linear-gradient(180deg, #dff8ff, #f5fdff) !important;
}

.snippet-title {
  color: var(--gow-green-deep) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.snippet-text-section {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.snippet-row > .w-col:nth-child(2) .snippet-title {
  color: #9a7800 !important;
}

.snippet-row > .w-col:nth-child(3) .snippet-title {
  color: #bd5f00 !important;
}

.snippet-row > .w-col:nth-child(4) .snippet-title {
  color: #1d7890 !important;
}

.snippet-text {
  flex: 1;
  width: auto !important;
  float: none !important;
  color: var(--gow-muted) !important;
}

.example-image {
  width: 82px !important;
  max-width: 38%;
  margin-bottom: 10px;
}

.snippet .btn-contratar {
  min-width: 170px;
  max-width: 100%;
  min-height: 40px !important;
  padding: 0 16px !important;
  font-size: 13px !important;
}

.separador {
  display: none !important;
}

.contenedor-home2 {
  padding: 34px 20px !important;
  background: #ffffff !important;
  border-top: 1px solid rgba(32, 23, 19, 0.08);
  text-align: left !important;
}

.contenedor-home2 .w-container {
  padding: 26px;
  border-radius: 26px;
  background: var(--gow-green-pale);
}

.footergow {
  display: none !important;
}

.footer-text {
  color: rgba(255,255,255,0.82) !important;
  font-size: 14px;
  line-height: 1.6;
}

.gow-contact-form-card {
  width: min(980px, 100%);
  margin: 0 auto 22px;
  padding: 30px 34px;
  border: 1px solid rgba(159, 190, 57, 0.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 157, 30, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7fbec 58%, #fff3df 100%);
  box-shadow: 0 18px 46px rgba(32, 23, 19, 0.08);
}

.gow-contact-form-card form {
  margin: 0;
}

.gow-contact-form-card label {
  margin-top: 12px;
}

.gow-contact-form-card .cobertura-direccion {
  width: 100% !important;
  margin-bottom: 10px;
  background-color: rgba(255,255,255,0.78) !important;
}

.gow-contact-submit-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.gow-contact-submit-row .contacto-submit {
  min-width: 150px;
}

.gow-contact-band {
  border-top: 0;
  background: linear-gradient(180deg, #ffffff, #f7fbec) !important;
}

.gow-contact-footer {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1.4fr auto;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, #f4f9df, #ffffff) !important;
  border: 1px solid rgba(159, 190, 57, 0.20);
  box-shadow: var(--gow-shadow);
}

.gow-contact-brand img {
  width: 110px;
  max-width: 100%;
  padding: 12px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(32, 23, 19, 0.08);
}

.gow-contact-brand span {
  display: block;
  margin-top: 10px;
  color: var(--gow-muted);
  font-size: 13px;
  font-weight: 700;
}

.gow-social-links,
.gow-contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gow-social-links a,
.gow-contact-links a,
.gow-policy-link {
  display: grid;
  gap: 2px;
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid rgba(32, 23, 19, 0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  color: var(--gow-black) !important;
  text-decoration: none !important;
}

.gow-social-links a,
.gow-contact-links a {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.gow-social-links span,
.gow-contact-links span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: var(--gow-orange);
  color: var(--gow-black);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gow-social-links strong,
.gow-contact-links strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.gow-social-links small,
.gow-contact-links small {
  color: var(--gow-muted);
  font-size: 12px;
  font-weight: 700;
}

.gow-policy-link {
  align-content: center;
  min-height: 54px;
  background: var(--gow-black) !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.gow-footer-new {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 26px;
  padding: 34px 30px;
  border-radius: 26px;
  background: var(--gow-black);
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(32, 23, 19, 0.12);
}

.gow-footer-brand img {
  width: 126px;
  padding: 12px;
  border-radius: 16px;
  background: #ffffff;
}

.gow-footer-new p {
  max-width: 260px;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,0.68) !important;
  font-size: 14px;
  line-height: 1.55 !important;
}

.gow-footer-new strong,
.gow-footer-new a {
  display: block;
}

.gow-footer-new strong {
  margin-bottom: 12px;
  color: var(--gow-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.gow-footer-new a {
  margin: 8px 0;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none !important;
}

.gow-footer-new a:hover {
  color: var(--gow-orange) !important;
  opacity: 1 !important;
}

.gow-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--gow-orange-soft);
  color: var(--gow-black);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gow-client-card {
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(159, 190, 57, 0.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 157, 30, 0.14), transparent 26%),
    linear-gradient(135deg, #f1f8d4 0%, #ffffff 56%, #fff3df 100%);
  box-shadow: var(--gow-shadow);
}

.gow-client-card-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 24px;
}

.gow-client-card-header h1 {
  margin-top: 12px !important;
  margin-bottom: 6px !important;
}

.gow-client-card-header p {
  margin: 0 !important;
  color: var(--gow-muted) !important;
  font-weight: 700;
}

.gow-client-number {
  min-width: 160px;
  padding: 16px;
  border-radius: 20px;
  background: var(--gow-black);
  color: #ffffff;
  text-align: center;
}

.gow-client-number span,
.gow-client-field span {
  display: block;
  margin-bottom: 7px;
  color: var(--gow-green-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gow-client-number span {
  color: var(--gow-orange);
}

.gow-client-number strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

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

.gow-client-field {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(32, 23, 19, 0.08);
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
}

.gow-client-field:nth-child(2) {
  background: rgba(255, 240, 168, 0.48);
}

.gow-client-field:nth-child(3) {
  background: rgba(223, 248, 255, 0.58);
}

.gow-client-field:nth-child(4) {
  background: rgba(255, 211, 160, 0.42);
}

.gow-client-field strong {
  display: block;
  margin: 2px 0;
  color: var(--gow-black);
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.gow-client-field small {
  display: block;
  margin-top: 4px;
  color: var(--gow-muted);
  font-weight: 700;
}

.gow-client-section {
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(159, 190, 57, 0.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 157, 30, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7fbec 62%, #fff5e6 100%);
  box-shadow: var(--gow-shadow);
}

.gow-client-section + .gow-client-section {
  margin-top: 18px;
}

.gow-client-section-header {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.gow-client-section-header h1 {
  margin: 4px 0 0 !important;
}

.gow-client-section-header p {
  max-width: 760px;
  margin: 0 !important;
  color: var(--gow-muted) !important;
}

.gow-client-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(32, 23, 19, 0.08);
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
}

.gow-client-table {
  width: 100%;
  min-width: 680px;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0;
  background: transparent !important;
}

.gow-client-table th,
.gow-client-table td {
  padding: 14px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(32, 23, 19, 0.08) !important;
  vertical-align: top;
}

.gow-client-table th {
  background: rgba(159, 190, 57, 0.14);
  color: var(--gow-black);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gow-client-table tr:last-child td {
  border-bottom: 0 !important;
}

.gow-client-table td,
.gow-client-table small {
  color: var(--gow-ink);
  font-size: 14px;
  line-height: 1.45;
}

.gow-client-table tr:hover td {
  background: rgba(255, 157, 30, 0.08) !important;
}

.gow-client-table img {
  max-width: 34px;
  height: auto;
}

.gow-client-empty {
  padding: 28px;
  border: 1px solid rgba(255, 157, 30, 0.24);
  border-radius: 22px;
  background: rgba(255, 240, 220, 0.72);
}

.gow-client-empty h1,
.gow-client-empty h2 {
  margin: 0 0 10px !important;
}

.gow-client-empty p {
  margin: 0 !important;
}

.gow-client-empty-soft {
  margin-top: 18px;
  background: rgba(223, 248, 255, 0.58);
  border-color: rgba(35, 168, 201, 0.24);
}

.gow-billing-summary {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.9fr);
  gap: 16px;
  align-items: end;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(159, 190, 57, 0.24);
  border-radius: 22px;
  background: rgba(255,255,255,0.70);
}

.gow-billing-summary-alert {
  border-color: rgba(255, 157, 30, 0.34);
  background: linear-gradient(135deg, rgba(255, 211, 160, 0.62), rgba(255,255,255,0.76));
}

.gow-billing-summary span,
.gow-payment-box label {
  display: block;
  margin-bottom: 6px;
  color: var(--gow-green-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gow-billing-summary strong {
  display: block;
  color: var(--gow-black);
  font-size: 24px;
  line-height: 1.15;
}

.gow-billing-summary p {
  margin: 8px 0 0 !important;
}

.gow-payment-box > div {
  display: grid;
  grid-template-columns: auto minmax(90px, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.gow-payment-box input[type="text"] {
  width: 100%;
  min-height: 42px;
}

.gow-client-action-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.gow-client-action-row form {
  margin: 0;
}

.gow-debit-section .gow-client-grid {
  margin-top: 6px;
}

.gow-info-page {
  width: min(1180px, 100%);
  margin: 0 auto 26px;
}

.gow-info-hero,
.gow-info-cta,
.gow-legal-content,
.gow-faq-card {
  border: 1px solid rgba(159, 190, 57, 0.22);
  border-radius: 28px;
  box-shadow: var(--gow-shadow);
}

.gow-info-hero {
  padding: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 157, 30, 0.14), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7fbec 62%, #fff5e6 100%);
}

.gow-info-hero h1 {
  margin: 16px 0 10px !important;
  font-size: clamp(34px, 4vw, 54px) !important;
}

.gow-info-hero p,
.gow-info-cta p,
.gow-faq-card p,
.gow-legal-content li,
.gow-legal-content p {
  color: var(--gow-muted) !important;
  font-size: 15px;
  line-height: 1.65 !important;
}

.gow-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.gow-faq-card {
  padding: 24px;
  background: rgba(255,255,255,0.82);
}

.gow-faq-card:nth-child(3n+1) {
  background: linear-gradient(135deg, #ffffff, #f3f9df);
}

.gow-faq-card:nth-child(3n+2) {
  background: linear-gradient(135deg, #ffffff, #fff0dc);
}

.gow-faq-card:nth-child(3n) {
  background: linear-gradient(135deg, #ffffff, #dff8ff);
}

.gow-faq-card h2 {
  margin: 0 0 10px !important;
  color: var(--gow-black) !important;
  font-size: 22px !important;
  line-height: 1.16 !important;
}

.gow-info-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 28px;
  background: var(--gow-black);
  color: #ffffff;
}

.gow-info-cta h2 {
  margin: 14px 0 8px !important;
  color: #ffffff !important;
}

.gow-info-cta p {
  margin: 0 !important;
  color: rgba(255,255,255,0.78) !important;
}

.gow-legal-content {
  margin-top: 18px;
  padding: 30px 34px;
  background: rgba(255,255,255,0.86);
}

.gow-legal-content h2 {
  margin: 28px 0 12px !important;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(159, 190, 57, 0.22);
  color: var(--gow-black) !important;
  font-size: 24px !important;
}

.gow-legal-content h2:first-child {
  margin-top: 0 !important;
}

.gow-legal-content ul {
  margin: 0 0 8px;
  padding-left: 22px;
}

.gow-legal-content li {
  margin-bottom: 10px;
}

table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--gow-line) !important;
  border-radius: 18px;
  background: white;
}

th,
td {
  border-bottom: 1px solid rgba(32, 23, 19, 0.08) !important;
  color: var(--gow-ink);
}

tr:hover td {
  background-color: var(--gow-green-pale) !important;
}

#map_canvas {
  overflow: hidden;
  min-height: 450px;
  border: 1px solid var(--gow-line);
  border-radius: 26px;
  box-shadow: var(--gow-shadow);
}

.title-coberturamapa,
.producto-subtitulo,
.title-atcliente {
  color: var(--gow-green-deep) !important;
  font-weight: 900;
}

.producto-precio,
.txt-land-ubicacion {
  color: var(--gow-orange) !important;
}

.webchat {
  z-index: 9999;
}

@media (max-width: 991px) {
  .hero-bg {
    padding: 12px;
  }

  .header-mobile-contenedor {
    min-height: 0;
  }

  .menu-nav {
    width: 100% !important;
    margin-top: 12px !important;
    float: none !important;
    overflow-x: auto;
  }

  .contendor-central-productogow,
  .menu-mobile,
  .contenedor-login {
    width: 100% !important;
  }

  .menu-mobile {
    padding-right: 0 !important;
    margin-bottom: 16px;
  }

  .snippet-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gow-contact-footer,
  .gow-footer-new,
  .gow-client-card-header {
    grid-template-columns: 1fr;
  }

  .gow-social-links,
  .gow-contact-links,
  .gow-client-grid,
  .gow-faq-grid,
  .gow-info-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .header-mobile-contenedor,
  .contendor-central-productogow,
  .contenedor-login,
  .contenedor-home2 .w-container,
  .footergow {
    border-radius: 20px !important;
    padding: 20px !important;
  }

  .boton-header {
    white-space: nowrap;
  }

  .snippet-row {
    grid-template-columns: 1fr !important;
  }

  .gow-client-card {
    padding: 20px;
  }
}
