.elementor-14256 .elementor-element.elementor-element-f118637{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d5fc39a */.fc-pentest-wrap{
    position:relative;
    padding:70px 20px;
    color:#fff;
    background:transparent;
}

.fc-pentest-container{
    max-width:1240px;
    margin:0 auto;
}

/* HERO */
.fc-pentest-hero{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap:34px;
    align-items:center;
    padding:42px;
    border-radius:30px;
    overflow:hidden;
    background:
        radial-gradient(circle at top left, rgba(0, 184, 148, 0.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(0, 140, 255, 0.18), transparent 32%),
        linear-gradient(135deg, #08111f 0%, #0b1424 55%, #0a1620 100%);
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 25px 70px rgba(0,0,0,0.22);
}

.fc-pentest-badge,
.fc-pentest-kicker{
    display:inline-flex;
    align-items:center;
    font-size:12px;
    font-weight:700;
    letter-spacing:.15em;
    text-transform:uppercase;
    color:#6df5c9;
    margin-bottom:16px;
}

.fc-pentest-hero-content h1{
    margin:0 0 18px;
    font-size:clamp(38px, 5vw, 66px);
    line-height:1.02;
    font-weight:800;
    letter-spacing:-0.04em;
    max-width:720px;
}

.fc-pentest-hero-content h1 span{
    display:block;
    color:#6df5c9;
}

.fc-pentest-subtitle{
    margin:0 0 26px;
    max-width:680px;
    font-size:18px;
    line-height:1.8;
    color:rgba(255,255,255,0.80);
}

.fc-pentest-hero-actions,
.fc-pentest-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:26px;
}

.fc-pentest-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:14px 22px;
    border-radius:16px;
    font-size:15px;
    font-weight:700;
    text-decoration:none !important;
    transition:.25s ease;
    border:1px solid transparent;
}

.fc-pentest-btn-primary{
    color:#07111c !important;
    background:linear-gradient(135deg, #00d084 0%, #5af3cf 100%);
    box-shadow:0 16px 38px rgba(0, 208, 132, 0.25);
}

.fc-pentest-btn-primary:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 48px rgba(0, 208, 132, 0.32);
}

.fc-pentest-btn-secondary{
    color:#fff;
    background:rgba(255,255,255,0.04);
    border-color:rgba(255,255,255,0.12);
    backdrop-filter:blur(10px);
}

.fc-pentest-btn-secondary:hover{
    transform:translateY(-2px);
    border-color:rgba(109,245,201,0.40);
    background:rgba(255,255,255,0.08);
}

.fc-pentest-mini-infos{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:14px;
}

.fc-pentest-mini-card{
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(10px);
}

.fc-pentest-mini-card strong{
    display:block;
    margin-bottom:6px;
    font-size:15px;
    color:#fff;
}

.fc-pentest-mini-card span{
    display:block;
    font-size:13px;
    line-height:1.6;
    color:rgba(255,255,255,0.68);
}

/* HERO VISUAL */
.fc-pentest-hero-visual{
    position:relative;
}

.fc-pentest-photo-card{
    position:relative;
    overflow:hidden;
    min-height:560px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,0.10);
    box-shadow:0 25px 65px rgba(0,0,0,0.28);
    background:#0b1220;
}

.fc-pentest-photo-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.fc-pentest-photo-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(to top, rgba(4,9,18,0.92) 0%, rgba(4,9,18,0.25) 48%, rgba(4,9,18,0.10) 100%);
}

.fc-pentest-photo-overlay{
    position:absolute;
    left:24px;
    right:24px;
    bottom:80px;
    z-index:2;
}

.fc-pentest-overlay-badge{
    display:inline-flex;
    margin-bottom:14px;
    padding:8px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#6df5c9;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.10);
    backdrop-filter:blur(8px);
}

.fc-pentest-photo-overlay h3{
    margin:0;
    font-size:28px;
    line-height:1.2;
    font-weight:800;
    color:#fff;
    max-width:420px;
}

