/* ESTILOS BASE Y CONFIGURACIÓN CORPORATIVA - INTERCITAS GLOBAL */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #1e293b;
    background-color: #f8fafc;
    line-height: 1.6;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.text-center { text-align: center; }

/* DISCLAIMER DE ADVERTENCIA CRÍTICO (GOOGLE ADS COMPLIANCE) */
.top-disclaimer-banner {
    background-color: #fef3c7;
    border-bottom: 1px solid #fde68a;
    padding: 14px 0;
    color: #92400e;
}

.container-disclaimer {
    display: table;
    width: 100%;
}

.icon-disclaimer {
    display: table-cell;
    vertical-align: middle;
    width: 32px;
    padding-right: 12px;
    color: #b45309;
}

.text-disclaimer {
    display: table-cell;
    vertical-align: middle;
    font-size: 12.5px;
    text-align: justify;
}

/* HEADER Y NAVEGACIÓN */
.main-header {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 16px 0;
}

.container-header {
    display: table;
    width: 100%;
}

.logo-link {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
}

.logo-container {
    font-size: 22px;
    font-weight: 700;
}

.logo-text-primary { color: #0f172a; }
.logo-text-secondary { color: #2563eb; }
.logo-badge {
    font-size: 11px;
    background-color: #e2e8f0;
    color: #475569;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-nav {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.nav-list {
    display: inline-block;
    list-style: none;
}

.nav-list li {
    display: inline-block;
    margin: 0 16px;
}

.nav-link {
    text-decoration: none;
    color: #475569;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.2s ease;
}

.nav-link:hover, .nav-link.active {
    color: #2563eb;
}

.header-cta {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 180px;
}

/* BOTONES */
.btn {
    display: inline-block;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background-color: #2563eb;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #1d4ed8;
}

.btn-secondary {
    background-color: #e2e8f0;
    color: #1e293b;
    margin-left: 12px;
}

.btn-secondary:hover {
    background-color: #cbd5e1;
}

.btn-secondary-nav {
    background-color: #f1f5f9;
    color: #2563eb;
    padding: 8px 16px;
    font-size: 14px;
}

.btn-secondary-nav:hover {
    background-color: #e0f2fe;
}

.btn-large {
    padding: 16px 36px;
    font-size: 17px;
}

/* HERO SECTION */
.hero-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.container-hero {
    display: table;
    width: 100%;
}

.hero-content {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
    padding-right: 40px;
}

.hero-image-wrapper {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
}

.hero-tagline {
    display: inline-block;
    color: #2563eb;
    background-color: #eff6ff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-title {
    font-size: 42px;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 17px;
    color: #475569;
    margin-bottom: 30px;
}

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

/* BENEFICIOS SECCIÓN */
.benefits-section {
    padding: 80px 0;
    background-color: #f8fafc;
}

.section-title {
    font-size: 30px;
    color: #0f172a;
    margin-bottom: 12px;
}

.section-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

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

.grid-3 {
    border-collapse: separate;
    border-spacing: 24px 0;
    margin-left: -24px;
    margin-right: -24px;
}

.card {
    display: table-cell;
    background: #ffffff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    vertical-align: top;
    border: 1px solid #e2e8f0;
}

.card-icon-wrapper {
    color: #2563eb;
    margin-bottom: 20px;
}

.card h3 {
    font-size: 19px;
    color: #0f172a;
    margin-bottom: 12px;
}

.card p {
    font-size: 14.5px;
    color: #475569;
}

/* SERVICIOS SECCIÓN */
.services-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.grid-2 {
    border-collapse: separate;
    border-spacing: 32px 0;
    margin-left: -32px;
    margin-right: -32px;
}

.service-item {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    background-color: #f8fafc;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.service-image-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-content {
    padding: 32px;
}

.service-content h3 {
    font-size: 20px;
    color: #0f172a;
    margin-bottom: 12px;
}

.service-content p {
    font-size: 15px;
    color: #475569;
}

/* PROCESO PASO A PASO */
.process-section {
    padding: 80px 0;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

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

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

.step-number-ui {
    color: #2563eb;
    margin-bottom: 16px;
}

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

.process-step p {
    font-size: 14px;
    color: #475569;
}

/* CALL TO ACTION */
.cta-section {
    padding: 80px 0;
    background-color: #0f172a;
    color: #ffffff;
}

.cta-section h2 {
    font-size: 34px;
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 17px;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto 32px auto;
}

/* FOOTER CORPORATIVO */
.main-footer {
    background-color: #0f172a;
    color: #94a3b8;
    padding: 60px 0 30px 0;
    border-top: 1px solid #1e293b;
    font-size: 14px;
}

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

.footer-brand-column {
    display: table-cell;
    width: 50%;
    padding-right: 40px;
    vertical-align: top;
}

.logo-footer .logo-text-primary { color: #ffffff; }

.footer-brand-desc {
    margin-top: 16px;
    line-height: 1.5;
}

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

.footer-links-column h4 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 16px;
}

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

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

.footer-links-list a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

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

.footer-separator {
    border: none;
    border-top: 1px solid #1e293b;
    margin: 40px 0 24px 0;
}

.footer-disclaimer-box {
    background-color: #1e293b;
    padding: 20px;
    border-radius: 6px;
    border-left: 4px solid #b45309;
    margin-bottom: 24px;
}

.text-disclaimer-footer {
    font-size: 12px;
    color: #cbd5e1;
    text-align: justify;
    line-height: 1.5;
}

.footer-copyright {
    font-size: 12px;
    color: #64748b;
}
