/* ==========================================================================
   TERRAFOS HOLDING S.A.S. - PROPUESTA COMERCIAL EJECUTIVA MULTI-PAÍS
   Agencia Impulso Web · Arquitectura Digital Corporativa
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --color-primary: #0e382c;
    --color-primary-dark: #071f18;
    --color-primary-light: #165342;
    --color-dark: #000000;
    --color-text-main: #0a0f1d;
    --color-text-secondary: #1e293b;
    --color-text-muted: #334155;
    --color-accent: #0284c7;
    --color-gold: #b45309;
    --color-light-bg: #f8fafc;
    --color-border: #cbd5e1;
    --color-border-dark: #94a3b8;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 10px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.12);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    color-scheme: light;
}

html, body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden !important;
}

body {
    font-family: var(--font-sans);
    color: var(--color-text-main);
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    padding-top: 105px;
    padding-bottom: 75px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section, [id] {
    scroll-margin-top: 100px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-sans);
    color: var(--color-dark);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.25;
    margin-top: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--color-text-secondary);
}

a {
    text-decoration: none;
    color: var(--color-primary);
    transition: all 0.2s ease;
}

/* ==========================================================================
   CABECERA EJECUTIVA FIJA (FIJA SIEMPRE EN PC Y MÓVIL)
   ========================================================================== */
.fixed-header-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
    background: #ffffff !important;
    border-bottom: 1.5px solid var(--color-border);
    box-shadow: var(--shadow-sm);
}

