.elementor-12261 .elementor-element.elementor-element-c083e7e:not(.elementor-motion-effects-element-type-background), .elementor-12261 .elementor-element.elementor-element-c083e7e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://smartpartner.pe/wp-content/uploads/2023/11/Presentacion1.png");background-position:center center;background-size:cover;}.elementor-12261 .elementor-element.elementor-element-c083e7e > .elementor-container{min-height:635px;}.elementor-12261 .elementor-element.elementor-element-c083e7e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12261 .elementor-element.elementor-element-c083e7e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12261 .elementor-element.elementor-element-d0902d1{--display:flex;--min-height:100vh;}.elementor-12261 .elementor-element.elementor-element-d0902d1:not(.elementor-motion-effects-element-type-background), .elementor-12261 .elementor-element.elementor-element-d0902d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background:url("https://smartpartner.pe/wp-content/uploads/2024/03/FINANZAS-PORTADA.jpg") 50% 50%;background-size:cover;}.elementor-12261 .elementor-element.elementor-element-b3330dc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-12261 .elementor-element.elementor-element-b3330dc{left:0px;}body.rtl .elementor-12261 .elementor-element.elementor-element-b3330dc{right:0px;}.elementor-12261 .elementor-element.elementor-element-b3330dc{top:50%;}.elementor-12261 .elementor-element.elementor-element-20cffb6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-12261 .elementor-element.elementor-element-d0902d1{--min-height:90vh;}.elementor-12261 .elementor-element.elementor-element-b3330dc > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-12261 .elementor-element.elementor-element-c083e7e > .elementor-container{min-height:400px;}.elementor-12261 .elementor-element.elementor-element-d0902d1{--min-height:90vh;}.elementor-12261 .elementor-element.elementor-element-b3330dc{top:50%;}}/* Start custom CSS for html, class: .elementor-element-70e3fa3 *//* Color Palette */
:root {
    --ind-darkest: #050B1E;
    --ind-dark: #193060;
    --ind-medium: #315381;
    --ind-light: #859FC0;
    --ind-lightest: #CEE0F4;
    --ind-white: #FFFFFF;
    --ind-success: #4CAF50;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hanken Grotesk', sans-serif;
    background: var(--ind-white);
    color: var(--ind-darkest);
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-family: 'Source Serif 4', serif;
}

.industry-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   INTRO SECTION
   ============================================ */
.industry-intro {
    padding: 60px 20px;
    background: linear-gradient(180deg, var(--ind-lightest) 0%, var(--ind-white) 100%);
}

.industry-intro-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #050B1E;
    line-height: 1.3;
    margin-bottom: 25px;
    text-align: center;
}

.industry-intro-lead {
    font-size: 1.1rem;
    color: var(--ind-dark);
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px !important;
    font-weight: 500;
    line-height: 1.7;
}

.industry-highlight-box {
    background: var(--ind-dark);
    color: var(--ind-white);
    padding: 25px 35px;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto 30px ;
    max-width: 900px;
    box-shadow: 0 4px 20px rgba(25, 48, 96, 0.15);
}

.industry-highlight-text {
    font-size: 1.05rem;
    text-align: center;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

.industry-intro-statement {
    font-size: 1rem;
    color: var(--ind-darkest);
    text-align: center ;
    max-width: 900px;
    margin: 0 auto !important;
    font-weight: 600;
    line-height: 1.7;
}

/* ============================================
   CHALLENGES SECTION
   ============================================ */
.industry-challenges {
    padding: 0px 20px;
    background: var(--ind-white);
}

.industry-challenges-header {
    text-align: center;
    margin-bottom: 50px;
}

.industry-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ind-darkest);
    margin-bottom: 12px;
}

.industry-title-line {
    width: 80px;
    height: 3px;
    background: var(--ind-dark);
    margin: 0 auto;
}

.industry-challenge-item {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid var(--ind-lightest);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.industry-challenge-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.industry-challenge-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.industry-challenge-left {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.industry-challenge-badge {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--ind-dark), var(--ind-medium));
    color: var(--ind-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 900;
    font-family: 'Source Serif 4', serif;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(25, 48, 96, 0.3);
}

.industry-challenge-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ind-darkest);
    line-height: 1.3;
}

.industry-challenge-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.industry-challenge-problems {
    background: var(--ind-lightest);
    padding: 25px;
    border-radius: 12px;
}

.industry-problems-label,
.industry-impact-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--ind-dark);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.industry-problems-list,
.industry-impact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.industry-problems-list li,
.industry-impact-list li {
    padding: 6px 0 6px 20px;
    position: relative;
    font-size: 0.95rem;
    color: var(--ind-darkest);
    line-height: 1.5;
}

.industry-problems-list li::before,
.industry-impact-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--ind-dark);
    font-weight: bold;
}

.industry-impact-label {
    margin-top: 15px;
}

.industry-solution-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--ind-dark);
    color: var(--ind-white);
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Hanken Grotesk', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.industry-solution-btn:hover {
    background: var(--ind-darkest);
    transform: translateX(4px);
}

.industry-btn-arrow {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.industry-solution-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.industry-solution-panel.active {
    max-height: 800px;
}

.industry-solution-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ind-dark);
    margin-bottom: 15px;
}

.industry-solution-list {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.industry-solution-list li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 0.95rem;
    color: var(--ind-darkest);
    line-height: 1.6;
}

