/* PALETA CROMÁTICA PREMIUM: AZUL OCÉANO PROFUNDO, ORO BÁLTICO Y VERDE ESMERALDA */
:root {
    --bg-base: #06101e;
    --bg-card: #0b1d3a;
    --accent-gold: #cf9f40;
    --accent-emerald: #00b488;
    --accent-cyan: #00e5ff;
    --text-pure: #ffffff;
    --text-soft: #adb9ca;
    --alert-yellow-bg: #fff6e0;
    --alert-yellow-border: #f5d0a1;
    --alert-yellow-text: #4a3300;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: var(--bg-base);
    color: var(--text-pure);
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* DISCLAIMER DE CUMPLIMIENTO */
.ads-alert-banner {
    background-color: var(--alert-yellow-bg);
    border-bottom: 2px solid var(--alert-yellow-border);
    padding: 14px 0;
}
.banner-flex {
    display: table;
    width: 100%;
}
.alert-svg-icon {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
}
.alert-text {
    display: table-cell;
    vertical-align: middle;
    color: var(--alert-yellow-text);
    font-size: 10.5pt;
    padding-left: 15px;
    text-align: justify;
    font-weight: 500;
}

/* HEADER */
.main-header {
    background-color: rgba(11, 29, 58, 0.96);
    border-bottom: 1px solid rgba(207, 159, 64, 0.25);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-grid {
    display: table;
    width: 100%;
    padding: 18px 0;
}
.corporate-logo {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    width: 35%;
}
.brand-icon {
    vertical-align: middle;
    margin-right: 12px;
}
.logo-typography {
    display: inline-block;
    vertical-align: middle;
}
.logo-main {
    display: block;
    color: var(--text-pure);
    font-size: 15pt;
    font-weight: 900;
    letter-spacing: 1.5px;
}
.logo-sub {
    display: block;
    color: var(--accent-gold);
    font-size: 7.5pt;
    text-transform: uppercase;
    font-weight: 600;
}
.navigation-bar {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 45%;
}
.nav-element {
    color: var(--text-pure);
    text-decoration: none;
    margin-left: 30px;
    font-size: 11pt;
    font-weight: 500;
    transition: color 0.3s ease;
}
.nav-element:hover, .nav-element.active {
    color: var(--accent-cyan);
}
.header-action-block {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 20%;
}

/* BOTONES */
.action-trigger-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 700;
    font-size: 10pt;
    background-color: transparent;
    color: var(--accent-cyan);
    border: 1px solid var(--accent-cyan);
    transition: all 0.3s ease;
}
.action-trigger-btn:hover {
    background-color: var(--accent-cyan);
    color: #06101e;
}
.cta-primary-button {
    display: inline-block;
    padding: 14px 28px;
    background-color: var(--accent-gold);
    color: #06101e;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 11pt;
    border: 1px solid var(--accent-gold);
    transition: background-color 0.3s;
}
.cta-primary-button:hover {
    background-color: #b58632;
}
.cta-secondary-button {
    display: inline-block;
    padding: 14px 28px;
    background-color: rgba(255, 255, 255, 0.04);
    color: var(--text-pure);
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 11pt;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: background-color 0.3s;
}
.cta-secondary-button:hover {
    background-color: rgba(255, 255, 255, 0.09);
}

/* HERO SHOWCASE */
.hero-showcase {
    padding: 90px 0;
    background: linear-gradient(145deg, #06101e 0%, #0d254a 100%);
}
.grid-two-columns {
    display: table;
    width: 100%;
}
.hero-copy-column {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
    padding-right: 45px;
}
.hero-media-column {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
}
.context-pill {
    display: inline-block;
    background-color: rgba(0, 180, 136, 0.12);
    color: var(--accent-emerald);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 9pt;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 180, 136, 0.25);
}
.hero-headline {
    font-size: 29pt;
    line-height: 1.25;
    margin-bottom: 22px;
    color: #ffffff;
    font-weight: 800;
}
.hero-paragraph {
    font-size: 12.5pt;
    color: var(--text-soft);
    margin-bottom: 35px;
    text-align: justify;
}
.button-group-hero .cta-primary-button {
    margin-right: 20px;
}
.trust-indicators {
    margin-top: 45px;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 25px;
}
.indicator-unit {
    display: inline-block;
    margin-right: 35px;
}
.indicator-unit svg {
    vertical-align: middle;
    margin-right: 10px;
}
.indicator-unit span {
    font-size: 10pt;
    font-weight: 600;
}
.image-frame-decoration {
    border-radius: 12px;
    padding: 8px;
    background: linear-gradient(135deg, var(--accent-gold), transparent);
}
.hero-optimized-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* PARAMETERS BAR */
.operational-parameters-bar {
    background-color: var(--bg-card);
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.04);
}
.framework-flex {
    display: table;
    width: 100%;
}
.framework-statement-title {
    display: table-cell;
    width: 25%;
    font-size: 10pt;
    text-transform: uppercase;
    color: var(--accent-gold);
    font-weight: 800;
    vertical-align: middle;
}
.framework-badges-row {
    display: table-cell;
    width: 75%;
    text-align: right;
    vertical-align: middle;
}
.parameter-badge {
    display: inline-block;
    background-color: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 9.5pt;
    margin-left: 20px;
    color: var(--text-soft);
}

