
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

html {
  scroll-padding-top: 100px; 
}

html, body {
  max-width: 100%;
  overflow-x: clip;
  position: relative;
}

body {
  margin: 0;
  font-family: 'Gilroy', Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column; /* Esto ayuda a empujar el footer al final */
  padding-top: 80px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("https://championcashloans.com/wp-content/uploads/2026/04/bghuichoweb_.png");
  background-size: cover;
  background-position: center;
  transform: rotate(180deg) scale(1.2);
  z-index: -2; /* Bajamos un nivel más */
  filter: blur(0.5px) brightness(0.95);
  opacity: 0.9;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(236,236,236,0.8));
  z-index: -1;
  pointer-events: none;
}

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background: linear-gradient(#fcdb37, #f1b416);
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  color:#1a1a1a;
  position: fixed;
  width: 100%;
  top: 0;                  
  z-index: 1000; 
  font-family: 'Gilroy', Arial, sans-serif;
  box-sizing: border-box;
}

.logo img{
  font-weight: bold;
  font-size: 18px;
  max-width: 110px;
  display: block;
}

.call-btn {
  background: #7ac621;
  padding: 10px 18px;
  border-radius: 24px;
}

#btnlink:hover {
  background: #98f42d;
  color:#1a1a1a;
}

.call-btn::before {
  content:"✆ ";
  font-size: 22px;
}

.nav-links a {
  margin-left: 20px;
  text-decoration: none;
  color:#1a1a1a;
}

.nav-links a:hover{
  color:#eb8500;
}

/* HERO */
.hero {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    min-height: 70vh; /* Bajamos de 80vh para que el footer suba */
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.hero-left, .hero-right {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0; /* Quitamos el -30px que descuadraba todo */
    padding: 20px;
}

.maintitle {
  text-align: center;
  padding: 20px 30px 0px 30px;
  margin: 0px 0;
  line-height: 1;
  display: block;
}

h1 {
  font-size: 48px;
  text-align: center;
  line-height: 1;
	padding:0px;
	margin: 0px 10px 20px 10px;
	color:#085127;
  font-family: 'Gilroy', Arial, sans-serif;
}

h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1;
	padding:20px 20px 10px 20px;
	margin: 40px 10px 10px 10px;
	color:#131313;
  font-family: 'Gilroy', Arial, sans-serif;
}

h3 {
  font-size: 22px;
	text-align: center;
	line-height: 1;
	padding:10px;
	margin: 0 0 0px 0;
	color:#131313;
  font-family: 'Gilroy', Arial, sans-serif;
}

h4 {
  font-size: 18px;
  text-align: center;
  line-height: 1;
	padding:10px;
	margin: 10px;
	color:#131313;
  font-family: Arial, sans-serif;
  font-weight: 500;
}

