<style>
/* Page container */
.tech-page-main {
    background-color: #FAF6F0;
    width: 100%;
}
.tech-page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 80px 24px;
    font-family: 'Saans', sans-serif;
    color: #2A2822;
}

/* Stunning Hero section (Blueprint SVG background with extra top padding to clear the header) */
.tech-hero-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    /* .site-main ya recibe padding-top:76px !important del bloque
       page-interior global — este valor solo necesita cubrir el resto
       del respiro visual, no duplicar los 220px originales. */
    padding: 48px 24px 120px 24px !important;
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #E2DED4;
    margin-bottom: 60px;
}
.tech-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.tech-hero-tag {
    display: block;
    color: #2A2822;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.08em;
}
.tech-hero-inner h1 {
    font-family: 'Saans', sans-serif;
    font-size: clamp(34px, 5.5vw, 48px);
    font-weight: 400;
    line-height: 1.15;
    color: #1D1B16;
    margin-bottom: 24px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.tech-hero-inner h1 span {
    font-weight: 800;
    color: #1D1B16;
}
.tech-hero-inner .description {
    font-size: 19px;
    line-height: 1.65;
    color: #635E54;
    max-width: 850px;
    margin: 0 auto 36px auto;
    font-weight: 400;
}
.tech-hero-inner .call-to-action-btn {
    display: inline-block;
    background-color: #334DCF;
    color: #ffffff;
    padding: 14px 36px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(51, 77, 207, 0.3);
    transition: all 0.3s ease;
}
.tech-hero-inner .call-to-action-btn:hover {
    background-color: #0E0E90;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(217, 101, 38, 0.5);
}

/* Regulatory Warning Banner */
.affiliate-warning-box {
    max-width: 900px;
    margin: -20px auto 60px auto;
    background: #FFFFFF;
    border: 1px solid #E2DED4;
    border-left: 4px solid #334DCF;
    border-radius: 12px;
    padding: 24px 32px;
    box-shadow: 0 4px 12px rgba(29, 27, 22, 0.02);
    text-align: left;
    position: relative;
    z-index: 5;
}
.affiliate-warning-box h4 {
    font-family: 'Saans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0E0E90;
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.affiliate-warning-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #635E54;
    margin: 0;
}

/* Blueprint block separator / Elemento diferencial */
.blueprint-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
    position: relative;
    width: 100%;
}
.blueprint-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #E2DED4 20%, #E2DED4 80%, transparent);
}
.blueprint-divider-mark {
    background-color: #FAF6F0;
    border: 1px solid #E2DED4;
    color: #7F786C;
    font-family: 'Saans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding: 4px 14px;
    border-radius: 4px;
    z-index: 1;
    text-transform: uppercase;
}

/* Alternating Full-Bleed Content Blocks */
.tech-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-top: 1px solid #E2DED4;
    border-bottom: 1px solid #E2DED4;
}
.tech-benefit-block {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
    padding: 80px max(24px, calc(50vw - 550px));
}
.tech-benefit-block.odd {
    background: transparent;
}
.tech-benefit-block.even {
    background: #F5F3EF;
    grid-template-columns: 1.2fr 1fr;
}
.tech-benefit-block.even .tech-benefit-image-wrapper {
    order: 2;
}
.tech-benefit-image-wrapper {
    width: 100%;
    aspect-ratio: 1.2 / 1;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.03);
    border: 1px solid #E2DED4;
}
.tech-benefit-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tech-benefit-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tech-benefit-num {
    font-family: 'Saans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #334DCF;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.tech-benefit-text-wrapper h3 {
    font-family: 'Saans', sans-serif;
    font-size: clamp(24px, 3.5vw, 32px);
    font-weight: 800;
    color: #1D1B16;
    margin: 0;
    line-height: 1.25;
}
.tech-benefit-text-wrapper p {
    font-size: 16px;
    line-height: 1.65;
    color: #635E54;
    margin: 0;
}

/* Timeline/Steps Grid (How It Works) */
.tech-section-title {
    text-align: center;
    font-family: 'Saans', sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 800;
    color: #1D1B16;
    margin-bottom: 20px;
}
.affiliate-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 24px;
    margin-top: 40px;
}
.affiliate-step-card {
    background: #FFFFFF;
    border: 1px solid #E2DED4;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 12px rgba(29, 27, 22, 0.02);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.3s ease;
}
.affiliate-step-card:hover {
    transform: translateY(-2px);
}
.affiliate-step-num {
    font-family: 'Saans', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #334DCF;
}
.affiliate-step-card h4 {
    font-family: 'Saans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1D1B16;
    margin: 0;
}
.affiliate-step-card p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #635E54;
    margin: 0;
}

