/*@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@700&family=Onest:wght@400;600;700&display=swap');*/

/* Reset Básico */
.sp2c-section-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sp2c-section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px;
    background: linear-gradient(96.38deg, #000000 1.06%, #333134 100%);
    font-family: 'Onest', sans-serif !important;
    color: #FFFFFF;
}

.sp2c-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.sp2c-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
    background: #FFFFFF;
    border-radius: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.sp2c-main-title {
    font-family: 'Chakra Petch', sans-serif !important;
    font-weight: 700;
    font-size: clamp(36px, 5vw, 64px); /* Fonte responsiva */
    line-height: 1.1;
    text-align: center;
    letter-spacing: -0.03em;
    color: #EF781B;
    max-width: 900px;
}

.sp2c-steps-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.sp2c-step-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.sp2c-step-icon {
    width: 120px;
    height: auto;
}

.sp2c-step-tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    gap: 8px;
    background: rgba(51, 49, 52, 0.5);
    border-radius: 10px;
}

.sp2c-step-tag svg {
    width: 15px;
    height: 15px;
}

.sp2c-step-tag span {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}

.sp2c-step-title {
    font-family: 'Chakra Petch', sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #EF781B;
}

.sp2c-step-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
}

/* --- Media Queries para Responsividade --- */

/* Tablets */
@media (max-width: 992px) {
    .sp2c-steps-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .sp2c-step-item {
        align-items: center;
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .sp2c-section-wrapper {
        padding: 60px 15px;
    }
    .sp2c-container {
        gap: 40px;
    }
    .sp2c-step-title {
        font-size: 28px;
    }
    .sp2c-step-description {
        font-size: 16px;
    }
}

/*#####################################################*/
.clix-hero-title-highlight {
    position: relative;
    display: inline-block;
}
.clix-hero-title-highlight::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 17px;
    background: linear-gradient(95.89deg, #EF781B 2.89%, #FF6600 100.54%);
    border-radius: 5px;
    z-index: -1;
}
/* Reset Básico */
.hpc-hero-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hpc-hero-wrapper {
    /*background: #000000;*/
    color: #FFFFFF;
    padding: 100px 20px;
    font-family: 'Onest', sans-serif;
}

.hpc-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hpc-content-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    max-width: 620px;
}