.fc-pentest-floating-box{
    position:absolute;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(8,18,31,0.82);
    border:1px solid rgba(255,255,255,0.10);
    backdrop-filter:blur(10px);
    box-shadow:0 18px 45px rgba(0,0,0,0.24);
    z-index:3;
    max-width:220px;
}

.fc-pentest-floating-box span{
    display:block;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.10em;
    color:#6df5c9;
    margin-bottom:6px;
    font-weight:700;
}

.fc-pentest-floating-box strong{
    display:block;
    font-size:15px;
    line-height:1.45;
    color:#fff;
}

.fc-pentest-floating-box-1{
    top:26px;
    left:-18px;
}

.fc-pentest-floating-box-2{
    right:-18px;
    bottom:32px;
}

/* STRIP */
.fc-pentest-strip{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;
    margin:24px 0 74px;
}

.fc-pentest-strip-item{
    padding:22px;
    border-radius:22px;
    background:
        linear-gradient(135deg, rgba(0,184,148,0.08) 0%, rgba(0,140,255,0.07) 100%),
        #0b1220;
    border:1px solid rgba(255,255,255,0.08);
}

.fc-pentest-strip-item strong{
    display:block;
    margin-bottom:8px;
    font-size:18px;
    color:#fff;
}

.fc-pentest-strip-item span{
    display:block;
    color:rgba(255,255,255,0.72);
    line-height:1.7;
    font-size:14px;
}

/* SECTIONS */
.fc-pentest-section{
    margin-bottom:78px;
}

.fc-pentest-heading{
    max-width:860px;
    margin-bottom:30px;
}

.fc-pentest-heading h2{
    margin:0 0 14px;
    font-size:clamp(28px, 4vw, 46px);
    line-height:1.12;
    font-weight:800;
    letter-spacing:-0.03em;
    color:#fff;
}

.fc-pentest-heading p{
    margin:0;
    font-size:17px;
    line-height:1.8;
    color:rgba(255,255,255,0.78);
}

/* CARDS */
.fc-pentest-grid{
    display:grid;
    gap:22px;
}

.fc-pentest-grid-3{
    grid-template-columns:repeat(3, minmax(0, 1fr));
}

.fc-pentest-grid-2{
    grid-template-columns:repeat(2, minmax(0, 1fr));
}

.fc-pentest-card,
.fc-pentest-service-card,
.fc-pentest-step{
    padding:28px;
    border-radius:24px;
    background:#0b1220;
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 14px 40px rgba(0,0,0,0.14);
}

.fc-pentest-card-number{
    width:52px;
    height:52px;
    margin-bottom:18px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    color:#6df5c9;
    background:linear-gradient(135deg, rgba(0,208,132,0.14), rgba(0,140,255,0.14));
    border:1px solid rgba(109,245,201,0.18);
}

.fc-pentest-card h3,
.fc-pentest-service-card h3,
.fc-pentest-step h3{
    margin:0 0 12px;
    font-size:22px;
    line-height:1.24;
    color:#fff;
}

.fc-pentest-card p,
.fc-pentest-service-card p,
.fc-pentest-step p{
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:rgba(255,255,255,0.75);
}

.fc-pentest-service-card ul{
    margin:18px 0 0;
    padding-left:18px;
}

.fc-pentest-service-card ul li{
    margin-bottom:10px;
    line-height:1.7;
    color:rgba(255,255,255,0.78);
}

/* DIFFERENTIAL */
.fc-pentest-differential{
    display:grid;
    grid-template-columns:minmax(0, 1.08fr) minmax(280px, 0.92fr);
    gap:24px;
    padding:34px;
    border-radius:28px;
    background:
        radial-gradient(circle at top left, rgba(0,184,148,0.10), transparent 28%),
        radial-gradient(circle at bottom right, rgba(0,140,255,0.10), transparent 30%),
        #0b1220;
    border:1px solid rgba(255,255,255,0.08);
}

