.elementor-11376 .elementor-element.elementor-element-ca4c681{--display:flex;--min-height:0px;--margin-top:0px;--margin-bottom:-25px;--margin-left:0px;--margin-right:0px;}.elementor-11376 .elementor-element.elementor-element-ef9b5da{--spacer-size:82px;}.elementor-11376 .elementor-element.elementor-element-0f0dff6{--display:flex;}.elementor-11376 .elementor-element.elementor-element-80df9c2{--spacer-size:139px;}.elementor-11376 .elementor-element.elementor-element-80df9c2 > .elementor-widget-container{background-color:#F0F0F0;}.elementor-11376 .elementor-element.elementor-element-72eda08 > .elementor-widget-container{border-style:solid;}.elementor-11376 .elementor-element.elementor-element-2a15c64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-11376 .elementor-element.elementor-element-ef9b5da{--spacer-size:6px;}}@media(max-width:767px){.elementor-11376 .elementor-element.elementor-element-ef9b5da{--spacer-size:1px;}}/* Start custom CSS for html, class: .elementor-element-4e80d5f *//* --- TRUST WRAPPER --- */
.sgh-trust-section {
    padding: 100px 0 !important;
    background-color: #fcfcfc !important; /* Gris casi blanco premium */
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid #eeeeee;
}

.sgh-trust-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100%;
}

.sgh-trust-header {
    text-align: center;
    margin-bottom: 70px;
}

/* --- TÍTULOS --- */
.sgh-pre-title {
    display: block !important;
    color: #333333 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 15px !important;
}

.sgh-trust-main-title {
    font-family: 'Playfair Display', serif !important;
    color: #000000 !important;
    font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    max-width: 850px;
    margin: 0 auto !important;
}

/* --- CÁPSULAS / GRID --- */
.sgh-trust-capsule {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    align-items: start;
}

.sgh-trust-item {
    background: #ffffff !important;
    padding: 35px 25px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f0f0f0 !important;
    height: 100%;
    text-align: left;
}

.sgh-trust-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07) !important;
    border-color: #3fb0ac !important; /* Verde agua sutil */
}

/* --- ICONO E INFO --- */
.sgh-trust-icon {
    font-size: 2rem !important;
    margin-bottom: 20px !important;
    display: block;
}

.sgh-trust-text h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.25rem !important;
    color: #1a1a1a !important;
    margin-bottom: 12px !important;
    font-weight: 700 !important;
}

.sgh-trust-text p {
    font-family: 'Inter', sans-serif !important;
    color: #666666 !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .sgh-trust-capsule {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .sgh-trust-section {
        padding: 70px 0 !important;
    }
}

