/* PALETA DE COLORES: Azul Oxford (#1E293B), Ámbar Dorado (#F59E0B), Fondo Muted Slate (#F8FAFC) */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f8fafc;
    color: #1e293b;
    line-height: 1.6;
}

.top-disclaimer-bar {
    background-color: #fef3c7;
    border-bottom: 1px solid #f59e0b;
    padding: 12px 20px;
}

.container-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

.icon-warning {
    display: table-cell;
    vertical-align: top;
    width: 30px;
}

.top-disclaimer-bar p {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    color: #78350f;
    padding-left: 10px;
    text-align: justify;
}

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 0;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-container::after {
    content: "";
    display: table;
    clear: both;
}

.logo-link {
    text-decoration: none;
    float: left;
}

.logo-wrapper {
    display: table;
}

.logo-icon {
    display: table-cell;
    vertical-align: middle;
}

.logo-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    padding-left: 8px;
    letter-spacing: -0.5px;
}

.logo-accent {
    color: #f59e0b;
}

.main-nav {
    float: right;
    padding-top: 5px;
}

.nav-link {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-left: 25px;
    transition: color 0.2s ease;
}

.nav-link:hover, .nav-link.active {
    color: #1e293b;
}

/* HERO SECTION */
.hero-section {
    background-color: #ffffff;
    padding: 60px 0;
    border-bottom: 1px solid #e2e8f0;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-container::after {
    content: "";
    display: table;
    clear: both;
}

.hero-content {
    width: 55%;
    float: left;
    padding-right: 40px;
}

.hero-image-wrapper {
    width: 45%;
    float: right;
}

.hero-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.badge-premium {
    display: inline-block;
    background-color: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.hero-content h1 {
    font-size: 36px;
    color: #0f172a;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero-lead {
    font-size: 16px;
    color: #475569;
    margin-bottom: 25px;
}

.hero-features {
    margin-bottom: 30px;
}

.feature-item {
    display: table;
    margin-bottom: 12px;
}

.feature-icon {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
}

.feature-item span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    padding-left: 8px;
}

.btn-primary {
    display: inline-block;
    background-color: #1e293b;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(30,41,59,0.15);
    transition: background-color 0.2s;
}

.btn-primary:hover {
    background-color: #0f172a;
}

/* SERVICES */
.services-section {
    padding: 80px 0;
    background-color: #f8fafc;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title-wrapper {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.section-title-wrapper h2 {
    font-size: 28px;
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 12px;
}

.section-subtitle {
    color: #64748b;
    font-size: 15px;
}

.services-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.service-card {
    display: table-cell;
    width: 33.333%;
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.service-card:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.service-icon-box {
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 12px;
    font-weight: 700;
}

.service-card p {
    font-size: 13px;
    color: #475569;
    text-align: justify;
}

/* PROCESS */
.process-section {
    padding: 80px 0;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.process-steps {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 40px;
}

.step-card {
    display: table-cell;
    padding: 0 20px;
    text-align: center;
}

.step-number {
    font-size: 40px;
    font-weight: 900;
    color: #e2e8f0;
    margin-bottom: 10px;
}

.step-card h4 {
    font-size: 16px;
    color: #0f172a;
    margin-bottom: 10px;
}

.step-card p {
    font-size: 13px;
    color: #64748b;
}

/* CONVERSION */
.conversion-section {
    padding: 80px 0;
    background-color: #f1f5f9;
    border-top: 1px solid #e2e8f0;
}

.conversion-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.conversion-container::after {
    content: "";
    display: table;
    clear: both;
}

.conversion-info {
    width: 45%;
    float: left;
    padding-right: 40px;
}

.conversion-info h2 {
    font-size: 28px;
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 20px;
}

.conversion-info p {
    font-size: 15px;
    color: #475569;
    margin-bottom: 30px;
}

.trust-badge-box .trust-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.form-wrapper {
    width: 55%;
    float: right;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.form-wrapper h3 {
    font-size: 20px;
    color: #0f172a;
    margin-bottom: 6px;
}

.form-instructions {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 25px;
}

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

.form-group label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.form-group input, .form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 14px;
    color: #0f172a;
    background-color: #fff;
}

.form-group input:focus, .form-group select:focus {
    outline: none;
    border-color: #1e293b;
}

.form-group-checkbox {
    margin-bottom: 25px;
}

.form-group-checkbox input {
    margin-right: 8px;
    vertical-align: middle;
}

.form-group-checkbox label {
    font-size: 12px;
    color: #475569;
    vertical-align: middle;
}

.form-group-checkbox a {
    color: #1e293b;
}

.btn-submit {
    width: 100%;
    background-color: #f59e0b;
    color: #ffffff;
    border: none;
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(245,158,11,0.2);
}

.btn-submit:hover {
    background-color: #d97706;
}

.error-text {
    display: none;
    color: #b91c1c;
    font-size: 11px;
    margin-top: 4px;
    font-weight: 600;
}

.hidden-message {
    display: none;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.hidden-message.success {
    display: block;
    background-color: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

/* FOOTER */
.main-footer {
    background-color: #0f172a;
    color: #94a3b8;
    padding: 60px 0 30px 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.footer-brand-info {
    display: table-cell;
    width: 50%;
    padding-right: 40px;
}

.footer-brand-desc {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.5;
}

.text-white {
    color: #ffffff !important;
}

.footer-links-column {
    display: table-cell;
    width: 25%;
}

.footer-links-column h4 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-links-column ul {
    list-style: none;
}

.footer-links-column ul li {
    margin-bottom: 10px;
}

.footer-links-column a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 13px;
}

.footer-links-column a:hover {
    color: #ffffff;
}

.footer-separator {
    border: 0;
    border-top: 1px solid #334155;
    margin: 40px 0 30px 0;
}

.footer-disclaimer-legal p {
    font-size: 10px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}

.copyright-text {
    font-size: 11px;
    text-align: center !important;
    margin-top: 20px;
}
