/* =====================================================
   ZAUFALI NAM — LOGOTYPY KLIKALNE / 4 W RZĘDZIE
   ===================================================== */

:root{
    --trusted-navy:#07152f;
    --trusted-blue:#2f73ff;
    --trusted-text:#0e1a33;
    --trusted-muted:#66748a;
    --trusted-line:#dfe7f1;
    --trusted-bg:#f5f8fc;
}

.trusted-page{
    overflow:hidden;
    color:var(--trusted-text);
    background:var(--trusted-bg);
}

.trusted-page .container{
    width:min(1440px,calc(100% - 56px));
    max-width:none;
    margin-inline:auto;
}

.trusted-kicker{
    margin:0 0 16px;
    color:#82adff;
    font-size:11px;
    font-weight:800;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.trusted-kicker--dark{
    color:var(--trusted-blue);
}

/* HERO */

.trusted-hero{
    position:relative;
    overflow:hidden;
    padding:104px 0 96px;
    color:#fff;
    background:
        radial-gradient(circle at 84% 18%,rgba(75,133,255,.25),transparent 28%),
        linear-gradient(135deg,#061027 0%,#0a1b3d 58%,#17417f 100%);
}

.trusted-hero::before{
    position:absolute;
    top:-280px;
    right:-140px;
    width:680px;
    height:680px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:50%;
    content:"";
}

.trusted-hero::after{
    position:absolute;
    right:10%;
    bottom:-200px;
    width:440px;
    height:440px;
    border:1px solid rgba(255,255,255,.05);
    border-radius:50%;
    content:"";
}

.trusted-hero__grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(350px,.55fr);
    gap:86px;
    align-items:end;
}

.trusted-hero__content{
    max-width:920px;
}

.trusted-hero h1{
    max-width:920px;
    margin:0;
    font-size:clamp(54px,5.5vw,88px);
    line-height:.96;
    letter-spacing:-.06em;
}

.trusted-hero h1 span{
    display:block;
    color:#67a0ff;
}

.trusted-hero__lead{
    max-width:700px;
    margin:28px 0 0;
    color:rgba(255,255,255,.7);
    font-size:17px;
    line-height:1.75;
}

.trusted-hero__panel{
    display:grid;
    gap:1px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    border-radius:22px;
    background:rgba(255,255,255,.1);
    box-shadow:0 24px 60px rgba(0,0,0,.16);
    backdrop-filter:blur(16px);
}

.trusted-hero__panel div{
    padding:24px 28px;
    background:rgba(7,21,47,.72);
}

.trusted-hero__panel strong{
    display:block;
    font-size:30px;
    line-height:1;
}

.trusted-hero__panel span{
    display:block;
    margin-top:8px;
    color:rgba(255,255,255,.58);
    font-size:12px;
}

/* INTRO */

.trusted-intro{
    padding:72px 0 42px;
    background:#fff;
}

.trusted-intro__grid{
    display:grid;
    grid-template-columns:1fr .8fr;
    gap:70px;
    align-items:end;
}

.trusted-intro h2{
    margin:0;
    font-size:clamp(42px,4vw,66px);
    line-height:1;
    letter-spacing:-.05em;
}

.trusted-intro__grid > p{
    max-width:620px;
    margin:0 0 5px auto;
    color:var(--trusted-muted);
    font-size:16px;
    line-height:1.75;
}

/* LOGOTYPY */

.trusted-logos{
    padding:26px 0 100px;
    background:#fff;
}

.trusted-logos__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}