/* Commission Tiers CSS Grid */
.commission-tiers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
}
.commission-tier-card {
    background: #FFFFFF;
    border: 1px solid #E2DED4;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(29,27,22,0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    transition: all 0.3s ease;
}
.commission-tier-card:hover {
    transform: translateY(-2px);
}
.commission-tier-card.highlight {
    border-color: #334DCF;
    box-shadow: 0 8px 24px rgba(51, 77, 207, 0.06);
    background: #FAFBFD;
}
.commission-tier-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #334DCF;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 100px;
    letter-spacing: 0.08em;
}
.commission-tier-name {
    font-size: 13px;
    font-weight: 700;
    color: #7F786C;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}
.commission-tier-payout {
    font-family: 'Saans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #1D1B16;
    margin-bottom: 20px;
}
.commission-tier-features {
    font-size: 13.5px;
    color: #635E54;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.commission-tier-features li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.commission-tier-features li::before {
    content: "✓";
    color: #10B981;
    font-weight: bold;
}

/* Compliance cards list style */
.compliance-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
}
.compliance-card {
    background: #FFFFFF;
    border: 1px solid #E2DED4;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(29,27,22,0.02);
}
.compliance-card.dos {
    border-left: 4px solid #10B981;
}
.compliance-card.donts {
    border-left: 4px solid #EF4444;
}
.compliance-card h4 {
    font-family: 'Saans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}
.compliance-card.dos h4 {
    color: #10B981;
}
.compliance-card.donts h4 {
    color: #EF4444;
}
.compliance-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #635E54;
}
.compliance-list li {
    position: relative;
    padding-left: 24px;
}
.compliance-card.dos .compliance-list li::before {
    content: "✓";
    color: #10B981;
    position: absolute;
    left: 0;
    font-weight: bold;
}
.compliance-card.donts .compliance-list li::before {
    content: "✗";
    color: #EF4444;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Trust stats grid */
.tech-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
    text-align: center;
}
.tech-stat-card {
    background: #FFFFFF;
    border: 1px solid #E2DED4;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(29, 27, 22, 0.02);
}
.tech-stat-number {
    font-family: 'Saans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #334DCF;
    margin-bottom: 8px;
}
.tech-stat-label {
    font-size: 14px;
    color: #635E54;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}

/* FAQ: usa los estilos GLOBALES (blocks-bundle.css). El CSS local se retiró
   porque duplicaba el icono (chevron global + «+/×» local = 2 iconos). */

/* Form Styles and Human Contact Side-by-side */
.affiliate-form-container {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 40px;
    margin-bottom: 96px;
}
.affiliate-form-section {
    background: #FFFFFF;
    border: 1px solid #E2DED4;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 4px 12px rgba(29, 27, 22, 0.02);
}
.affiliate-form-header {
    margin-bottom: 32px;
}
.affiliate-form-header h2 {
    font-family: 'Saans', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #1D1B16;
    margin-top: 0;
    margin-bottom: 12px;
}
.affiliate-form-header p {
    font-size: 15px;
    line-height: 1.6;
    color: #635E54;
    margin: 0;
}
.contact-alternative-section {
    background: #FAF6F0;
    border: 1px dashed #E2DED4;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
.contact-alternative-title {
    font-family: 'Saans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #1D1B16;
    margin: 0;
}
.contact-alternative-text {
    font-size: 14.5px;
    line-height: 1.6;
    color: #635E54;
    margin: 0;
}
.contact-alternative-btn {
    display: inline-block;
    background-color: transparent;
    color: #334DCF;
    border: 1px solid #334DCF;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}
.contact-alternative-btn:hover {
    background-color: #334DCF;
    color: #ffffff;
}

/* Responsiveness adjustments */
@media (max-width: 920px) {
    .tech-benefit-block, .tech-benefit-block.even {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 60px 24px;
    }
    .tech-benefit-block.even .tech-benefit-image-wrapper {
        order: 0;
    }
    .tech-benefits-list {
        left: 0; right: 0;
        margin-left: 0; margin-right: 0;
        width: 100%;
    }
    .commission-tiers-grid {
        grid-template-columns: 1fr;
    }
    .compliance-cards-grid {
        grid-template-columns: 1fr;
    }
    .tech-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .affiliate-form-container {
        grid-template-columns: 1fr;
    }
    .affiliate-form-section {
        padding: 32px 24px;
    }
}

@media (max-width: 480px) {
    .tech-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* El botón de envío usaba estilos inline sin !important, que perdían
   contra la regla global ".btn-phone, .native-submit-btn { background-color:
   transparent !important; ... }" (style.css) — se veía como texto azul
   plano en vez de un botón relleno. */
.affiliate-form-section .native-submit-btn {
    background-color: #334DCF !important;
    border: 1.5px solid #334DCF !important;
    color: #ffffff !important;
}
.affiliate-form-section .native-submit-btn:hover {
    background-color: #26399e !important;
    border-color: #26399e !important;
}

/* ==========================================================================
   Programa de recomendación: las tres vías
   (empresas / embajadores / member-get-member)
   ========================================================================== */

.vias-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 8px 0 24px;
}

.via-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #E2DED4;
    border-radius: 16px;
    padding: 28px 26px;
    text-decoration: none;
    color: inherit;
    transition: border-color .2s ease, transform .2s ease;
}

.via-card:hover {
    border-color: #334DCF;
    transform: translateY(-2px);
}

.via-card--destacada {
    border-color: #334DCF;
    background: #FBFCFF;
}

.via-card__num {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #7F786C;
    margin-bottom: 12px;
}

.via-card h3 {
    font-family: 'Saans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1D1B16;
    margin: 0 0 10px;
}

.via-card > p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #635E54;
    margin: 0 0 16px;
}

