/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2025 | 14:09:20 */
.wp-block-gallery.is-style-enable-grayscale-mode-on-image .wp-block-image img, figure.wp-block-image.is-style-saaslauncher-image-grayscale img {
	filter: none!important;
	-webkit-filter: none!important;
}

/* ========== Contenedor principal (usar en el editor de WP tal cual) ========== */
/* Reemplaza la URL de la imagen modificando --image-url */
.contact-section {
  width: 100%;
  box-sizing: border-box;
  --accent: #6c63ff;
  --bg: #ffffff;
  --muted: #6b7280;
  --radius: 12px;
  --image-url: url('https://casasdeapuestasenbolivia.com/wp-content/uploads/Diferencias-de-cuotas-en-apuestas-deportivas.webp');
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #0b1220;
}

/* Grid que contiene imagen + formulario */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  min-height: 420px;
  gap: 0;
}

/* Lado imagen */
.contact-image {
  background-image: var(--image-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 240px;
}

/* sutil overlay para contraste del lado imagen */
.contact-image::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.06), rgba(10,10,10,0.18));
  border-radius: 0;
}

/* Lado formulario */
.contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  padding: 28px 20px;
  box-sizing: border-box;
}

/* Inner para controlar el ancho del formulario */
.form-inner {
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
}

/* Filas y columnas internas */
.row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.two-cols {
  gap: 14px;
}

/* Etiquetas/input */
label {
  display: block;
  font-size: 14px;
}

.label-text {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 13px;
  color: var(--muted);
}

/* Campos */
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 15px;
  background: #fff;
  transition: box-shadow 160ms ease, border-color 160ms ease, transform 160ms ease;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: rgba(108,99,255,0.9);
  box-shadow: 0 6px 18px rgba(108,99,255,0.09);
  transform: translateY(-1px);
}

/* Consentimiento */
.consent {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
}

.consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

/* Botones */
.actions {
  display: flex;
  gap: 12px;
  margin-top: 6px;
  align-items: center;
}

.btn {
  padding: 12px 18px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  background: linear-gradient(90deg, var(--accent), #5b8bff);
  color: #fff;
  box-shadow: 0 8px 30px rgba(44,50,96,0.08);
}

.btn:active { transform: translateY(1px); }

.btn-ghost {
  background: transparent;
  color: var(--muted);
  border: 1px solid #e6e9ef;
  font-weight: 600;
}

/* Responsive: en pantallas grandes 50/50 */
@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr; /* 50/50 */
    min-height: 520px;
  }

  .contact-image { min-height: auto; }

  /* Nombre y email lado a lado en pantallas medias+ */
  .two-cols { grid-template-columns: 1fr 1fr; gap: 18px; }
  .contact-form { padding: 48px; }
}

/* Ajustes para pantallas muy pequeñas */
@media (max-width: 420px) {
  .contact-form { padding: 20px; }
  .form-inner { max-width: 100%; }
  .actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
}

/* Pequeños retoques visuales */
input::placeholder,
textarea::placeholder { color: #9aa2b2; font-weight: 500; }

textarea { resize: vertical; min-height: 140px; max-height: 400px; border-radius: 12px; }

/* Accesibilidad: foco visible */
:focus { outline-offset: 3px; }

/* Para quien quiera cambiar solo la imagen desde inline style:
   <div class="contact-image" style="--image-url: url('TU_URL_AQUI')"></div>
*/

.h2z9e{display:inline-block;padding:12px 20px;background:linear-gradient(90deg,#22c55e,#111);color:#fff;font:700 18px/1 system-ui;border-radius:6px 22px 6px 22px}