.fc-pentest-differential-content h2{
    margin:0 0 14px;
    font-size:clamp(28px, 4vw, 42px);
    line-height:1.14;
    font-weight:800;
    color:#fff;
}

.fc-pentest-differential-content p{
    margin:0;
    font-size:16px;
    line-height:1.85;
    color:rgba(255,255,255,0.78);
}

.fc-pentest-differential-list{
    display:grid;
    gap:14px;
}

.fc-pentest-diff-item{
    padding:18px 20px;
    border-radius:20px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);
}

.fc-pentest-diff-item strong{
    display:block;
    margin-bottom:6px;
    font-size:16px;
    color:#fff;
}

.fc-pentest-diff-item span{
    display:block;
    font-size:14px;
    line-height:1.7;
    color:rgba(255,255,255,0.72);
}

/* STEPS */
.fc-pentest-steps{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:20px;
}

.fc-pentest-step span{
    width:46px;
    height:46px;
    margin-bottom:18px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    color:#07111c;
    background:linear-gradient(135deg, #00d084 0%, #6df5c9 100%);
}

/* CTA */
.fc-pentest-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:34px;
    border-radius:28px;
    background:
        radial-gradient(circle at left top, rgba(0,184,148,0.14), transparent 26%),
        radial-gradient(circle at right bottom, rgba(0,140,255,0.14), transparent 28%),
        #0b1220;
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 20px 55px rgba(0,0,0,0.16);
}

.fc-pentest-cta-content{
    max-width:760px;
}

.fc-pentest-cta-content h2{
    margin:0 0 10px;
    font-size:clamp(28px, 4vw, 42px);
    line-height:1.1;
    font-weight:800;
    color:#fff;
}

.fc-pentest-cta-content p{
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:rgba(255,255,255,0.78);
}