.trusted-logo-card{
    position:relative;
    display:flex;
    min-height:230px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:30px 24px;
    overflow:hidden;
    border:1px solid var(--trusted-line);
    border-radius:20px;
    color:var(--trusted-text);
    background:
        linear-gradient(180deg,#fff 0%,#fbfdff 100%);
    box-shadow:0 16px 38px rgba(15,23,42,.055);
    text-align:center;
    text-decoration:none;
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.trusted-logo-card::before{
    position:absolute;
    top:0;
    right:0;
    left:0;
    height:3px;
    background:linear-gradient(90deg,#1f63ec,#77a8ff);
    content:"";
    opacity:0;
    transition:opacity .25s ease;
}

.trusted-logo-card:hover{
    transform:translateY(-7px);
    border-color:#cbd9eb;
    box-shadow:0 26px 56px rgba(15,23,42,.10);
}

.trusted-logo-card:hover::before{
    opacity:1;
}

.trusted-logo-card__mark{
    display:grid;
    width:64px;
    height:64px;
    place-items:center;
    margin-bottom:22px;
    border-radius:18px;
    color:#fff;
    font-size:25px;
    font-weight:900;
    letter-spacing:-.04em;
    box-shadow:0 14px 28px rgba(15,23,42,.14);
    filter:grayscale(1);
    opacity:.82;
    transition:
        transform .25s ease,
        filter .25s ease,
        opacity .25s ease;
}

.trusted-logo-card:hover .trusted-logo-card__mark{
    transform:scale(1.06);
    filter:grayscale(0);
    opacity:1;
}

.trusted-logo-card__mark--nova{background:linear-gradient(135deg,#1769e0,#63a4ff)}
.trusted-logo-card__mark--aureon{background:linear-gradient(135deg,#9a6a2f,#d7aa63)}
.trusted-logo-card__mark--vertex{background:linear-gradient(135deg,#0a6d66,#37b5aa)}
.trusted-logo-card__mark--lumen{background:linear-gradient(135deg,#7c3aed,#b794f6)}
.trusted-logo-card__mark--cortex{background:linear-gradient(135deg,#1f2937,#64748b)}
.trusted-logo-card__mark--orbital{background:linear-gradient(135deg,#d9485f,#ff8c9b)}
.trusted-logo-card__mark--horizon{background:linear-gradient(135deg,#ef7d00,#ffb454)}
.trusted-logo-card__mark--alta{background:linear-gradient(135deg,#0f4c81,#4a90d9)}

.trusted-logo-card__wordmark{
    font-size:24px;
    font-weight:900;
    letter-spacing:.08em;
}

.trusted-logo-card__meta{
    margin-top:8px;
    color:#7a879a;
    font-size:10px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.trusted-logo-card__arrow{
    position:absolute;
    top:18px;
    right:18px;
    display:grid;
    width:34px;
    height:34px;
    place-items:center;
    border:1px solid #e1e8f1;
    border-radius:50%;
    color:#8b98ab;
    background:#fff;
    font-size:14px;
    transition:
        color .2s ease,
        border-color .2s ease,
        background .2s ease;
}

.trusted-logo-card:hover .trusted-logo-card__arrow{
    color:#fff;
    border-color:var(--trusted-blue);
    background:var(--trusted-blue);
}

/* STANDARD WSPÓŁPRACY */

.trusted-proof{
    padding:94px 0;
    color:#fff;
    background:
        radial-gradient(circle at 90% 16%,rgba(58,118,255,.18),transparent 24%),
        var(--trusted-navy);
}

.trusted-proof__grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(600px,1.1fr);
    gap:90px;
    align-items:center;
}

.trusted-proof h2{
    max-width:720px;
    margin:0;
    font-size:clamp(46px,4.5vw,72px);
    line-height:.98;
    letter-spacing:-.055em;
}

.trusted-proof__items{
    display:grid;
    gap:1px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    background:rgba(255,255,255,.08);
}

.trusted-proof__items article{
    display:grid;
    grid-template-columns:50px 190px 1fr;
    gap:20px;
    padding:30px;
    background:#0b1a38;
}

.trusted-proof__items span{
    color:#6fa2ff;
    font-size:11px;
    font-weight:800;
}

.trusted-proof__items h3{
    margin:0;
    font-size:18px;
}

.trusted-proof__items p{
    margin:0;
    color:rgba(255,255,255,.58);
    font-size:13px;
    line-height:1.6;
}

/* CTA */

.trusted-cta{
    padding:84px 0 96px;
    background:#fff;
}

.trusted-cta__box{
    display:grid;
    grid-template-columns:1fr auto;
    gap:44px;
    align-items:center;
    padding:54px 58px;
    border-radius:26px;
    color:#fff;
    background:
        radial-gradient(circle at 86% 18%,rgba(91,151,255,.28),transparent 25%),
        linear-gradient(135deg,#08152f,#16417f);
    box-shadow:0 28px 70px rgba(8,21,47,.18);
}

.trusted-cta h2{
    max-width:800px;
    margin:0 0 14px;
    font-size:clamp(38px,4vw,62px);
    line-height:1;
    letter-spacing:-.05em;
}

.trusted-cta__box p:last-child{
    margin:0;
    color:rgba(255,255,255,.66);
    font-size:15px;
}

/* RESPONSIVE */

@media (max-width:1200px){
    .trusted-page .container{
        width:min(100% - 40px,1120px);
    }

    .trusted-hero__grid,
    .trusted-proof__grid{
        grid-template-columns:1fr;
        gap:44px;
    }

    .trusted-hero__panel{
        grid-template-columns:repeat(3,1fr);
    }

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

@media (max-width:900px){
    .trusted-page .container{
        width:min(100% - 28px,840px);
    }

    .trusted-intro__grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .trusted-intro__grid > p{
        margin:0;
    }

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

    .trusted-proof__items article{
        grid-template-columns:40px 1fr;
    }

    .trusted-proof__items p{
        grid-column:2;
    }

    .trusted-cta__box{
        grid-template-columns:1fr;
        padding:40px 30px;
    }
}

@media (max-width:620px){
    .trusted-page .container{
        width:min(100% - 20px,560px);
    }

    .trusted-hero{
        padding:72px 0 66px;
    }

    .trusted-hero h1{
        font-size:clamp(44px,13vw,60px);
    }

    .trusted-hero__lead{
        font-size:16px;
    }

    .trusted-hero__panel{
        grid-template-columns:1fr;
    }

    .trusted-intro{
        padding:56px 0 34px;
    }

    .trusted-logos{
        padding-bottom:66px;
    }

    .trusted-logos__grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .trusted-logo-card{
        min-height:200px;
    }

    .trusted-proof{
        padding:68px 0;
    }

    .trusted-proof h2{
        font-size:clamp(40px,12vw,56px);
    }

    .trusted-cta{
        padding:62px 0 72px;
    }
}

@media (prefers-reduced-motion:reduce){
    .trusted-logo-card,
    .trusted-logo-card__mark{
        transition:none;
    }

    .trusted-logo-card:hover{
        transform:none;
    }
}