/*!
Theme Name: Landing Nuvly Sales
Theme URI: https://nuvly.ai/
Author: OCATGT
Author URI: https://octagt.com/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
body { font-family: 'Arial', sans-serif; background: #fff; color: #000; margin: 0; padding: 20px; line-height: 1.5; }
.header-landing{ background-color: unset; padding: unset; box-shadow: unset; position: relative; }
.header-container { max-width: 600px; margin: 0 auto; text-align: center; display: flex; justify-content: center; align-items: center; }
.content-area { max-width: 600px; margin: 0 auto; }
.custom-logo { width: 150px; height: unset; }
ul { text-align: left; max-width: 400px; margin: 20px auto; }
.ul-il { display: flex; gap: 10px; list-style: none; padding: 0; }
.li-il { list-style: none; display: inline-block; }
.footer-column h3 { text-align: center; }
footer { background-color: #2d3748; padding: 60px 0 30px; color: #a0aec0; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-bottom: 40px; }
.footer-column h3 { color: white; font-size: 18px; margin-bottom: 20px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #a0aec0; text-decoration: none; transition: color 0.3s ease; }
.footer-links a:hover { color: white; }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid #4a5568; }
.wp-block-list { margin: unset; }
article { max-width: 1024px; margin: 0 auto; }
.optin-font { font-size: 11px; }
.checkbox-inline { display: flex; align-items: center; gap: 8px; }
.cta { background: #005fcc; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-weight: bold; display: inline-block; margin: 10px 0; transition: background 0.3s; }
.cta:hover { background: #0056b3; }
.btn-registro { text-align: center; }
.error-message { background: #FF0000; color: #fff; padding: 10px; max-width: 450px; min-width: 250px; border-radius: 10px; text-align: center; margin: 0 auto; }
form { display: flex; flex-direction: column; gap: 0; margin: 20px 40px; padding: 20px; border: 1px solid lightgray; border-radius: 20px; }
input { padding: 8px; border: 1px solid #ccc; border-radius: 4px; }
button { padding: 10px; background: #005fcc; color: #fff; border: none; border-radius: 4px; cursor: pointer; transition: background 0.3s; font-weight: 800; font-size: 18px; }
button:hover { background: #0056b3; }
.trust { font-size: 0.9em; color: #252525; text-align: center; }
.note { font-size: 0.8em; color: #252525; text-align: center; }
.hidden { display: none !important; }
.visible { display: block; }
.disabled { pointer-events: none; opacity: 0.6; cursor: not-allowed; }
@media (max-width: 600px) { 
	ul { text-align: unset; max-width: 400px; margin: 20px auto; }
	.ul-il { display: inline-grid; gap: 10px; list-style: none; padding: 0; padding: 0px 30px 0px 30px; }
	.li-il { list-style: unset; display: unset; }
	footer { padding: 30px 0 15px; }
}