/* RESPONSIVO */
@media (max-width: 1100px){
    .fc-pentest-hero,
    .fc-pentest-differential,
    .fc-pentest-cta{
        display:grid;
        grid-template-columns:1fr;
    }

    .fc-pentest-grid-3,
    .fc-pentest-grid-2,
    .fc-pentest-mini-infos,
    .fc-pentest-strip,
    .fc-pentest-steps{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .fc-pentest-hero{
        padding:32px;
        gap:28px;
    }

    .fc-pentest-photo-card{
        min-height:460px;
    }

    .fc-pentest-floating-box-1{
        left:18px;
        top:18px;
    }

    .fc-pentest-floating-box-2{
        right:18px;
        bottom:18px;
    }
}

@media (max-width: 767px){
    .fc-pentest-wrap{
        padding:42px 12px;
    }

    .fc-pentest-container{
        max-width:100%;
    }

    .fc-pentest-hero{
        grid-template-columns:1fr;
        padding:20px;
        gap:22px;
        border-radius:22px;
    }

    .fc-pentest-badge,
    .fc-pentest-kicker{
        font-size:11px;
        letter-spacing:.12em;
        margin-bottom:12px;
    }

    .fc-pentest-hero-content h1{
        margin:0 0 14px;
        font-size:30px;
        line-height:1.05;
        max-width:100%;
    }

    .fc-pentest-subtitle{
        margin:0 0 20px;
        max-width:100%;
        font-size:15px;
        line-height:1.7;
    }

    .fc-pentest-hero-actions,
    .fc-pentest-cta-actions{
        flex-direction:column;
        gap:12px;
        margin-bottom:20px;
    }

    .fc-pentest-btn{
        width:100%;
        min-height:52px;
        padding:14px 18px;
        border-radius:14px;
        font-size:14px;
    }

    .fc-pentest-mini-infos,
    .fc-pentest-strip,
    .fc-pentest-grid-3,
    .fc-pentest-grid-2,
    .fc-pentest-steps{
        grid-template-columns:1fr;
        gap:16px;
    }

    .fc-pentest-mini-card,
    .fc-pentest-strip-item,
    .fc-pentest-card,
    .fc-pentest-service-card,
    .fc-pentest-step,
    .fc-pentest-diff-item{
        padding:18px;
        border-radius:18px;
    }

    .fc-pentest-hero-visual{
        display:flex;
        flex-direction:column;
        gap:12px;
    }

    .fc-pentest-photo-card{
        min-height:340px;
        border-radius:20px;
    }

    .fc-pentest-photo-card img{
        object-position:center;
    }

    .fc-pentest-photo-overlay{
        left:16px;
        right:16px;
        bottom:16px;
    }

    .fc-pentest-overlay-badge{
        margin-bottom:10px;
        padding:7px 10px;
        font-size:10px;
    }

    .fc-pentest-photo-overlay h3{
        font-size:20px;
        line-height:1.22;
        max-width:100%;
    }

    .fc-pentest-floating-box{
        position:static;
        max-width:none;
        width:100%;
        margin:0;
        padding:14px 16px;
        border-radius:16px;
    }

    .fc-pentest-floating-box-1,
    .fc-pentest-floating-box-2{
        top:auto;
        right:auto;
        bottom:auto;
        left:auto;
    }

    .fc-pentest-strip{
        margin:20px 0 52px;
    }

    .fc-pentest-strip-item strong{
        font-size:17px;
    }

    .fc-pentest-section{
        margin-bottom:52px;
    }

    .fc-pentest-heading{
        margin-bottom:22px;
    }

    .fc-pentest-heading h2,
    .fc-pentest-differential-content h2,
    .fc-pentest-cta-content h2{
        font-size:28px;
        line-height:1.12;
    }

    .fc-pentest-heading p,
    .fc-pentest-differential-content p,
    .fc-pentest-cta-content p{
        font-size:15px;
        line-height:1.7;
    }

    .fc-pentest-card h3,
    .fc-pentest-service-card h3,
    .fc-pentest-step h3{
        font-size:20px;
        margin:0 0 10px;
    }

    .fc-pentest-card p,
    .fc-pentest-service-card p,
    .fc-pentest-step p{
        font-size:14px;
        line-height:1.7;
    }

    .fc-pentest-card-number{
        width:46px;
        height:46px;
        margin-bottom:14px;
        border-radius:14px;
        font-size:14px;
    }

    .fc-pentest-service-card ul{
        margin:14px 0 0;
        padding-left:16px;
    }

    .fc-pentest-service-card ul li{
        margin-bottom:8px;
        font-size:14px;
        line-height:1.6;
    }

    .fc-pentest-differential,
    .fc-pentest-cta{
        display:grid;
        grid-template-columns:1fr;
        padding:22px;
        gap:18px;
        border-radius:22px;
    }

    .fc-pentest-cta-content{
        max-width:100%;
    }

    .fc-pentest-step span{
        width:42px;
        height:42px;
        margin-bottom:14px;
        border-radius:12px;
        font-size:14px;
    }
}

@media (max-width: 480px){
    .fc-pentest-wrap{
        padding:36px 10px;
    }

    .fc-pentest-hero{
        padding:16px;
        border-radius:18px;
    }

    .fc-pentest-hero-content h1{
        font-size:26px;
    }

    .fc-pentest-subtitle{
        font-size:14px;
    }

    .fc-pentest-photo-card{
        min-height:280px;
        border-radius:18px;
    }

    .fc-pentest-photo-overlay{
        left:14px;
        right:14px;
        bottom:14px;
    }

    .fc-pentest-photo-overlay h3{
        font-size:18px;
    }

    .fc-pentest-heading h2,
    .fc-pentest-differential-content h2,
    .fc-pentest-cta-content h2{
        font-size:24px;
    }

    .fc-pentest-mini-card,
    .fc-pentest-strip-item,
    .fc-pentest-card,
    .fc-pentest-service-card,
    .fc-pentest-step,
    .fc-pentest-differential,
    .fc-pentest-cta{
        padding:16px;
        border-radius:16px;
    }
}/* End custom CSS */