.hpc-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: #FFFFFF;
    border-radius: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.hpc-main-title {
    font-family: 'Chakra Petch', sans-serif;
    font-size: clamp(38px, 5vw, 55px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #000000;
}

.hpc-main-title .hpc-highlight {
    color: #EF781B;
}

.hpc-description {
    font-size: 18px;
    line-height: 1.5;
    max-width: 520px;
    color: #000000;
}

.hpc-buttons-group {
    display: flex;
    align-items: center;
    gap: 38px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.hpc-btn-primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 12px;
    background: linear-gradient(96.38deg, #000000 1.06%, #333134 100%);
    border: 7px solid rgba(239, 120, 27, 0.2);
    box-shadow: 0px 0px 20px rgba(239, 120, 27, 0.3);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hpc-btn-primary span {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
}

.hpc-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0px 30px rgba(239, 120, 27, 0.5);
}

.hpc-btn-secondary {
    font-size: 20px;
    color: #000000;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.hpc-btn-secondary:hover {
    opacity: 0.8;
}

.hpc-image-col {
    flex-shrink: 0;
    width: 45%;
}

.hpc-image-col img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    clip-path: path('M43.55,1.01 C18.77,1.01 0.88,20.17 0.88,45.09 L0.88,454.49 C0.88,479.41 18.77,498.57 43.55,498.57 L439.19,498.57 C463.97,498.57 481.86,479.41 481.86,454.49 L481.86,95.53 C481.86,70.61 463.97,51.45 439.19,51.45 L106.31,51.45 C90.83,51.45 77.26,39.06 75.31,23.83 C74.1,14.28 65.57,1.01 43.55,1.01 Z');
    clip-path: none;
}

/* --- Media Queries para Responsividade --- */
@media (max-width: 992px) {
    .hpc-container {
        flex-direction: column;
        text-align: center;
    }
    .hpc-content-col {
        align-items: center;
        max-width: 100%;
    }
    .hpc-image-col {
        width: 80%;
        max-width: 500px;
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .hpc-hero-wrapper {
        padding: 60px 15px;
    }
    .hpc-buttons-group {
        flex-direction: column;
        gap: 25px;
    }
    .hpc-image-col {
        width: 100%;
    }
}



.hpc-hero-wrapper::before {
    content: "";
    width: 332px;
    height: 332px;
    background-color: #EF781B;
    filter: blur(101.05px);
    position: absolute;
    /*left: 809px;*/
    left: 49%;
    /*transform: translateY(-55px);*/
    z-index: -2;
}
body.page-id-114 .hpc-hero-wrapper::before {
    left: 12%;
}
@media (max-width: 750px) {
    .hpc-hero-wrapper::before {display: none;}
}


/* Main Container */
        .scf-features-section {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding: 80px 20px;
            gap: 44px;
            flex-wrap: wrap; /* Permite que as colunas quebrem em telas menores */
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Columns */
        .scf-features-column {
            display: flex;
            flex-direction: column;
            gap: 44px;
            flex: 1; /* Faz as colunas ocuparem espaço igual */
            min-width: 300px; /* Largura mínima antes de quebrar */
            max-width: 612px;
        }

        /* Card styles */
        .scf-feature-card {
            background: #FFFFFF;
            border-radius: 20px;
            box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.05), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
            padding: 30px;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .scf-card-header {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
        }
        
        .scf-icon-wrapper {
            width: 100px;
            height: 100px;
            background: linear-gradient(96.38deg, #000000 1.06%, #333134 100%);
            box-shadow: 4px 12px 25px rgba(180, 180, 180, 0.15);
            border-radius: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .scf-icon-wrapper svg {
            width: 55px;
            height: 55px;
        }

        .scf-card-title {
            font-family: 'Chakra Petch', sans-serif;
            font-size: 32px;
            font-weight: 700;
            line-height: 1.3;
            color: #EF781B; /* Laranja */
            margin: 0;
        }

        /* List styles */
        .scf-feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .scf-feature-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 16px;
            line-height: 1.5;
            color: #333134; /* Dark Charcoal */
        }

        .scf-feature-list li::before {
            content: '';
            flex-shrink: 0;
            width: 8px;
            height: 8px;
            background-color: #EF781B; /* Laranja */
            border-radius: 50%;
            margin-top: 8px; /* Alinhamento vertical com o texto */
        }
        
        /* Ajuste específico para o segundo card da primeira coluna ter uma margem superior */
        .scf-features-column:nth-child(2) {
           padding-top: 70px;
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .scf-features-section {
                flex-direction: column;
                align-items: center;
                gap: 30px;
            }
             .scf-features-column:nth-child(2) {
                padding-top: 0;
             }
        }
        @media (max-width: 576px) {
             .scf-features-section {
                padding: 40px 15px;
             }
            .scf-card-title {
                font-size: 28px;
            }
        }


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%        */

/* Section Container */
.sif-integrations-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    overflow: hidden;
    min-height: 700px;
}

.sif-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 1200px;
    width: 100%;
}

/* Text Content Column */
.sif-text-content {
    flex: 1;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sif-main-title {
    font-family: 'Chakra Petch', sans-serif;
    font-size: clamp(38px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin: 0;
}

.sif-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #333134;
    margin: 0;
    max-width: 411px;
}

.sif-cta-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin: 0;
}

/* Animation Column */
.sif-animation-wrapper {
    position: relative;
    width: 520px;
    height: 520px;
    flex-shrink: 0;
}

/* --- ANIMAÇÕES --- */
@keyframes sif-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* NOVA ANIMAÇÃO DE CONTRA-ROTAÇÃO */
@keyframes sif-counter-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

.sif-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-style: solid;
}

.sif-orbit-outer {
    width: 100%; /* 520px */
    height: 100%; /* 520px */
    margin-top: -260px;
    margin-left: -260px;
    border-width: 2px;
    border-color: #DCE4F0;
    animation: sif-rotate 40s linear infinite;
}

.sif-orbit-inner {
    width: 67%; /* ~350px */
    height: 67%; /* ~350px */
    margin-top: -175px;
    margin-left: -175px;
    border-width: 1px;
    border-color: #DCE4F0;
    animation: sif-rotate 25s linear infinite reverse;
}

.sif-logo {
    position: absolute;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}

.sif-logo-center {
    width: 199px;
    height: 199px;
    top: 50%;
    left: 50%;
    background: linear-gradient(96.38deg, #000000 1.06%, #333134 100%);
    z-index: 2;
}
.sif-logo-center img {
    width: 120px;
}

.sif-logo-orbit {
    width: 131px;
    height: 131px;
    border: 3px solid #DCE4F0;
    z-index: 2;
}
.sif-logo-orbit img {
    max-width: 80px;
    height: auto;
}

/* NOVO WRAPPER E APLICAÇÃO DA ANIMAÇÃO */
.sif-logo-freezer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: sif-counter-rotate 40s linear infinite;
}

/* Positioning orbiting logos */
#sif-logo-zendesk { top: 0; left: 50%; }
#sif-logo-google { top: 50%; left: 100%; }
#sif-logo-api { top: 100%; left: 50%; }
#sif-logo-azure { top: 50%; left: 0; }

.sif-logo-api-text {
    font-family: 'Onest', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #EF781B;
}

.sif-connector-dot {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #DCE4F0;
    border-radius: 50%;
    z-index: 1;
}

/* Positioning connector dots on inner circle */
#sif-dot-1 { top: 8%; left: 15%; }
#sif-dot-2 { top: 20%; left: 89%; }
#sif-dot-3 { top: 80%; left: 9% ; }
#sif-dot-4 { top: 90%; left: 70%; }


/* Responsive adjustments */
@media (max-width: 992px) {
    .sif-container {
        flex-direction: column;
        text-align: center;
        gap: 80px;
    }
    .sif-text-content {
        align-items: center;
    }
}

@media (max-width: 576px) {
    .sif-integrations-section {
        padding: 60px 15px;
    }
    .sif-animation-wrapper {
        transform: scale(0.58);
        margin-top: -60px;
        margin-bottom: -60px;
    }
}
 @media (max-width: 400px) {
    .sif-animation-wrapper {
        transform: scale(0.6);
    }
 }

@media (min-width: 1200px) {
 .sif-animation-wrapper{transform: translateX(-10px);}}




 /*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/


        /* Section Wrapper */
        .mac-cta-section {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 80px 20px;
        }

        /* Main Container with Custom Shape */
        .mac-cta-container {
            position: relative;
            width: 100%;
            max-width: 1200px;
            background: linear-gradient(95.89deg, #EF781B 2.89%, #FF6600 100.54%);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 70px 50px;
            gap: 10px;
            /* Usando clip-path para criar a forma customizada */
            /*clip-path: path('M1468 55.7048V363.314L1435.4 393.214H958.325L915.343 412.557H34.6855L0 378.707V61.7464L58.2598 20.5481H818.249L851.535 0H1399.34L1468 55.7048Z');*/
            background-image: url(../images/frame394.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            /*z-index: -2;*/
        }
        @media (max-width: 1150px) {
            .mac-cta-container {background-size: cover; }
        }

        /* Tag */
        .mac-cta-tag {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 15px;
            background: #FFFFFF;
            border-radius: 10px;
            color: #000000;
            font-size: 16px;
            font-weight: 600;
        }
        
        .mac-cta-tag svg {
            width: 15px;
            height: 15px;
        }

        /* Title */
        .mac-cta-title {
            font-family: 'Chakra Petch', sans-serif;
            font-size: clamp(36px, 5vw, 54px); /* Responsive font size */
            font-weight: 700;
            line-height: 1.1;
            color: #FFFFFF;
            text-align: center;
            letter-spacing: -0.03em;
            margin: 0;
        }
        
        /* Underline effect */
        .mac-title-highlight {
            position: relative;
            display: inline-block;
            z-index: 2;
        }
        .mac-title-highlight::after {
            content: '';
            position: absolute;
            bottom: 8px; /* Ajuste a posição vertical */
            left: 0;
            right: 0;
            height: 12px; /* Espessura do sublinhado */
            background-color: #000000;
            z-index: -1;
            border-radius: 5px;
        }

        /* Subtitle */
        .mac-cta-subtitle {
            font-size: clamp(18px, 3vw, 24px);
            font-weight: 400;
            line-height: 1.3;
            color: #000000;
            text-align: center;
            letter-spacing: -0.02em;
            margin: 0;
            max-width: 800px;
        }

        /* Button */
        .mac-cta-button {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 12px 24px;
            gap: 12px;
            background: linear-gradient(96.38deg, #000000 1.06%, #333134 100%);
            border-radius: 10px;
            text-decoration: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-top: 15px;
            box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.1);
        }

        .mac-cta-button span {
            font-size: 20px;
            font-weight: 700;
            color: #FFFFFF;
        }
        
        .mac-cta-button svg {
            width: 24px;
            height: 24px;
        }

        .mac-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0px 15px 20px -4px rgba(0, 0, 0, 0.2);
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .mac-cta-section {
                padding: 40px 10px;
            }
            .mac-cta-container {
                padding: 50px 25px;
                gap: 20px;
            }
            .mac-title-highlight::after {
                height: 8px;
                bottom: 5px;
            }
        }



/*WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW        */


/* Section Wrapper */
        .iaf-section-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 80px 20px;
            gap: 50px;
        }

        .iaf-main-title {
            font-family: 'Chakra Petch', sans-serif;
            font-size: clamp(38px, 5vw, 64px);
            font-weight: 700;
            line-height: 1.1;
            text-align: center;
            letter-spacing: -0.03em;
            color: #000000;
            max-width: 1200px;
        }

        .iaf-main-container {
            display: flex;
            align-items: center;
            gap: 35px;
            width: 100%;
            max-width: 1200px; /* Limite do container principal */
        }

        /* Left Column - Features List */
        .iaf-features-list {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 15px;
            max-width: 520px;
        }

        .iaf-feature-item {
            display: flex;
            align-items: center;
            padding: 5px 15px;
            gap: 25px;
            border-radius: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            background-color: #F1F1F1; /* Cor inativa */
            box-shadow: none;
        }

        .iaf-feature-item.iaf-active {
            background-color: #FFFFFF; /* Cor ativa */
            box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
            padding: 15px;
        }

        .iaf-icon-wrapper {
            flex-shrink: 0;
            width: 70px;
            height: 70px;
            background: linear-gradient(96.38deg, #000000 1.06%, #333134 100%);
            box-shadow: 4px 12px 25px rgba(180, 180, 180, 0.15);
            border-radius: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .iaf-icon-wrapper svg {
            width: 38px;
            height: 38px;
            color: #EF781B;
        }
        
        /* Controla a exibição dos ícones */
        .iaf-icon-right { display: block; }
        .iaf-icon-down { display: none; }
        .iaf-active .iaf-icon-right { display: none; }
        .iaf-active .iaf-icon-down { display: block; }

        .iaf-text-content {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .iaf-feature-title {
            font-family: 'Chakra Petch', sans-serif;
            font-weight: 700;
            font-size: 24px;
            line-height: 1.2;
            color: #EF781B;
        }

        .iaf-feature-description {
            font-size: 16px;
            line-height: 1.3;
            color: #000000;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
            margin-bottom: 0;
        }

        .iaf-active .iaf-feature-description {
            max-height: 100px; /* Altura suficiente para o texto */
            opacity: 1;
            margin-top: 4px;
        }

        /* Right Column - Image */
        .iaf-image-wrapper {
            flex: 1.3; /* Faz a imagem ocupar um pouco mais de espaço */
            max-width: 600px;
        }

        .iaf-image-wrapper img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 20px;
            object-fit: cover;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .iaf-main-container {
                flex-direction: column;
            }
            .iaf-features-list {
                width: 100%;
                max-width: 100%;
                order: 2; /* Lista aparece depois da imagem */
            }
            .iaf-image-wrapper {
                width: 100%;
                max-width: 500px;
                order: 1; /* Imagem aparece primeiro */
            }
        }




@media (max-width: 700px) {
    .scf-features-column {
        min-width: 80vw; /* Largura mínima antes de quebrar */ 
        max-width: 100%;
    }
}