.top-bar-corporate {
    background: var(--color-primary);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-badge {
    background: #ffffff;
    color: var(--color-primary-dark);
    padding: 2px 10px;
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-navbar-corp {
    padding: 8px 0;
    background: #ffffff;
}

.nav-corp-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-corp-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-corp-logo {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.brand-corp-info h1 {
    font-size: 17px;
    font-weight: 900;
    color: var(--color-dark);
    margin: 0;
    letter-spacing: -0.01em;
}

.brand-corp-info span, .corp-tagline {
    font-size: 11.5px;
    color: var(--color-text-secondary);
    font-weight: 600;
    display: block;
}

.corp-full-title {
    display: inline;
}

/* Enlaces de menú en PC */
.nav-pc-links {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 16px;
}

.nav-pc-link {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--color-text-secondary);
    padding: 6px 4px;
    border-bottom: 2px solid transparent;
}

.nav-pc-link:hover {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.header-cta-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-corp {
    font-family: var(--font-sans);
    font-size: 13.5px;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1.5px solid transparent;
    white-space: nowrap;
}

.btn-corp-outline {
    background: #ffffff;
    border-color: var(--color-border-dark);
    color: var(--color-dark);
}

.btn-corp-outline:hover {
    background: var(--color-light-bg);
    color: #000000;
    border-color: #000000;
}

.btn-corp-primary {
    background: var(--color-primary);
    color: #ffffff !important;
    border-color: var(--color-primary);
}

.btn-corp-primary:hover {
    background: var(--color-primary-dark);
    color: #ffffff !important;
}

.btn-corp-success {
    background: #15803d;
    color: #ffffff !important;
    border-color: #15803d;
}

.btn-corp-success:hover {
    background: #166534;
    color: #ffffff !important;
}

.header-btn-beneficios {
    background: #0e382c;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 13px;
    padding: 7px 14px;
    border-radius: var(--radius-sm);
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(14, 56, 44, 0.2);
    border: 1.5px solid #0e382c;
}

.header-btn-beneficios:hover {
    background: #071f18;
    color: #ffffff !important;
    border-color: #071f18;
}

.btn-text-pc {
    display: inline;
}

.btn-text-mob {
    display: none;
}

/* ==========================================================================
   HERO EJECUTIVO
   ========================================================================== */
.hero-executive-section {
    padding: 30px 0 25px 0;
    background: #ffffff;
    border-bottom: 2px solid var(--color-border);
    margin-bottom: 35px;
}

.hero-meta-tag {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--color-primary);
    background: #ecfdf5;
    border: 1.5px solid #a7f3d0;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
    margin-bottom: 12px;
}

.hero-corp-title {
    font-size: 32px;
    font-weight: 900;
    color: var(--color-dark);
    letter-spacing: -0.03em;
    margin-bottom: 12px;
    line-height: 1.2;
}

.hero-corp-desc {
    font-size: 16.5px;
    color: var(--color-text-secondary);
    max-width: 950px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-corp-desc strong {
    color: var(--color-dark);
    font-weight: 800;
}

.hero-actions-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.hero-keypoints-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
    margin-top: 15px;
}

.keypoint-item {
    background: #ffffff;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
    box-shadow: var(--shadow-sm);
}

.keypoint-title {
    font-size: 12.5px;
    font-weight: 800;
    color: var(--color-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.keypoint-detail {
    font-size: 13.5px;
    color: var(--color-text-secondary);
    font-weight: 600;
}

/* ==========================================================================
   SECCIONES Y TARJETAS EJECUTIVAS
   ========================================================================== */
.section-title-wrap {
    margin-bottom: 22px;
    border-bottom: 2px solid var(--color-border);
    padding-bottom: 12px;
}

.section-num {
    font-size: 12px;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
    display: block;
}

.section-title {
    font-size: 24px;
    font-weight: 900;
    color: var(--color-dark);
    margin: 0 0 6px 0;
}

.section-subtitle {
    font-size: 15px;
    color: var(--color-text-secondary);
    margin: 0;
    font-weight: 500;
}

.card-corp {
    background: #ffffff;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 22px;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.card-corp:hover {
    border-color: var(--color-border-dark);
    box-shadow: var(--shadow-md);
}

.card-corp-header {
    margin-bottom: 12px;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 10px;
}

.card-corp-title {
    font-size: 17px;
    font-weight: 800;
    color: var(--color-dark);
    margin: 0;
}

.card-corp-body {
    font-size: 14px;
    color: var(--color-text-secondary);
    line-height: 1.55;
}

.feature-bullet {
    display: block;
    margin-bottom: 9px;
    font-size: 13.5px;
    color: var(--color-text-secondary);
    line-height: 1.5;
    font-weight: 500;
}

.feature-bullet strong {
    color: var(--color-dark);
    font-weight: 800;
}

/* ==========================================================================
   SECCIÓN ESPECIAL: BONO DE REDES SOCIALES
   ========================================================================== */
.bonus-social-card {
    background: #ffffff;
    border: 2px solid #16a34a;
    border-radius: var(--radius-lg);
    padding: 26px;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.08);
}

.bonus-social-header {
    border-bottom: 2px solid #dcfce7;
    padding-bottom: 18px;
    margin-bottom: 22px;
}

.bonus-tag {
    background: #14532d;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.bonus-price-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.bonus-old-price {
    font-size: 15px;
    font-weight: 800;
    color: #dc2626;
}

.bonus-free-badge {
    background: #16a34a;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 0.3px;
}

.bonus-title {
    font-size: 22px;
    font-weight: 900;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 6px;
}

.bonus-subtitle {
    font-size: 15px;
    color: #1e293b;
    margin-bottom: 0;
    font-weight: 500;
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.bonus-feature-box {
    background: #f8fafc;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 18px;
}

.bonus-box-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.bonus-box-num {
    background: #0e382c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bonus-box-header h4 {
    font-size: 15px;
    font-weight: 900;
    color: #000000;
    margin: 0;
}

.bonus-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #1e293b;
}

.bonus-box-list li {
    padding: 5px 0;
    border-bottom: 1px solid #e2e8f0;
    line-height: 1.45;
}

.bonus-box-list li:last-child {
    border-bottom: none;
}

.bonus-box-list li strong {
    color: #000000;
    font-weight: 800;
}

.bonus-footer-note {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    font-size: 13px;
    color: #166534;
    font-weight: 500;
}

/* ==========================================================================
   TABLA DE DOMINIOS Y BLINDAJE
   ========================================================================== */
.domain-table-wrapper {
    background: #ffffff;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-top: 15px;
    box-shadow: var(--shadow-sm);
}

.domain-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
}

.domain-table th {
    background: #f1f5f9;
    padding: 12px 16px;
    font-weight: 800;
    color: var(--color-dark);
    border-bottom: 2px solid var(--color-border);
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.domain-table td {
    padding: 13px 16px;
    border-bottom: 1px solid var(--color-border);
    vertical-align: middle;
    color: var(--color-text-secondary);
}

.domain-table tr:last-child td {
    border-bottom: none;
}

.domain-table tr:hover {
    background: #f8fafc;
}

.domain-highlight {
    font-family: var(--font-sans);
    font-weight: 900;
    font-size: 15.5px;
    color: #000000;
    letter-spacing: -0.01em;
}

.badge-country {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 700;
    background: #f1f5f9;
    color: var(--color-dark);
    border: 1px solid var(--color-border);
}

.badge-database {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
    font-size: 11.5px;
    font-weight: 800;
    background: #ecfdf5;
    color: #065f46;
    border: 1.5px solid #a7f3d0;
}

/* ==========================================================================
   SECCIÓN DE PAGOS & PASARELAS
   ========================================================================== */
.payment-country-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.payment-tab-btn {
    font-family: var(--font-sans);
    font-size: 13.5px;
    font-weight: 800;
    padding: 9px 18px;
    border-radius: var(--radius-sm);
    background: #ffffff;
    border: 1.5px solid var(--color-border);
    color: var(--color-dark);
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.payment-tab-btn.active, .payment-tab-btn:hover {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
}

.payment-panel-card {
    background: #ffffff;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 22px;
    box-shadow: var(--shadow-sm);
}

.gateway-logo-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background: #f8fafc;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-sm);
    margin-top: 12px;
}

.gateway-logo-item {
    background: #ffffff;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.gateway-logo-item img {
    max-height: 30px;
    width: auto;
    object-fit: contain;
}

.qr-preview-box {
    text-align: center;
    background: #ffffff;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 18px;
    box-shadow: var(--shadow-sm);
}

.qr-preview-box img {
    width: 150px;
    height: auto;
    border-radius: var(--radius-sm);
    margin-bottom: 10px;
}

.qr-title {
    font-size: 14.5px;
    font-weight: 800;
    color: var(--color-dark);
    margin-bottom: 4px;
}

.qr-caption {
    font-size: 12px;
    color: var(--color-text-secondary);
    font-weight: 500;
}

/* ==========================================================================
   SECCIÓN DE WHATSAPP TERRITORIAL
   ========================================================================== */
.wa-country-card {
    background: #ffffff;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 18px;
    height: 100%;
    box-shadow: var(--shadow-sm);
}

.wa-agent-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #f8fafc;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    margin-bottom: 8px;
}

.wa-agent-name {
    font-size: 13.5px;
    font-weight: 800;
    color: var(--color-dark);
}

.wa-agent-role {
    font-size: 12px;
    color: var(--color-text-secondary);
    font-weight: 600;
}

.wa-btn-direct {
    background: #15803d;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.wa-btn-direct:hover {
    background: #166534;
    color: #ffffff;
}

/* ==========================================================================
   TARJETAS DE INVERSIÓN & MÓDULO PRIORITARIO DE AMORTIZACIÓN
   ========================================================================== */
.pricing-card {
    background: #ffffff;
    border: 2px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 28px;
    position: relative;
    box-shadow: var(--shadow-md);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-card.featured {
    border: 2.5px solid var(--color-primary);
    box-shadow: var(--shadow-lg);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--color-primary);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 12px;
    border-radius: 20px;
}

.pricing-header {
    border-bottom: 2px solid var(--color-border);
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.pricing-tier-name {
    font-size: 20px;
    font-weight: 900;
    color: var(--color-dark);
    margin-bottom: 4px;
}

.pricing-tier-sub {
    font-size: 14px;
    color: var(--color-text-secondary);
    font-weight: 600;
}

.pricing-amount-huge {
    font-size: 38px;
    font-weight: 900;
    color: var(--color-primary-dark);
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 10px 0 4px 0;
}

.pricing-period {
    font-size: 13px;
    font-weight: 800;
    color: #b45309;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* CAJA DE AMORTIZACIÓN RESALTADA */
.amort-priority-box {
    background: #ffffff;
    border: 2px solid #16a34a;
    border-radius: var(--radius-md);
    padding: 16px 18px;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.08);
}

.amort-priority-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid #dcfce7;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.amort-priority-title {
    font-size: 13px;
    font-weight: 900;
    color: #14532d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.amort-priority-badge {
    background: #16a34a;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 4px;
}

.amort-priority-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    font-size: 13.5px;
    border-bottom: 1px solid #f1f5f9;
}

.amort-label {
    font-weight: 600;
    color: var(--color-text-secondary);
}

.amort-value {
    font-weight: 900;
    color: #000000;
    font-size: 14.5px;
}

.amort-priority-row.highlight {
    background: #f0fdf4;
    border-radius: var(--radius-sm);
    padding: 9px 12px;
    margin-top: 6px;
    border-bottom: none;
}

.amort-priority-row.highlight .amort-label {
    color: #15803d;
    font-weight: 800;
    font-size: 13.5px;
}

.amort-priority-row.highlight .amort-value {
    color: #15803d;
    font-size: 18px;
    font-weight: 900;
}

.pricing-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
    font-size: 13.5px;
}