.via-card__puntos {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #1D1B16;
}

.via-card__puntos li {
    padding-left: 20px;
    position: relative;
}

.via-card__puntos li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #334DCF;
}

.via-card__link {
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    color: #334DCF;
}

.via-card__link::after {
    content: " \2192";
}

/* Intro compartida por las secciones de vía */
.tech-section-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
    color: #635E54;
    font-size: 16px;
    line-height: 1.6;
}

.afil-subtitulo {
    font-family: 'Saans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #1D1B16;
    text-align: center;
    margin: 48px 0 24px;
}

/* Las dos caras de la oferta: qué gana cada parte */
.oferta-doble {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #E2DED4;
    border-radius: 16px;
    overflow: hidden;
}

.oferta-doble__lado {
    padding: 32px 34px;
}

.oferta-doble__lado--destacado {
    background: #F5F7FE;
}

.oferta-doble__separador {
    width: 1px;
    background: #E2DED4;
}

.oferta-doble__etiqueta {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #7F786C;
    margin-bottom: 12px;
}

.oferta-doble__titular {
    display: block;
    font-family: 'Saans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #334DCF;
    margin-bottom: 12px;
}

.oferta-doble__lado p {
    font-size: 15px;
    line-height: 1.6;
    color: #635E54;
    margin: 0;
}

/* Quién NO puede entrar en la vía de embajadores */
.afil-restriccion {
    margin: 32px 0 0;
    padding: 24px 26px;
    border: 1px solid #E7C9B8;
    border-left: 4px solid #B45A32;
    border-radius: 0 12px 12px 0;
    background: #FDF6F2;
}

.afil-restriccion h4 {
    font-family: 'Saans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #8C3F1F;
    margin: 0 0 10px;
}

.afil-restriccion p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #5C4A40;
    margin: 0 0 10px;
}

.afil-restriccion p:last-child { margin-bottom: 0; }
.afil-restriccion a { color: #8C3F1F; font-weight: 600; }

/* Aclaración de lo que cambia en el plan */
.afil-nota {
    margin: 24px 0 0;
    padding: 20px 24px;
    background: #FAF6F0;
    border: 1px solid #E2DED4;
    border-radius: 12px;
}

.afil-nota p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #635E54;
    margin: 0;
}

.afil-campo-ayuda {
    font-size: 13px;
    line-height: 1.5;
    color: #7F786C;
    margin: 8px 0 0;
}

@media (max-width: 900px) {
    .vias-grid { grid-template-columns: 1fr; }
    .oferta-doble { grid-template-columns: 1fr; }
    .oferta-doble__separador { width: auto; height: 1px; }
    .oferta-doble__lado { padding: 26px 24px; }
}