.industry-solution-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background: var(--ind-success);
    color: var(--ind-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
}

.industry-solution-result {
    background: linear-gradient(135deg, var(--ind-dark), var(--ind-medium));
    color: var(--ind-white);
    padding: 18px 22px;
    border-radius: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.industry-solution-result strong {
    color: var(--ind-lightest);
    font-weight: 700;
}

/* ============================================
   APPROACH SECTION
   ============================================ */
.industry-approach {
    padding: 70px 20px;
    background: var(--ind-lightest);
}

.industry-approach-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ind-darkest);
    text-align: center;
    margin-bottom: 20px;
}

.industry-approach-intro {
    font-size: 1.05rem;
    color: var(--ind-dark);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.7;
    font-weight: 500;
}

.industry-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.industry-approach-box {
    background: var(--ind-white);
    border: 2px solid var(--ind-light);
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(20px);
}

.industry-approach-box.visible {
    opacity: 1;
    transform: translateY(0);
}

.industry-approach-box:hover {
    border-color: var(--ind-dark);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(5, 11, 30, 0.1);
}

.industry-approach-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.industry-approach-box h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ind-darkest);
    line-height: 1.3;
}

.industry-approach-statement {
    background: var(--ind-dark);
    color: var(--ind-white);
    padding: 25px 35px;
    border-radius: 12px;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.industry-approach-statement strong {
    font-weight: 700;
    color: var(--ind-lightest);
}

/* ============================================
   VALUE SECTION
   ============================================ */
.industry-value {
    padding: 70px 20px;
    background: var(--ind-white);
}

.industry-value-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ind-darkest);
    text-align: center;
    margin-bottom: 40px;
}

.industry-value-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.industry-value-card {
    background: var(--ind-lightest);
    border: 2px solid var(--ind-light);
    border-radius: 12px;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.95);
}

.industry-value-card.visible {
    opacity: 1;
    transform: scale(1);
}

.industry-value-card:hover {
    border-color: var(--ind-dark);
    background: var(--ind-white);
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(5, 11, 30, 0.1);
}

.industry-value-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.industry-value-card p {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ind-darkest);
    line-height: 1.4;
    margin: 0;
}

.industry-value-footer {
    text-align: center;
    font-size: 1.05rem;
    color: var(--ind-dark);
    font-weight: 600;
    font-style: italic;
}

/* ============================================
   COMPARISON SECTION
   ============================================ */
.industry-comparison {
    padding: 70px 20px;
    background: var(--ind-lightest);
}

.industry-comparison-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ind-darkest);
    text-align: center;
    margin-bottom: 50px;
}

.industry-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.industry-comparison-item {
    background: var(--ind-white);
    border: 2px solid var(--ind-light);
    border-radius: 12px;
    padding: 30px;
}

.industry-comparison-subtitle {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ind-darkest);
    margin-bottom: 18px;
    line-height: 1.3;
}

.industry-comparison-cons {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.industry-comparison-cons li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 0.95rem;
    color: var(--ind-dark);
    line-height: 1.5;
}

.industry-comparison-cons li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #e74c3c;
    font-weight: bold;
    font-size: 1.1rem;
}

.industry-comparison-response {
    background: var(--ind-lightest);
    padding: 18px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    color: var(--ind-darkest);
    line-height: 1.6;
    margin: 0;
}

.industry-comparison-response strong {
    font-weight: 700;
    color: var(--ind-dark);
}

/* ============================================
   FINAL SECTION
   ============================================ */
.industry-final {
    padding: 70px 20px;
    background: var(--ind-dark);
    color: var(--ind-white);
}

.industry-final-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.3;
    color: white;
}

.industry-final-text {
    font-size: 1.05rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px !important;
    line-height: 1.7;
    color: var(--ind-lightest);
    font-weight: 500;
}

.industry-final-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.industry-benefit-pill {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--ind-white);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.industry-benefit-pill:hover {
    background: var(--ind-white);
    color: var(--ind-dark);
    transform: translateY(-2px);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .industry-challenge-item {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .industry-challenge-left {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .industry-challenge-badge {
        margin-bottom: 0;
    }

    .industry-approach-grid {
        grid-template-columns: 1fr;
    }

    .industry-value-cards {
        grid-template-columns: 1fr;
    }

    .industry-comparison-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .industry-intro-title {
        font-size: 1.7rem;
    }

    .industry-intro-lead {
        font-size: 1rem;
    }

    .industry-highlight-box {
        padding: 20px 25px;
    }

    .industry-highlight-text {
        font-size: 0.95rem;
    }

    .industry-section-title {
        font-size: 1.7rem;
    }

    .industry-challenge-title {
        font-size: 1.15rem;
    }

    .industry-approach-title,
    .industry-value-title,
    .industry-comparison-title,
    .industry-final-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 480px) {
    .industry-intro-title {
        font-size: 1.5rem;
    }

    .industry-section-title,
    .industry-approach-title,
    .industry-value-title,
    .industry-comparison-title,
    .industry-final-title {
        font-size: 1.5rem;
    }

    .industry-challenge-badge {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .industry-challenge-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .industry-challenge-problems {
        padding: 20px;
    }

    .industry-approach-statement {
        padding: 20px 25px;
        font-size: 1rem;
    }

    .industry-benefit-pill {
        font-size: 0.85rem;
        padding: 8px 18px;
    }
}/* End custom CSS */