p {
  font-size: 14px;
	text-align: center;
	line-height: 1;
	padding:0;
	margin: 0 0 10px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.disclaimer{
	color:#535353;
	font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

/* LEFT SIDE */
.hero-left {
  flex: 1;
  color: white;
  padding: 0px 0px 60px 60px;
  margin:0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.hero-left img {
  width: 100%;
  max-width:420px;
  height: auto;
  padding-bottom: 0px;
  object-fit: contain;
}

/* RIGHT SIDE */
.hero-right {
  flex: 1;
  background: transparent;
  padding: 0px 80px 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

#form-cover iframe {
  margin-top: -120px;
}

#output{
	text-align: center;
	line-height: 1;
	color:white;
}

/* FORM */
iframe {
  width: 100%;
  height: 420px;
  flex: none;
  overflow: hidden;
  border-radius: 12px;
  border: none;
  display: block;
  margin: 0;  
  padding: 0;
  vertical-align: bottom;
}

.form-card {
  position: relative; 
    width: 100%;
    max-width: 700px;
    height: 480px; /* Altura fija para que el cover se centre bien */
    background: #085127;
    border-radius: 16px;
    border: 8px solid #edae14;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    display: block; /* Cambiado de flex para el control del iframe */
}

/* PORTADA */

.coinicon {
  max-width:120px;
  margin: 10px auto;
  justify-content: center;
  display: inline-block;
  animation: floatCoin 3s ease-in-out infinite;
}

@keyframes floatCoin {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.form-cover {
  position: absolute;
    inset: 0; /* Cubre todo el padre */
    background: #014502;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrado vertical */
    align-items: center;     /* Centrado horizontal */
    z-index: 10;
    text-align: center;
    padding: 20px;
    transition: opacity 0.4s ease;
}

.form-cover h2 {
  font-family: 'Gilroy', Arial, sans-serif;
  color: #f3b616;
  font-size: 34px;
  line-height: 1.2;
  margin: 10px 0 15px 0;
  font-weight: 900 !important;
}

.form-cover h4 {
  font-family: 'Gilroy', Arial, sans-serif;
  color: #f3b616;
  font-weight: 700;
  font-size: 18px;
  margin: 5px 0;
}

.form-cover h3 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #f3b616;
}

.form-cover button {
  background: #7ac621;
  color: #1a1a1a;
  padding: 10px 18px;
  border-radius: 32px;
  border: none;
  padding: 16px 40px;   
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  width: 80%;           
  max-width: 320px;     
  margin: 25px 0;
  font-family: 'Gilroy', Arial, sans-serif;
  transition: all 0.2s ease;
}

.form-cover button:hover{
  background: #98f42d;
  color:#1a1a1a;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.form-cover button:active {
  transform: scale(0.97);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.end{
    position: relative;
    padding: 20px;
    text-align: center;
    max-width: 700px;
    margin: 10px auto 40px auto; /* Reducimos margen superior */
    top:-15px;
    background: transparent; /* Vital para que se vea el fondo del body */
    box-sizing: border-box;
}



.end .disclaimer {
  color: #535353;
  font-size: 11px;
  line-height: 1.1; 
  opacity: 0.8;
}

.kadence-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;

  
}

.kadence-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cta-reveal {
  opacity: 0;
  transform: translateY(20px);
}

.cta-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.btn-primary.big.cta-reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}

.btn-primary.big.cta-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: 
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(.2,.8,.2,1);
}