/* SERVICES AREA */
.corporate-services-area {
    padding: 110px 0;
}
.section-title-wrapper {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 65px auto;
}
.section-main-heading {
    font-size: 24pt;
    margin-bottom: 18px;
    color: #ffffff;
}
.section-sub-heading {
    color: var(--text-soft);
    font-size: 11.5pt;
}
.services-triple-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.service-block-card {
    display: table-cell;
    width: 33.333%;
    background-color: var(--bg-card);
    padding: 45px 35px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.02);
}
.service-block-card:nth-child(2) {
    background: linear-gradient(180deg, #0b1d3a 0%, #102952 100%);
    border: 1px solid rgba(207, 159, 64, 0.3);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}
.icon-holder-bg {
    margin-bottom: 28px;
}
.card-service-title {
    font-size: 14.5pt;
    margin-bottom: 16px;
    color: #ffffff;
}
.card-service-text {
    color: var(--text-soft);
    font-size: 10.5pt;
    text-align: justify;
}

/* PROCEDURAL BREAKDOWN */
.procedural-breakdown-section {
    background-color: #040c17;
    padding: 110px 0;
}
.steps-horizontal-flow {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.step-card-flow {
    display: table-cell;
    padding: 0 25px;
}
.step-numeric-id {
    font-size: 42pt;
    font-weight: 900;
    color: rgba(0, 229, 255, 0.15);
    line-height: 1;
    margin-bottom: 14px;
}
.step-card-heading {
    font-size: 13pt;
    color: #ffffff;
    margin-bottom: 12px;
}
.step-card-body {
    color: var(--text-soft);
    font-size: 10.5pt;
    text-align: justify;
}

/* CONVERSION AREA */
.conversion-form-area {
    padding: 110px 0;
    background: linear-gradient(135deg, var(--bg-card) 0%, #06101e 100%);
}
.split-form-layout {
    display: table;
    width: 100%;
}
.brand-copy-form-side {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-right: 60px;
}
.form-side-title {
    font-size: 24pt;
    margin-bottom: 22px;
}
.form-side-text {
    font-size: 11pt;
    color: var(--text-soft);
    margin-bottom: 35px;
}
.corporate-schedule-box {
    border-left: 4px solid var(--accent-gold);
    padding-left: 20px;
}
.schedule-text {
    font-size: 10.5pt;
    margin-bottom: 8px;
}
.interactive-form-side {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.secured-form-structure {
    background-color: var(--bg-base);
    padding: 45px;
    border-radius: 8px;
    border: 1px solid rgba(207, 159, 64, 0.25);
}
.input-field-group {
    margin-bottom: 22px;
}
.field-label-text {
    display: block;
    font-size: 9.5pt;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-text-input, .form-make-select, .form-select-input {
    width: 100%;
    padding: 13px 16px;
    background-color: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    color: #ffffff;
    font-size: 10.5pt;
}
.form-text-input:focus, .form-select-input:focus {
    outline: none;
    border-color: var(--accent-cyan);
}
.validation-checkbox-block .form-checkbox-control {
    float: left;
    margin-top: 5px;
    margin-right: 12px;
}
.checkbox-label-text {
    font-weight: 400;
    font-size: 9pt;
    color: var(--text-soft);
    display: block;
}
.legal-embedded-link {
    color: var(--accent-cyan);
    text-decoration: underline;
}
.form-submit-trigger-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: var(--accent-gold);
    color: #06101e;
    font-weight: 800;
    border: none;
    border-radius: 4px;
    font-size: 11pt;
    cursor: pointer;
}
.status-message-holder {
    margin-top: 20px;
    font-size: 10.5pt;
    font-weight: 700;
    text-align: center;
}
.status-message-holder.success { color: #2ecc71; }
.status-message-holder.error { color: #e74c3c; }

/* FOOTER */
.corporate-footer {
    background-color: #030a14;
    padding: 90px 0 45px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-top-grid {
    display: table;
    width: 100%;
}
.footer-brand-column {
    display: table-cell;
    width: 40%;
    padding-right: 45px;
}
.footer-brand-logo-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-brand-title {
    font-size: 14pt;
    font-weight: 800;
    margin-left: 10px;
    letter-spacing: 1px;
}
.footer-brand-pitch {
    color: var(--text-soft);
    font-size: 10pt;
}
.footer-links-column {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}
.footer-menu-heading {
    font-size: 11pt;
    color: #ffffff;
    margin-bottom: 25px;
}
.footer-link-list {
    list-style: none;
}
.footer-link-list li {
    margin-bottom: 12px;
}
.footer-anchor {
    color: var(--text-soft);
    text-decoration: none;
    font-size: 10.5pt;
}
.footer-anchor:hover {
    color: var(--accent-gold);
}
.footer-horizontal-separator {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin: 45px 0 25px 0;
}
.disclaimer-compliance-footer-box {
    color: #6a7687;
    font-size: 8.5pt;
    text-align: justify;
}
.macro-disclaimer-text {
    line-height: 1.55;
    margin-bottom: 20px;
}
.corporate-copyright {
    text-align: center;
    color: #4a5462;
}