/*
 Theme Name:   El 103
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Katodica Estudio
 Author URI:   http://example.com
 Template:     salient
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  salient
*/


:root {
  /* Using the system-ui fallback for best performance */
  --font-inter: 'Jost', system-ui, -apple-system, sans-serif;
}

html {
 
}

body {
font-size: 18px;
line-height: 1.5;
font-size: 18px; /* The root foundation */
font-family: "Jost", sans-serif;
font-optical-sizing: auto;  
-webkit-font-smoothing: antialiased;
  color: #1a1a1a; /* Pure black (#000) can be harsh; opt for a soft charcoal */
}



p.hero-subtext {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: #4b5563; /* Subtle gray for hierarchy */
  max-width: 60ch; /* Limits width to ~60 characters for readability */
}

h1 {
  /* Min: 40px, Max: 80px, Scalable via Viewport Width */
  font-size: clamp(2rem, 8vw, 5rem); 
  letter-spacing: -0.03em;
  line-height: 1.1;
font-family: "ogg-text", sans-serif;
font-weight: 400;
font-style: normal;
}

	/* Section Headings - Used for "Features", "How it Works", etc. */
h2 {
  /* Scales from 32px to 48px */
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
font-family: "ogg-text", sans-serif;
font-weight: 400;
font-style: normal;
}

/* Card/Detail Headings - Used for smaller benefit blocks */
h3 {
  /* Scales from 24px to 32px */
  font-size: clamp(1.75rem, 2.75vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  margin-bottom: 1rem;
font-family: "ogg-text", sans-serif;
font-weight: 400;
font-style: normal;
}

h4 {
  /* Scales from 24px to 32px */
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  margin-bottom: 1rem;
font-family: "ogg-text", sans-serif;
font-weight: 400;
font-style: normal;
}



.text-mini-price p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1a1a1a;
	margin-bottom: 1rem;
}



.text-mini p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1a1a1a;
	display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0;

}


#footer-outer #copyright p {
    font-size: 12px !important;
	line-height: 16px;
}

/* NAV */


.sf-menu {
	font-size: 1rem; /* 18px */
	line-height: 1.3rem;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
}

/* The Body text for context */
p {
  font-size: 1.125rem; /* 18px */
  line-height: 1.3;
  color: #1a1a1a;
}
	

	
ul {
  font-size: 1.125rem; /* 18px */
  line-height: 1.3;
  color: #1a1a1a;
  list-style-type: square;
  padding-left: 10px;
font-family: "Jost", sans-serif;

}

li {
  font-size: 1.125rem; /* 18px */
  line-height: 1.3;
  color: #1a1a1a;
  color: #333;
  margin-bottom: 5px;
font-family: "Jost", sans-serif;

}


/* Transposh  */

.material.woocommerce-page[data-form-style=default] input#coupon_code,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    background-color: whitesmoke;
    border-radius: 5px;
    border: 5px solid transparent
}


/* Estilo base para escritorio */



.btn-primary  {
  display: inline-block; /* O inline-flex si usas iconos */
	font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1em;
  padding: 0.5em 0.75em;
  background-color: #f0544f;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}



.nectar-cta {
  display: inline-block; /* O inline-flex si usas iconos */
font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1em;
  padding: 0.5em 0.75em;
  background-color: #f0544f;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.nectar-cta:hover {
  background-color: #CB211C;
  transform: translateY(-1px);
}

.nectar-cta-second {
  display: inline-block; /* O inline-flex si usas iconos */
font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1em;
  padding: 0.5em 0.75em;
  background-color: white;
  color: #f0544f;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.nectar-cta-second:hover {
  background-color: #eeeeee;
  transform: translateY(-1px);
}



.img-with-aniamtion-wrap .hover-wrap  {
    margin-bottom: 24px;
}


/* FORM */


/* Contenedor principal */
.nectar-form-container {
    font-family: 'Inter', sans-serif;
    max-width: 100%;
}

/* Layout de filas (2 columnas en escritorio, 1 en móvil) */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.form-group {
    margin-bottom: 20px;
}

/* Estilo de los inputs y textarea */
.wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
	font-family: Jost, sans-serif;
    padding: 14px 16px;
    font-size: 1rem;
    border: 1.5px solid #E5E7EB; /* Gris suave (Tailwind) */
    border-radius: 10px;
    background-color: #F9FAFB;
    color: #111827;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

/* Efecto Focus (Cuando el usuario hace click) */
.wpcf7-form-control:not(.wpcf7-submit):focus {
    outline: none;
    border-color: #25D366; /* Usamos el verde que ya definimos */
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.1);
}

/* Ajuste específico para el mensaje */
textarea.wpcf7-form-control {
    resize: vertical;
    min-height: 120px;
}

/* Mensajes de error y validación */
.wpcf7-not-valid-tip {
    font-size: 0.85rem;
    color: #EF4444;
    margin-top: 5px;
    font-weight: 500;
}

.wpcf7-response-output {
	font-family: Jost, sans-serif;
    border-radius: 10px !important;
    border: 2px solid #E5E7EB !important;
    padding: 15px !important;
    font-size: 1rem;
	font-weight: 600;
    margin-top: 20px !important;
}

/* Reutilizamos tu botón nectar-cta */


.form-submit {
    text-align: left;
}

.form-submit .nectar-cta {
    border: none;
	font-family: Jost, sans-serif;
    cursor: pointer;
	font-size: 1em;
	padding: 1em 2em;
  border-radius: 5px;
    min-width: 200px; /* Por defecto en móvil/escritorio para landings */
}



/* Regla de oro para Mobile (ancho 100%) */

@media (max-width: 768px) {
  .nectar-cta {
    display: block;    /* Cambia a block para permitir el ancho total */
    width: 100%;       /* Ocupa el 100% del contenedor */
    box-sizing: border-box; /* Asegura que el padding no "rompa" el ancho */
    font-size: 1.1rem; /* Un poco más grande para facilitar el toque táctil */
    padding: 16px;     /* Área de click más cómoda */
  }
	
	
.form-submit .nectar-cta {
    border: none;
    cursor: pointer;
    width: 50%; /* Por defecto en móvil/escritorio para landings */
}
}