.stone-flow-section {
    padding: 100px 20px;
    background: #ffffff;
}

.stone-flow-section .container {
    max-width: 1280px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 70px;
}

.section-badge {
    display: inline-block;
    background: rgba(0, 204, 102, 0.1);
    color: #00A84F;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.section-header h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #1B2A41;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-header p {
    font-size: 18px;
    line-height: 1.7;
    color: #667085;
}

/*
.flow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.flow-item {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 32px 28px;
    width: 260px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);

    min-height: 350px;
}
*/

.flow-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.flow-item {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 32px 28px;

    flex: 1 1 220px;
    max-width: 260px;
    min-width: 220px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);

    min-height: 350px;
}

.flow-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.flow-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 20px;
    background: rgba(0, 204, 102, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-icon i {
    font-size: 30px;
    color: #00A84F;
}

.flow-item h3 {
    font-size: 22px;
    line-height: 1.3;
    color: #1B2A41;
    margin-bottom: 14px;
    font-weight: 700;
}

.flow-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #667085;
}

.flow-arrow {
    color: #00A84F;
    font-size: 28px;
	
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
    align-self: center;

    flex-shrink: 0;
}
.flow-arrow-azul {
    color: dodgerblue;
    font-size: 28px;
	
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
    align-self: center;

    flex-shrink: 0;

    color: dodgerblue;
    font-size: 28px;
	
}
.flow-arrow-verde {
    color: #00C851;
    font-size: 28px;
	
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
    align-self: center;

    flex-shrink: 0;
}

.flow-footer {
    text-align: center;
    margin-top: 60px;
}

.flow-footer p {
    font-size: 20px;
    color: #1B2A41;
    font-weight: 600;
}

@media (max-width: 1100px) {

    .flow-wrapper {
        flex-direction: column;
    }

    .flow-arrow {
        transform: rotate(90deg);
    }

}

@media (max-width: 768px) {

    .stone-flow-section {
        padding: 80px 20px;
    }

    .section-header h2 {
        font-size: 34px;
    }

    .section-header p {
        font-size: 17px;
    }

    .flow-item {
        width: 100%;
        max-width: 360px;
    }

}


























/* =========================================
   BENEFÍCIOS - SPLIT LAYOUT
========================================= */

.benefits-split .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.benefits-wrapper {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

/* =========================================
   Conteúdo esquerdo
========================================= */

.benefits-content {
    flex: 1;
}

.benefits-label {
    display: inline-block;

    margin-bottom: 24px;

    font-size: 0.95rem;
    font-weight: 600;

    color: #16a34a;

    background: #f0fdf4;

    padding: 8px 16px;
    border-radius: 999px;
}

.benefits-content h2 {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;

    color: #0f172a;

    margin-bottom: 24px;
}

.benefits-content > p {
    font-size: 1.1rem;
    line-height: 1.9;

    color: #64748b;

    margin-bottom: 42px;

    max-width: 580px;
}

/* =========================================
   Lista de benefícios
========================================= */

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.benefit-check {
    min-width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #f0fdf4;
    color: #16a34a;

    font-weight: 700;
    font-size: 1rem;
}

.benefit-text h3 {
    font-size: 1.15rem;
    font-weight: 700;

    color: #0f172a;

    margin-bottom: 8px;
}

.benefit-text span {
    color: #64748b;

    line-height: 1.8;
    font-size: 1rem;
}

/* =========================================
   Lado direito
========================================= */

.benefits-image {
    flex: 1;

    display: flex;
    justify-content: center;
}


/* =========================================
   Floating Cards
========================================= */

.floating-card {
    position: absolute;

    background: #ffffff;

    border: 1px solid #e2e8f0;
    border-radius: 18px;

    padding: 14px 18px;

    font-size: 0.95rem;
    font-weight: 600;

    color: #0f172a;

    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.08);
}

.card-1 {
    top: 40px;
    left: -30px;
}