@media (max-width: 600px) {
    .sgh-trust-capsule {
        grid-template-columns: 1fr !important;
    }

    .sgh-trust-main-title {
        font-size: 1.6rem !important;
    }

    .sgh-pre-title {
        font-size: 0.8rem !important;
        letter-spacing: 1px !important;
    }

    .sgh-trust-item {
        padding: 30px 20px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d12ff33 *//* --- CHALLENGES SECTION WRAPPER --- */
.sgh-challenges-section {
    padding: 100px 0 !important;
    background-color: #f4f7f6 !important; /* Gris verdoso muy sutil */
    font-family: 'Inter', sans-serif !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.sgh-challenges-container {
    max-width: 1000px !important;
    width: 90% !important;
    margin: 0 auto !important;
}

/* --- HEADER --- */
.sgh-challenges-header {
    text-align: center !important;
    margin-bottom: 60px !important;
}

.sgh-challenges-main-title {
    font-family: 'Playfair Display', serif !important;
    color: #000000 !important;
    font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}

.sgh-challenges-subtitle {
    font-family: 'Inter', sans-serif !important;
    color: #3fb0ac !important; /* Verde corporativo */
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

/* --- LIST ITEMS --- */
.sgh-challenges-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 25px !important;
    margin-bottom: 50px !important;
}

.sgh-challenge-item {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease !important;
    border-left: 5px solid #f37021 !important; /* Naranja de acento para marcar el "problema" */
}

.sgh-challenge-item:hover {
    transform: translateX(10px) !important;
}

.sgh-challenge-icon {
    font-size: 2rem !important;
    margin-right: 25px !important;
    min-width: 50px !important;
    text-align: center !important;
}

.sgh-challenge-content h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem !important;
    color: #1a1a1a !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
}

.sgh-challenge-content p {
    font-family: 'Inter', sans-serif !important;
    color: #555555 !important;
    font-size: 1rem !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* --- CTA BUTTON --- */
.sgh-challenges-cta {
    text-align: center !important;
}

.sgh-btn-accent {
    display: inline-block !important;
    background-color: #3fb0ac !important;
    color: #ffffff !important;
    padding: 18px 40px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.sgh-btn-accent:hover {
    background-color: #2d827f !important;
    box-shadow: 0 10px 20px rgba(63, 176, 172, 0.3) !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .sgh-challenge-item {
        flex-direction: column !important;
        text-align: center !important;
        padding: 25px !important;
    }

    .sgh-challenge-icon {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }

    .sgh-challenges-main-title {
        font-size: 1.6rem !important;
    }

    .sgh-challenges-subtitle {
        font-size: 1rem !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9639b6 *//* --- SECTION WRAPPER --- */
.sgh-safe-container {
    padding: 100px 0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%) !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.sgh-method-inner {
    max-width: 1200px !important;
    width: 90% !important;
    margin: 0 auto !important;
}

/* --- HEADER / TITLES --- */
.sgh-method-header {
    text-align: center !important;
    margin-bottom: 70px !important;
}

.sgh-pre-title {
    display: block !important;
    color: #333333 !important;
    font-family: sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 15px !important;
}

.sgh-method-title {
    font-family: 'Playfair Display', serif !important;
    color: #000000 !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* --- GRID SYSTEM --- */
.sgh-method-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
}

/* --- STEP CARDS --- */
.sgh-step-card {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 4px !important;
    border: 1px solid #f0f0f0 !important;
    display: flex !important;
    align-items: flex-start !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.sgh-step-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06) !important;
    border-color: #3fb0ac !important; /* Acento verde agua */
}

.sgh-step-number {
    font-family: 'Playfair Display', serif !important;
    font-size: 3rem !important;
    color: #3fb0ac !important; /* Color corporativo forzado */
    font-weight: 700 !important;
    line-height: 1 !important;
    margin-right: 25px !important;
    opacity: 0.8 !important;
}

.sgh-step-body h3 {
    font-family: 'Playfair Display', serif !important;
    color: #000000 !important;
    font-size: 1.4rem !important;
    margin-bottom: 12px !important;
    font-weight: 700 !important;
}

.sgh-step-body p {
    font-family: 'Inter', sans-serif !important;
    color: #555555 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 992px) {
    .sgh-method-grid {
        grid-template-columns: 1fr !important;
    }
    
    .sgh-method-title {
        font-size: 2rem !important;
    }

    .sgh-safe-container {
        padding: 60px 0 !important;
    }
}

@media (max-width: 768px) {
    .sgh-step-card {
        flex-direction: column !important;
        padding: 30px !important;
    }

    .sgh-step-number {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        font-size: 2.2rem !important;
    }

    .sgh-pre-title {
        font-size: 0.75rem !important;
        letter-spacing: 1px !important;
    }

    .sgh-step-body h3 {
        font-size: 1.2rem !important;
    }

    .sgh-step-body p {
        font-size: 0.95rem !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb2c823 *//* --- CTA WRAPPER --- */
.sgh-cta-container {
    padding: 100px 0 !important;
    background: linear-gradient(135deg, #0a2321 0%, #2d827f 100%) !important; /* Fondo corporativo premium */
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    font-family: 'Inter', sans-serif;
}

.sgh-cta-inner {
    max-width: 850px !important;
    width: 90% !important;
    margin: 0 auto !important;
}

/* --- TITLES --- */
.sgh-cta-pre-title {
    display: block !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
    opacity: 0.9 !important;
}

.sgh-cta-main-title {
    font-family: 'Playfair Display', serif !important;
    color: #ffffff !important;
    font-size: clamp(2.2rem, 5vw, 3.5rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
}

/* --- DESCRIPTION --- */
.sgh-cta-description p {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
    margin-bottom: 45px !important;
    opacity: 0.95 !important;
}

/* --- BUTTON --- */
.sgh-cta-button {
    display: inline-block !important;
    background-color: #ffffff !important; /* Contraste blanco */
    color: #3fb0ac !important; /* Texto en color corporativo */
    padding: 20px 50px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    border: 2px solid #ffffff !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.sgh-cta-button:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2) !important;
}

/* --- FOOTER INFO --- */
.sgh-cta-footer-info {
    margin-top: 50px !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    padding-top: 30px !important;
}

.sgh-cta-info-item {
    display: inline-block !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    margin: 0 20px 10px 20px !important;
    font-size: 1rem !important;
}

.sgh-cta-icon {
    margin-right: 8px !important;
}

.sgh-cta-privacy {
    display: block !important;
    color: #ffffff !important;
    font-size: 0.85rem !important;
    margin-top: 15px !important;
    opacity: 0.7 !important;
    font-style: italic !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .sgh-cta-container {
        padding: 80px 0 !important;
    }
    
    .sgh-cta-description p {
        font-size: 1.05rem !important;
    }
}

@media (max-width: 768px) {
    .sgh-cta-main-title {
        font-size: 1.8rem !important;
    }

    .sgh-cta-button {
        width: 100% !important;
        padding: 18px 20px !important;
        text-align: center !important;
    }

    .sgh-cta-info-item {
        display: block !important;
        margin: 10px 0 !important;
    }
}/* End custom CSS */