.pricing-feature-list li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-bottom: 1px solid #f1f5f9;
    color: var(--color-text-secondary);
    font-weight: 500;
}

.pricing-feature-list li strong {
    color: var(--color-dark);
    font-weight: 800;
}

/* ==========================================================================
   HITOS DE PAGO 50-25-25
   ========================================================================== */
.milestones-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0;
}

.milestone-card {
    background: #ffffff;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 18px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.milestone-pct {
    font-size: 18px;
    font-weight: 900;
    color: var(--color-primary);
    margin-bottom: 4px;
}

.milestone-desc {
    font-size: 13px;
    color: var(--color-text-secondary);
    line-height: 1.45;
    font-weight: 500;
}

/* ==========================================================================
   BARRA MÓVIL INFERIOR FIJA TIPO APP
   ========================================================================== */
.mobile-bottom-nav {
    display: none;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    background: #ffffff !important;
    border-top: 1.5px solid var(--color-border) !important;
    z-index: 1050 !important;
    padding: 6px 0 !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}

.mobile-bottom-nav-inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.mob-tab-link {
    flex: 1 1 20%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: var(--color-text-secondary);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mob-tab-link.active, .mob-tab-link:hover {
    color: var(--color-primary);
}

/* ==========================================================================
   RESPONSIVE (MÓVIL TOTALMENTE RÍGIDO Y NATIVO)
   ========================================================================== */
@media (max-width: 768px) {
    body {
        padding-top: 82px !important;
        padding-bottom: 65px !important;
    }

    /* Top Bar en móvil: exactamente 1 línea compacta de 24-26px */
    .top-bar-corporate {
        font-size: 11px;
        padding: 3px 0;
        line-height: 1.2;
    }

    .top-bar-inner {
        flex-direction: row;
        justify-content: center;
        text-align: center;
    }

    .top-bar-badge {
        display: none;
    }

    /* Ocultar enlaces de menú PC */
    .nav-pc-links {
        display: none !important;
    }

    .brand-corp-link {
        gap: 8px !important;
        flex-shrink: 1;
        min-width: 0;
    }

    .brand-corp-logo {
        height: 32px !important;
        flex-shrink: 0;
    }

    .brand-corp-info {
        min-width: 0;
    }

    .brand-corp-info h1 {
        font-size: 15px !important;
        margin: 0 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .brand-corp-info span, .corp-tagline, .corp-full-title {
        display: none !important;
    }

    .header-cta-group {
        margin-left: auto;
        flex-shrink: 0;
    }

    .header-cta-group .btn-corp-outline {
        display: none !important;
    }

    .header-btn-beneficios {
        font-size: 12px !important;
        padding: 6px 12px !important;
        white-space: nowrap !important;
    }

    .btn-text-pc {
        display: none !important;
    }

    .btn-text-mob {
        display: inline !important;
    }

    .hero-executive-section {
        padding: 18px 0 16px 0;
        margin-bottom: 24px;
    }

    .hero-corp-title {
        font-size: 22px;
        line-height: 1.25;
    }

    .hero-corp-desc {
        font-size: 14.5px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .hero-keypoints-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .keypoint-item {
        padding: 8px 10px;
    }

    .keypoint-title {
        font-size: 11px;
    }

    .keypoint-detail {
        font-size: 12px;
    }

    /* Scroll margin en móvil */
    section, [id] {
        scroll-margin-top: 85px;
    }

    /* Bono de Redes en Móvil */
    .bonus-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .bonus-social-card {
        padding: 16px;
    }

    .bonus-title {
        font-size: 18px;
    }

    .bonus-price-badge {
        flex-wrap: wrap;
    }

    /* Pestañas de pago en Móvil */
    .payment-tab-btn {
        font-size: 12px;
        padding: 7px 10px;
        flex: 1 1 calc(50% - 6px);
        text-align: center;
        justify-content: center;
    }

    /* Botón de beneficios en cabecera móvil */
    .header-btn-beneficios {
        font-size: 11.5px;
        padding: 5px 9px;
    }

    /* Transformación de Tabla de Dominios a Tarjetas Móviles (Cero Scroll Horizontal) */
    .domain-table-wrapper {
        border: none;
        background: transparent;
        box-shadow: none;
    }

    .domain-table, .domain-table thead, .domain-table tbody, .domain-table th, .domain-table td, .domain-table tr {
        display: block;
        width: 100%;
    }

    .domain-table thead {
        display: none;
    }

    .domain-table tr {
        background: #ffffff;
        border: 1.5px solid var(--color-border);
        border-radius: var(--radius-md);
        margin-bottom: 12px;
        padding: 14px;
        box-shadow: var(--shadow-sm);
    }

    .domain-table td {
        padding: 4px 0;
        border: none;
        display: block;
    }

    .domain-table td:nth-child(1) {
        margin-bottom: 6px;
    }

    .domain-table td:nth-child(2) {
        margin-bottom: 6px;
    }

    .domain-table td:nth-child(3) {
        font-size: 13.5px;
        line-height: 1.45;
        margin-bottom: 8px;
    }

    .domain-table td:nth-child(4) {
        border-top: 1px dashed var(--color-border);
        padding-top: 8px;
    }

    /* Amortización en Móvil */
    .amort-priority-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .amort-priority-row .amort-value {
        font-size: 16px;
    }

    .amort-priority-row.highlight .amort-value {
        font-size: 20px;
    }

    .pricing-amount-huge {
        font-size: 32px;
    }

    .milestones-grid {
        grid-template-columns: 1fr;
    }

    .mobile-bottom-nav {
        display: block;
        padding: 6px 0 !important;
    }

    .mob-tab-link {
        flex: 1;
        text-align: center;
        font-size: 11px;
        padding: 4px 2px;
    }

    /* Asegurar que ningún botón se desborde en móvil */
    .btn-corp {
        white-space: normal !important;
        max-width: 100% !important;
        word-break: normal !important;
    }

    .closing-protocol-card {
        padding: 24px 14px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .closing-title {
        font-size: 20px !important;
    }

    .closing-desc {
        font-size: 13.5px !important;
    }

    .closing-btn-cta {
        width: 100% !important;
        max-width: 100% !important;
        padding: 13px 12px !important;
        font-size: 13.5px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
}

/* ==========================================================================
   BANNER INSTITUCIONAL DORADO DE ALTO IMPACTO
   ========================================================================== */
.hero-golden-banner-wrap {
    position: relative;
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
    border: 2px solid rgba(212, 175, 55, 0.35);
    background: #0f1412;
    margin-bottom: 24px;
}

.hero-golden-banner-img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hero-golden-banner-wrap:hover .hero-golden-banner-img {
    transform: scale(1.015);
}

.hero-golden-badge {
    position: absolute;
    bottom: 14px;
    left: 18px;
    background: rgba(10, 15, 29, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #e5b945;
    font-size: 11.5px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 30px;
    border: 1px solid rgba(229, 185, 69, 0.5);
    letter-spacing: 0.6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .hero-golden-banner-wrap {
        border-radius: var(--radius-md);
        margin-bottom: 18px;
    }
    .hero-golden-banner-img {
        max-height: 200px;
    }
    .hero-golden-badge {
        position: static;
        display: block;
        text-align: center;
        border-radius: 0;
        font-size: 10.5px;
        padding: 6px 10px;
        border: none;
        border-top: 1px solid rgba(229, 185, 69, 0.3);
    }
}

/* ==========================================================================
   TARJETA DE RENOVACIÓN MULTIANUAL CON 40% DE DESCUENTO
   ========================================================================== */
.renewal-card {
    background: #ffffff;
    border: 2px solid #0e382c;
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 24px rgba(14, 56, 44, 0.08);
    overflow: hidden;
    margin-top: 28px;
}

.renewal-card-header {
    background: #0e382c;
    color: #ffffff;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.renewal-tag {
    background: #d4af37;
    color: #000000;
    font-size: 11px;
    font-weight: 900;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.renewal-card-body {
    padding: 24px;
}

.renewal-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.renewal-box {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 18px;
    transition: all 0.2s ease;
}

.renewal-box:hover {
    border-color: #0e382c;
    box-shadow: var(--shadow-md);
}

.renewal-box.highlight {
    background: #f0fdf4;
    border-color: #86efac;
}

.renewal-box-title {
    font-size: 14.5px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 6px;
}

.renewal-amount {
    font-size: 26px;
    font-weight: 900;
    color: #0e382c;
    line-height: 1.1;
    margin: 8px 0 4px 0;
}

.renewal-details {
    font-size: 13px;
    color: #475569;
    font-weight: 600;
    line-height: 1.4;
}

/* ==========================================================================
   CIERRE FORMAL Y PROTOCOLO DE APROBACIÓN CON QR DEL 50%
   ========================================================================== */
.closing-protocol-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #0e382c;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.closing-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0e382c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.closing-title {
    font-size: 26px;
    font-weight: 900;
    color: #000000;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.closing-desc {
    font-size: 15.5px;
    color: #1e293b;
    max-width: 760px;
    margin: 0 auto 24px auto;
    font-weight: 500;
    line-height: 1.6;
}

.closing-btn-cta {
    font-size: 16px;
    font-weight: 800;
    padding: 14px 28px;
    border-radius: var(--radius-md);
    box-shadow: 0 4px 14px rgba(21, 128, 61, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    white-space: normal !important;
    text-align: center;
    max-width: 100%;
    line-height: 1.35;
    box-sizing: border-box;
}

.closing-btn-cta:hover {
    box-shadow: 0 6px 20px rgba(21, 128, 61, 0.45);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.closing-guarantee-note {
    margin-top: 16px;
    font-size: 13.5px;
    color: #475569;
    font-weight: 600;
}