.card-2 {
    bottom: 40px;
    right: 50px;
}


.icon-wrapper-benefits {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px;
  border-radius: 12px;
  background-color: rgba(13, 110, 253, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0px;
}
.icon-benefits {
  width: 36px;
  height: 36px;
  stroke-width: 1.6;
}


/* =========================================
   Responsivo
========================================= */

@media (max-width: 1024px) {

    .benefits-split .container {
        flex-direction: column;
        gap: 60px;
    }

    .benefits-content {
        text-align: center;
    }

    .benefits-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .benefit-item {
        text-align: left;
    }

}

@media (max-width: 768px) {

    .benefits-split {
        padding: 80px 0;
    }

    .benefits-content h2 {
        font-size: 2.2rem;
    }

    .floating-card {
        display: none;
    }

}





.image-wrapper-tef-segmentos {
    position: relative;
}

.image-wrapper-tef-segmentos img {
    width: 100%;
    max-width: 560px;

    border-radius: 20%;
}


.image-wrapper-tef-cta-final {
    position: relative;
}

.image-wrapper-tef-cta-final img {
    width: 100%;
    max-width: 560px;

    border-radius: 26px;
}


.video-demo {
	border-radius: 24px;
	overflow: hidden;
	box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.08),
        0 25px 60px rgba(15, 23, 42, 0.12);
}








.stone-cta-buttons{
    display:flex;
    gap:24px;

    margin-top:42px;

    align-items:stretch;

    flex-wrap:wrap;
}

.stone-cta-button{
    flex:1;

    /*min-width:320px;*/

    background:#ffffff;

    border:1px solid #dbe2ea;

    border-radius:26px;

    padding:32px;

    text-decoration:none;

    transition:all .25s ease;

    box-shadow:
        0 6px 24px rgba(15,23,42,.04);

    display:flex;

    flex-direction:column;

    justify-content:space-between;
}

.stone-cta-button:hover{
    transform:translateY(-5px);

    box-shadow:
        0 16px 40px rgba(15,23,42,.08);

    border-color:#c7d2df;
}

.stone-cta-button.primary{
    background:
        linear-gradient(
            180deg,
            rgba(34,197,94,.08) 0%,
            rgba(34,197,94,.02) 100%
        );

    border:1px solid rgba(34,197,94,.28);
}

.stone-mini-badge{
    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#22c55e;

    color:#fff;

    font-size:13px;

    font-weight:600;

    padding:8px 14px;

    border-radius:999px;
}

.stone-mini-badge.outline{
    background:#eef2f7;

    color:#23344d;
}

.stone-cta-button h3{
    font-size:28px;

    line-height:1.2;

    color:#142b4d;

    margin-top:24px;

    margin-bottom:18px;

    font-weight:700;
}

.stone-cta-button h1{
    font-size:24px;

    line-height:1.2;

    color:#142b4d;

    margin-top:24px;

    margin-bottom:18px;

    font-weight:700;
}

.stone-cta-button p{
    font-size:17px;

    line-height:1.7;

    color:#5b6b81;

    margin-bottom:32px;
}

.stone-cta-action{
    display:flex;

    align-items:center;

    gap:10px;

    font-size:16px;

    font-weight:700;

    color:#16a34a;
}

.stone-cta-action i{
    transition:transform .2s ease;
}

.stone-cta-button:hover i{
    transform:translateX(5px);
}

@media(max-width:900px){

    .stone-cta-buttons{
        flex-direction:column;
    }

    .stone-cta-button{
        min-width:100%;
    }

}







.stone-badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 14px;

    background: #e8f7ee;
    color: #16a34a;

    border: 1px solid #ccebd7;

    border-radius: 999px;

    font-size: 14px;
    font-weight: 600;

    margin-bottom: 18px;
}

.stone-badge .lucide{
    width: 16px;
    height: 16px;
}