.btn-thankyou{
  display: block;
  font-size: 28px;
  width: 80%;
  margin: 35px auto;
  padding: 10px 18px;
  border-radius: 38px;

  background: #7ac621;
  color:#131313;
  text-decoration: none;

  box-shadow: 0 6px 16px rgba(0,0,0,0.2);

  /* 👇 SOLO lo que necesitas */
  transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.btn-thankyou:hover {
  background: #98f42d;
  color:#1a1a1a;
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* ---------------------- */
/* FAQ STYLES */
.faq-wrapper {
  max-width: 800px;
  margin: 30px auto 80px auto;
}
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 10px;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: 'Gilroy', Arial, sans-serif;
  color: #131313;
}
.faq-icon {
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  font-family: 'Gilroy', Arial, sans-serif;
}
.faq-answer p {
  font-size: 15px;
  line-height: 1.6;
  padding: 12px 0 16px;
  color: #535353;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
}
.faq-question:hover,
.faq-item.active .faq-question {
  background-color: #f1b416;
  border-radius: 4px;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}



.icon {
  max-width:120px;
  margin: 10px auto;
  justify-content: center;
  transition: transform 0.3s ease;
}

.icon:hover {
  transform: scale(1.1);
}

.headline{
  margin:0px;
}

.track-call * {
  pointer-events: none;
}

.btn-primary.big {
  display: block;
  font-size: 28px;
  width: 40%;
  margin: 15px auto;
  padding: 10px 18px;
  border-radius: 32px;

  background: #7ac621;
  color:#131313;
  text-decoration: none;

  box-shadow: 0 6px 16px rgba(0,0,0,0.2);

  /* 👇 SOLO lo que necesitas */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary.big:hover {
  background: #98f42d;
  color:#1a1a1a;
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.btn-secondary{
  font-size: 20px;
  padding: 18px;
  margin:20px;
  width: 100%;
  border-radius: 12px;
  text-decoration: none;
  color:#131313;
}

.microcopy{
  margin:10px;
}

.contactpic {
  max-width:230px;
  margin: 0;
  padding:0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 500px;
  margin: 20px auto;
}

.contact-form input {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #fff;
  font-size: 16px;
  outline: none;
  transition: 0.2s ease;
}

.contact-form input:focus {
  border-color: #f1b416;
  box-shadow: 0 0 0 3px rgba(241,180,22,0.2);
}

.contact-form button {
  position: relative;
  overflow: hidden;

  margin: 10px 0;
  background: linear-gradient(135deg, #fcdb37, #f1b416);
  border: none;
  padding: 18px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;

  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.contact-form button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.3),
    transparent
  );

  transform: skewX(-20deg);
}

.contact-form button:hover::after {
  left: 125%;
  transition: left 0.9s ease;
}

.btn-loading {
  display: none;
}

.contact-form button.loading {
  opacity: 0.8;
}

.contact-section {
  max-width: 700px;
  margin: 20px auto;
  text-align: center;
}

.trust{
  margin:10px 10px 60px 10px;
}

.trust span{
  font-size: 20px;
}

.trust span:hover{
  color:#eb8500;
}

.form-success {
  display: none;
  margin-top: 20px;
  padding: 16px;
  border-radius: 12px;
  background: #e6f7d9;
  color: #2e7d32;
  font-weight: 600;
}

.thank-you {
  max-width: 600px;
  margin: 80px auto;
  text-align: center;
}

.thank-you h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.thank-you .lead {
  font-size: 18px;
  margin-bottom: 25px;
}

footer {
  font-family: Arial, sans-serif;
}

/* DISCLOSURES */
.disclosures {
  position: fixed;
  bottom: 120px; /* altura del footer principal */
  left: 0;
  width: 100%;
  height: 140px;
  background: #fff;
  color: #232323;
  overflow-y: auto;
  padding: 15px;
  z-index: 999;
}

.disclosures-content {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
}

/* FOOTER MAIN */

.site-footer {
   background: #fcdb37 !important;
   display: block !important;
   min-height: 100px;
}

footer {
  position: relative;
  z-index: 10; /* Esto asegura que el fondo del body no lo tape */
  background: #f1b416; /* Color sólido de respaldo */
  display: block !important;
}

.footer-main {
  background: linear-gradient(#fcdb37, #f1b416);
  padding: 30px 40px;
  color: #232323;
}

.footertitle{
  color: #232323;
  font-weight: 700;
  font-family: 'Gilroy', Arial, sans-serif;
  font-size: 22px;
  text-align: left;
}

/* CONTENEDOR DE COLUMNAS */
.footer-columns {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* Esto divide el espacio */
  gap: 40px;
  align-items: start;
}

/* Evita que se hereden estilos extraños de otras clases */
.footer-col-small, .footer-col-wide {
  min-width: 0; 
}

/* COLUMNAS PEQUEÑAS */
.footer-col-small {
  flex: 1;
  min-width: 180px;
}

/* COLUMNAS */
.footer-col {
  flex: 1;
  min-width: 180px;
}

/* LOGO */
.footer-logo {
  max-width: 140px;
}

.footer-col p{
  text-align: left;
  margin-left: 20px;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  margin-left: 20px;
}

.footer-col a {
  text-decoration: none;
  color: #232323;
}

/* DISCLOSURES */
.footer-disclosures {
  margin-top: 25px;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 15px;
}

/* BOTÓN */
.toggle-disclosures {
  background: none;
  border: none;
  cursor: pointer;
  color: #232323;
  margin-top: 20px;
  margin-left: 10px;
  font-weight: 700;
  font-family: 'Gilroy', Arial, sans-serif;
  font-size: 18px;
}

/* CAJITA */
.disclosures-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* CONTENIDO SCROLL */
.disclosures-content {
  color: #232323;
  padding: 15px;
  margin-top: 10px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  max-height: 180px;
  overflow-y: auto;
  background: rgba(255,255,255,0.0);
  backdrop-filter: blur(4px);
  border-radius: 10px;
}

/* estado normal: oculta */
.disclosures-content {
  overflow-y: hidden;
}

/* cuando pasas el mouse */
.disclosures-content:hover {
  overflow-y: auto;
}

.disclosures-content {
  scrollbar-width: none;
}

.disclosures-content:hover {
  scrollbar-width: thin;
}

.disclosures-content p{
  text-align: left;
  margin-left: 10px;
}

.disclosures-content h4{
  font-weight: 700;
  font-family: 'Gilroy', Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  margin-left: 0px;
}

/* SCROLLBAR GENERAL */
.disclosures-content::-webkit-scrollbar {
  width: 8px;
}

/* TRACK (fondo) */
.disclosures-content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

/* THUMB (la barrita) */
.disclosures-content::-webkit-scrollbar-thumb {
  background: #fcdb37;
  border-radius: 10px;
}

/* HOVER */
.disclosures-content::-webkit-scrollbar-thumb:hover {
  background: #d99c0f;
}

.disclosures-content {
  scrollbar-width: thin;
  scrollbar-color: #f1b416 #fcdb37;
}

/* ACTIVO */
.disclosures-box.active {
  max-height: 200px;
}

.footer-col {
  flex: 1;
}

.footer-logo {
  max-width: 120px;
}

.footer-col h4 {
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.footer-col ul li {
  margin-bottom: 5px;
  text-align: left;
}

.footer-col a {
  color: #232323;
  text-decoration: none;
  text-align: left;
}

.footer-col a:hover {
  color:#eb8500;
}


/* CONTENEDOR */
.tos-container {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
  line-height: 1.7;
  color: #2a2a2a;
  text-align: left;
}

/* TÍTULO */
.tos-container h1 {
  font-size: 28px;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
  color: #131313;
  text-align: center;
}

/* SECCIONES */
.tos-container section {
  margin-bottom: 40px;
  text-align: left;
}

/* HEADINGS */
.tos-container h2 {
  font-size: 22px;
  margin-bottom: 40px;
  border-left: 4px solid #f1b416;
  padding-left: 30px;
  font-weight: 700;
  text-align: left;
}

.tos-container h3 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 20px;
}

/* TEXTO */
.tos-container p {
  margin-bottom: 16px;
  font-size: 14px;
  text-align: left;
  margin-left: 30px;
  line-height: 1.2;
}

/* LISTAS */
.tos-container ul {
  padding-left: 20px;
  margin-top: 5px;
  margin-left: 30px;
  font-weight: 700;
}

.tos-container li {
  margin-bottom: 6px;
  font-size: 14px;
}

.tos-index ul {
  gap: 6px;
  margin-left: 20px;
  font-weight: 700;
}

.tos-index li {
  margin-left: 30px;
  font-weight: 700;
}

/* ÍNDICE */
.tos-index {
  background: rgba(241,180,22,0.08);
  border: 1px solid rgba(241,180,22,0.2);
  padding: 40px 20px 40px 20px;
  border-radius: 12px;
  margin: 40px 0;
}


.tos-index a {
  text-decoration: none;
  color: #d99c0f;
  font-size: 14px;
  font-family: 'Gilroy', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tos-index a:hover {
  color: #eb8500;
}

/* FOOTER LEGAL */
.tos-footer {
  margin-top: 50px;
  margin-bottom: 120px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.1);
  font-size: 13px;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* LAYOUT GENERAL */
.tos-layout {
  display: grid;
  grid-template-columns: minmax(240px, 280px) 1fr;
  gap: 20px;
  max-width: 1400px;
  margin: 0px auto;
  padding: 0;
  align-items: start;
  overflow: visible; 
  will-change: transform;
}

/* SIDEBAR */


.tos-sidebar {
  position: -webkit-sticky; 
  position: sticky;
  top: 130px;            /* Distancia desde el techo de la pantalla al bajar */
  align-self: start;    /* OBLIGATORIO: Evita que el sidebar mida lo mismo que el texto largo */
  height: auto;         /* Asegura que el contenedor solo sea tan alto como el menú */
  z-index: 100;
  margin-top: 50px;
}


.tos-sidebar .tos-index {
  margin: 0;
  background: rgba(241,180,22,0.08);
  border: 1px solid rgba(241,180,22,0.2);
  padding: 40px 20px;
  border-radius: 12px;
}

/* LISTA */
.tos-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tos-sidebar li {
  margin-bottom: 8px;
}

/* LINKS */
.tos-sidebar a {
  text-decoration: none;
  color: #d99c0f;
  font-size: 16px;
  display: block;
  padding: 4px;
}

.tos-sidebar a:hover {
  color: #eb8500;

}

/* CONTENIDO */
.tos-content {
  max-width: 800px;
}

.tos-container a{
  text-decoration: none;
  color: #131313;
  font-weight: 700;
  margin-left: 30px;
  padding-bottom: 20px;
}

.tos-container a:hover{
  text-decoration: none;
  color: #d99c0f;
  font-weight: 700;
  margin-left: 30px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {

   body {
    padding-top: 100px; /* ajusta según cómo se rompa */
  }

 .hero {
    display: block; /* Mejor que flex para evitar empujes horizontales */
    width: 100%;
    overflow: hidden;
    display: flex; /* Cambiamos grid por flex para mejor control vertical */
    flex-direction: column;
    grid-template-columns: 1fr; /* Reset del grid */
    min-height: auto;
    padding: 0px;
  }

  .hero-right {

    width: 100% !important;
    padding: 20px !important; /* Eliminamos cualquier padding que empuje la card */
    margin: 0 !important;
    display: flex;
    justify-content: center;
    display: flex !important;
    justify-content: center; /* Centra la card horizontalmente */
    box-sizing: border-box;
  }

  .hero-left {
    padding: 20px !important; /* Forzamos el reset del padding lateral */
    margin: 0;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .hero-left img {
        max-width: 85%; /* Logo más manejable en móvil */
        height: auto; /* Evita que se estire */
        object-fit: contain;
        padding:0;
        margin:0;
    }

.form-card {

    width: calc(100% - 40px) !important;
    max-width: 560px;
    margin: 20px auto !important;
    box-sizing: border-box; /* Vital: incluye el borde de 8px en el ancho total */
    flex-shrink: 0; /* Evita que el flexbox la aplaste */
    left: 0;                  /* Aseguramos que no tenga desfase lateral */
    right: 0;
    display: block !important; 
    width: 100% !important;   /* Que use todo el ancho disponible */
    height: 520px !important;  /* Altura fija necesaria para el cover */
    position: relative;        /* Para que el form-cover se pegue a ella */
  }

 .form-cover {

    width: 100% !important;
    left: 0 !important;       /* Forzamos a que empiece en el borde 0 del padre */
    padding: 20px !important;
    box-sizing: border-box;   /* Crucial para que el padding no ensanche el cover */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form-cover h2 {
    font-size: 26px; /* Texto más pequeño para pantallas chicas */
  }

  .form-cover button {
    width: 90%;
    padding: 14px 20px;
  }

  h1 {
    font-size: 38px; /* Título principal más pequeño */
    padding: 10px;
  }

  iframe {
    max-height: none;
  }

  .end {
    padding: 20px 15px;
    margin-top: -10px; /* Lo acercamos un poco más al hero si hay mucho espacio */
  }

  .logo {
    display: none;
  }

.navbar {
    padding: 10px 5px !important; /* Menos espacio a los lados para ganar área */
    justify-content: center;
    gap: 10px; /* Controla el espacio entre los links y el botón */
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 14px; /* Espacio pequeño pero constante entre FAQ, Contacto, etc. */
  }

  .nav-links a {
    margin: 0 !important; /* Quitamos el margen lateral fijo */
    font-size: 16px; /* Un poco más pequeña para ganar espacio */
    white-space: nowrap; /* Evita que el texto de los links se rompa */
  }

  .call-btn {
    padding: 8px 12px !important; /* Botón más compacto */
    font-size: 14px !important;
    white-space: nowrap; /* ¡CRUCIAL! Esto evita que el botón se divida en 2 líneas */
    display: inline-block;
  }

  .call-btn::before {
    font-size: 18px; /* Ícono un poco más pequeño */
  }

  .mobile-padding {
    padding-left: 16px;
    padding-right: 16px;
    background-color: inherit;
  }

  .character-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  .character-shift {
    margin: 40px auto 0;
    transform: none;
  }

 /* Texto arriba, centrado */
.speech-text {
  width: 100%;
  margin: 0 0 24px;  /* solo margen inferior */
  padding: 0;
  background: none;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.mobile-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  /* Texto arriba, centrado, sin overlap */
  .speech-text {
    position: static; /* quitar cualquier absolute */
    margin: 0 0 8px; /* solo margen inferior */
    padding: 0;
    background: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
  }

  /* Imagen centrada debajo del texto */
  .mobile-cta-wrapper picture img {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto 0;
  }

 /* Botón centrado, overlap sobre imagen */
.character-cta {
  width: 85%;
  max-width: 320px;
  padding: 10px 10px;
  margin: -20px auto -24px; /* bajar el botón un poco con -20px top */
  display: block;
  text-align: center;
  font-size: 18px;
}

  /* Ocultar imagen desktop en móvil */
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }

  .btn-primary.big{
    border-radius: 28px;
    font-size: 24px;
    width:60%;
    box-sizing: border-box;
  }

  .contact-section{
    margin: 5px 35px 35px 35px;
  }

  .contactpic {
   margin:0;
   padding:0;
  }

  h2{
    margin:0;
    padding:0;
    font-size: 32px;
  }

  .footer-columns {
    grid-template-columns: 1fr; /* Una sola columna en móvil */
    gap: 20px;
  }
}

