/* =====================================================
   DIGITAL PRO — OFERTA: STRONY INTERNETOWE
   Biznesowy, elegancki i lekki layout
   ===================================================== */

.web-hero{
    position:relative;
    overflow:hidden;
    padding:110px 0 96px;
    color:#fff;
    background:
        radial-gradient(circle at 78% 22%,rgba(48,116,255,.26),transparent 30%),
        linear-gradient(135deg,#07142f 0%,#0b1b42 55%,#173f8f 100%);
}

.web-hero::after{
    position:absolute;
    right:-140px;
    bottom:-220px;
    width:520px;
    height:520px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
    content:"";
}

.web-hero__grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
    gap:80px;
    align-items:center;
}

.web-hero__content{
    max-width:690px;
}

.web-hero .section-label{
    color:#8eb8ff;
}

.web-hero h1{
    max-width:720px;
    margin:18px 0 24px;
    font-size:clamp(46px,5vw,78px);
    line-height:.98;
    letter-spacing:-.055em;
}

.web-hero h1 span{
    display:block;
    color:#4e91ff;
}

.web-hero__lead{
    max-width:650px;
    margin:0;
    color:rgba(255,255,255,.74);
    font-size:18px;
    line-height:1.75;
}

.web-hero__actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:34px;
}

.web-hero__secondary{
    color:#fff;
    border-color:rgba(255,255,255,.24);
}

.web-hero__secondary:hover{
    border-color:rgba(255,255,255,.46);
    background:rgba(255,255,255,.08);
}

.web-hero__benefits{
    display:flex;
    flex-wrap:wrap;
    gap:12px 24px;
    margin:30px 0 0;
    padding:0;
    list-style:none;
}

.web-hero__benefits li{
    position:relative;
    padding-left:20px;
    color:rgba(255,255,255,.74);
    font-size:13px;
    font-weight:600;
}

.web-hero__benefits li::before{
    position:absolute;
    top:50%;
    left:0;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#4e91ff;
    box-shadow:0 0 0 4px rgba(78,145,255,.14);
    content:"";
    transform:translateY(-50%);
}

.web-preview{
    position:relative;
    border:1px solid rgba(255,255,255,.12);
    border-radius:24px;
    background:rgba(255,255,255,.09);
    box-shadow:0 30px 70px rgba(0,0,0,.26);
    backdrop-filter:blur(12px);
}

.web-preview__top{
    display:flex;
    align-items:center;
    gap:7px;
    height:44px;
    padding:0 16px;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.web-preview__top > span{
    width:7px;
    height:7px;
    border-radius:50%;
    background:rgba(255,255,255,.34);
}

.web-preview__address{
    width:52%;
    margin-left:auto;
    padding:7px 12px;
    border-radius:8px;
    color:rgba(255,255,255,.62);
    background:rgba(255,255,255,.08);
    font-size:10px;
    text-align:center;
}

.web-preview__screen{
    margin:14px;
    padding:17px;
    border-radius:17px;
    background:#f7f9fd;
}

.web-preview__nav{
    display:flex;
    align-items:center;
    gap:16px;
    padding-bottom:16px;
}

.web-preview__nav > span:not(.web-preview__logo){
    width:38px;
    height:5px;
    border-radius:999px;
    background:#dbe3f0;
}

.web-preview__logo{
    width:28px;
    height:28px;
    margin-right:auto;
    border-radius:8px;
    background:#216af4;
}

.web-preview__hero{
    display:grid;
    grid-template-columns:1fr .82fr;
    gap:18px;
    align-items:center;
    padding:22px;
    border-radius:14px;
    background:linear-gradient(135deg,#eef4ff,#dce9ff);
}

.web-preview__hero > div:first-child{
    display:flex;
    flex-direction:column;
    gap:9px;
}

.web-preview__eyebrow{
    width:72px;
    height:5px;
    border-radius:999px;
    background:#8eb8ff;
}

.web-preview__title{
    width:100%;
    height:13px;
    border-radius:5px;
    background:#102248;
}

.web-preview__title--short{
    width:72%;
}

.web-preview__text{
    width:88%;
    height:6px;
    margin-top:5px;
    border-radius:999px;
    background:#aebbd0;
}

.web-preview__button{
    width:74px;
    height:24px;
    margin-top:8px;
    border-radius:7px;
    background:#216af4;
}

.web-preview__visual{
    display:flex;
    align-items:flex-end;
    gap:7px;
    height:120px;
    padding:15px;
    border-radius:12px;
    background:#17396f;
}

.web-preview__visual span{
    flex:1;
    border-radius:5px 5px 2px 2px;
    background:linear-gradient(180deg,#61a1ff,#1d6df0);
}

.web-preview__visual span:nth-child(1){height:38%}
.web-preview__visual span:nth-child(2){height:63%}
.web-preview__visual span:nth-child(3){height:86%}

.web-preview__cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:12px;
}

.web-preview__cards span{
    height:56px;
    border:1px solid #e4eaf3;
    border-radius:10px;
    background:#fff;
}

.web-preview__badge{
    position:absolute;
    right:-22px;
    bottom:-24px;
    display:flex;
    min-width:165px;
    flex-direction:column;
    padding:16px 18px;
    border:1px solid #dce6f4;
    border-radius:16px;
    color:#10203a;
    background:#fff;
    box-shadow:0 18px 36px rgba(8,22,52,.2);
}

.web-preview__badge strong{
    color:#1769e0;
    font-size:24px;
}

.web-preview__badge span{
    margin-top:2px;
    color:#68758a;
    font-size:11px;
}

.web-trust{
    position:relative;
    z-index:2;
    margin-top:-1px;
    border-bottom:1px solid #e8edf5;
    background:#fff;
}

.web-trust__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.web-trust article{
    padding:25px 28px;
    border-right:1px solid #e8edf5;
}

.web-trust article:last-child{
    border-right:0;
}

.web-trust strong,
.web-trust span{
    display:block;
}

.web-trust strong{
    color:#10203a;
    font-size:15px;
}

.web-trust span{
    margin-top:5px;
    color:#6a7689;
    font-size:12px;
    line-height:1.5;
}

.web-split{
    display:grid;
    grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
    gap:70px;
    align-items:start;
}

.web-section-intro{
    max-width:560px;
}

.web-section-intro h2{
    margin:14px 0 20px;
    color:#0f1d36;
    font-size:clamp(36px,4vw,58px);
    line-height:1.03;
    letter-spacing:-.045em;
}

.web-section-intro p:last-child{
    color:#69768a;
    font-size:16px;
    line-height:1.75;
}

.web-section-intro--center{
    max-width:760px;
    margin:0 auto 42px;
    text-align:center;
}

.web-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.web-feature-card{
    padding:26px;
    border:1px solid #e2e9f2;
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 28px rgba(15,23,42,.045);
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.web-feature-card:hover{
    transform:translateY(-4px);
    border-color:#cbd9eb;
    box-shadow:0 18px 38px rgba(15,23,42,.08);
}

.web-feature-card__icon{
    display:grid;
    width:42px;
    height:42px;
    place-items:center;
    border-radius:12px;
    color:#1769e0;
    background:#eef5ff;
}

.web-feature-card__icon svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.web-feature-card h3{
    margin:19px 0 9px;
    color:#10203a;
    font-size:18px;
}

.web-feature-card p{
    margin:0;
    color:#6b778b;
    font-size:14px;
    line-height:1.65;
}

.web-process{
    background:#f5f8fc;
}

.web-process__head{
    align-items:end;
}

.web-process__head > p{
    max-width:420px;
    margin:0;
    color:#6a7689;
    line-height:1.7;
}

.web-process__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-top:42px;
}

.web-process__grid article{
    min-height:210px;
    padding:28px;
    border:1px solid #dfe7f1;
    border-radius:18px;
    background:#fff;
}

.web-process__grid span{
    display:inline-flex;
    width:34px;
    height:34px;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    color:#1769e0;
    background:#eef5ff;
    font-size:11px;
    font-weight:800;
}

.web-process__grid h3{
    margin:30px 0 10px;
    color:#10203a;
    font-size:18px;
}

.web-process__grid p{
    margin:0;
    color:#6b778b;
    font-size:14px;
    line-height:1.65;
}

.web-package-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.web-package-card{
    display:flex;
    min-height:420px;
    flex-direction:column;
    padding:30px;
    border:1px solid #e1e8f2;
    border-radius:20px;
    background:#fff;
    box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.web-package-card--featured{
    border-color:#9bbcff;
    box-shadow:0 18px 48px rgba(31,105,224,.14);
}

.web-package-card__label{
    display:inline-flex;
    width:max-content;
    padding:7px 10px;
    border-radius:999px;
    color:#1769e0;
    background:#eef5ff;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.web-package-card h3{
    margin:20px 0 10px;
    color:#10203a;
    font-size:25px;
}

.web-package-card p{
    margin:0;
    color:#6a7689;
    line-height:1.65;
}

.web-package-card ul{
    display:grid;
    gap:13px;
    margin:28px 0;
    padding:0;
    list-style:none;
}

.web-package-card li{
    position:relative;
    padding-left:25px;
    color:#3f4d63;
    font-size:14px;
}

.web-package-card li::before{
    position:absolute;
    top:2px;
    left:0;
    color:#1769e0;
    content:"✓";
    font-weight:900;
}

.web-package-card a{
    margin-top:auto;
    color:#1769e0;
    font-weight:800;
    text-decoration:none;
}

.web-quality{
    padding-top:30px;
}

.web-quality__grid{
    display:grid;
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    gap:65px;
    align-items:center;
    padding:54px;
    border-radius:26px;
    color:#fff;
    background:linear-gradient(135deg,#0a1733,#173b83);
}

.web-quality h2{
    margin:14px 0 18px;
    font-size:clamp(34px,4vw,52px);
    line-height:1.04;
    letter-spacing:-.04em;
}

.web-quality p{
    color:rgba(255,255,255,.7);
    line-height:1.75;
}

.web-quality .section-label{
    color:#8db7ff;
}

.web-quality__panel{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.web-quality__panel article{
    padding:23px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:16px;
    background:rgba(255,255,255,.07);
}

.web-quality__panel strong,
.web-quality__panel span{
    display:block;
}

.web-quality__panel strong{
    color:#6da4ff;
    font-size:24px;
}

.web-quality__panel span{
    margin-top:7px;
    color:rgba(255,255,255,.68);
    font-size:12px;
}

@media (max-width:1050px){
    .web-hero__grid,
    .web-split,
    .web-quality__grid{
        grid-template-columns:1fr;
    }

    .web-hero__grid{
        gap:58px;
    }

    .web-preview{
        width:min(100%,680px);
    }

    .web-process__grid,
    .web-trust__grid{
        grid-template-columns:repeat(2,1fr);
    }

    .web-trust article:nth-child(2){
        border-right:0;
    }

    .web-trust article:nth-child(-n+2){
        border-bottom:1px solid #e8edf5;
    }
}

@media (max-width:780px){
    .web-hero{
        padding:82px 0 72px;
    }

    .web-hero__grid{
        grid-template-columns:minmax(0,1fr);
    }

    .web-hero h1{
        font-size:clamp(42px,12vw,62px);
    }

    .web-preview__badge{
        right:12px;
        bottom:-28px;
    }

    .web-feature-grid,
    .web-package-grid,
    .web-process__grid{
        grid-template-columns:1fr;
    }

    .web-package-card{
        min-height:0;
    }

    .web-quality__grid{
        padding:34px 24px;
    }
}

@media (max-width:560px){
    .web-hero{
        padding-top:68px;
    }

    .web-hero__actions{
        flex-direction:column;
    }

    .web-hero__actions .btn{
        width:100%;
        justify-content:center;
    }

    .web-preview__hero{
        grid-template-columns:1fr;
    }

    .web-preview__visual{
        height:95px;
    }

    .web-preview__cards{
        grid-template-columns:1fr;
    }

    .web-preview__cards span{
        height:42px;
    }

    .web-trust__grid{
        grid-template-columns:1fr;
    }

    .web-trust article{
        border-right:0;
        border-bottom:1px solid #e8edf5;
    }

    .web-trust article:last-child{
        border-bottom:0;
    }

    .web-quality__panel{
        grid-template-columns:1fr;
    }

    .web-section-intro h2{
        font-size:38px;
    }
}

@media (prefers-reduced-motion:reduce){
    .web-feature-card{
        transition:none;
    }
}


/* =====================================================
   TECHNOLOGIE
   ===================================================== */

.web-tech{
    padding:34px 0;
    border-bottom:1px solid #e8edf5;
    background:#fff;
}

.web-tech__grid{
    display:grid;
    grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
    gap:48px;
    align-items:center;
}

.web-tech__intro h2{
    margin:10px 0 12px;
    color:#10203a;
    font-size:clamp(28px,3vw,42px);
    line-height:1.08;
    letter-spacing:-.035em;
}

.web-tech__intro p:last-child{
    max-width:520px;
    margin:0;
    color:#6b778b;
    line-height:1.7;
}

.web-tech__items{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}

.web-tech__items article{
    display:flex;
    min-width:0;
    align-items:flex-start;
    gap:14px;
    padding:18px;
    border:1px solid #e2e9f2;
    border-radius:16px;
    background:#f9fbfe;
}

.web-tech__mark{
    display:grid;
    width:42px;
    height:42px;
    flex:0 0 42px;
    place-items:center;
    border-radius:12px;
    color:#1769e0;
    background:#eaf2ff;
    font-size:13px;
    font-weight:900;
    letter-spacing:-.04em;
}

.web-tech__items h3{
    margin:1px 0 6px;
    color:#10203a;
    font-size:15px;
}

.web-tech__items p{
    margin:0;
    color:#6b778b;
    font-size:12px;
    line-height:1.55;
}

/* Delikatne zagęszczenie layoutu */

.web-value{
    padding-top:82px;
    padding-bottom:82px;
}

.web-process,
.web-packages{
    padding-top:82px;
    padding-bottom:82px;
}

@media (max-width:1050px){
    .web-tech__grid{
        grid-template-columns:1fr;
    }
}

@media (max-width:760px){
    .web-tech__items{
        grid-template-columns:1fr;
    }

    .web-tech{
        padding:28px 0;
    }
}


/* =====================================================
   FINALNE DOPRACOWANIE — HERO + STANDARD REALIZACJI
   ===================================================== */

/* Kompaktowy hero */

.web-hero{
    padding:72px 0 64px;
}

.web-hero__grid{
    grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);
    gap:58px;
}

.web-hero__content{
    max-width:650px;
}

.web-hero .section-label{
    margin:0 0 14px;
    font-size:11px;
    letter-spacing:.13em;
}

.web-hero h1{
    max-width:650px;
    margin:0 0 20px;
    font-size:clamp(42px,4.3vw,64px);
    line-height:1.01;
}

.web-hero__lead{
    max-width:610px;
    font-size:16px;
    line-height:1.7;
}

.web-hero__actions{
    gap:12px;
    margin-top:26px;
}

.web-hero__actions .btn{
    min-height:44px;
    padding:0 20px;
}

.web-hero__benefits{
    gap:10px 20px;
    margin-top:22px;
}

.web-hero__benefits li{
    font-size:11px;
}

.web-preview{
    max-width:510px;
    margin-left:auto;
    border-radius:20px;
    box-shadow:0 26px 56px rgba(0,0,0,.23);
}

.web-preview__top{
    height:38px;
    padding:0 14px;
}

.web-preview__top > span{
    width:6px;
    height:6px;
}

.web-preview__address{
    width:48%;
    padding:6px 10px;
    font-size:9px;
}

.web-preview__screen{
    margin:12px;
    padding:14px;
    border-radius:14px;
}

.web-preview__nav{
    gap:13px;
    padding-bottom:13px;
}

.web-preview__nav > span:not(.web-preview__logo){
    width:30px;
    height:4px;
}

.web-preview__logo{
    width:24px;
    height:24px;
    border-radius:7px;
}

.web-preview__hero{
    gap:15px;
    padding:18px;
    border-radius:12px;
}

.web-preview__hero > div:first-child{
    gap:7px;
}

.web-preview__eyebrow{
    width:60px;
    height:4px;
}

.web-preview__title{
    height:10px;
    border-radius:4px;
}

.web-preview__text{
    height:5px;
    margin-top:3px;
}

.web-preview__button{
    width:62px;
    height:20px;
    margin-top:6px;
    border-radius:6px;
}

.web-preview__visual{
    gap:6px;
    height:96px;
    padding:12px;
    border-radius:10px;
}

.web-preview__cards{
    gap:8px;
    margin-top:10px;
}

.web-preview__cards span{
    height:42px;
    border-radius:8px;
}

.web-preview__badge{
    right:-16px;
    bottom:-18px;
    min-width:138px;
    padding:13px 15px;
    border-radius:14px;
}

.web-preview__badge strong{
    font-size:20px;
}

.web-preview__badge span{
    font-size:10px;
}


/* Elegancka, kompaktowa sekcja standardu */

.web-trust{
    position:relative;
    z-index:2;
    margin-top:0;
    padding:20px 0 26px;
    border-bottom:1px solid #e8edf5;
    background:#fff;
}

.web-trust__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}

.web-trust article,
.web-trust__card{
    position:relative;
    display:grid;
    grid-template-columns:42px 1fr;
    grid-template-rows:auto auto;
    column-gap:14px;
    row-gap:4px;
    min-height:0;
    align-items:center;
    padding:18px 20px;
    overflow:hidden;
    border:1px solid #e2e9f2;
    border-radius:16px;
    background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
    box-shadow:0 8px 24px rgba(15,23,42,.035);
    text-align:left;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.web-trust article::before,
.web-trust__card::before{
    position:absolute;
    top:0;
    right:0;
    left:0;
    height:2px;
    background:linear-gradient(90deg,transparent,#4e91ff,transparent);
    content:"";
    opacity:0;
    transition:opacity .2s ease;
}

.web-trust article:hover,
.web-trust__card:hover{
    transform:translateY(-2px);
    border-color:#cbd8e9;
    box-shadow:0 14px 30px rgba(15,23,42,.07);
}

.web-trust article:hover::before,
.web-trust__card:hover::before{
    opacity:1;
}

.web-trust article:last-child{
    border-right:1px solid #e2e9f2;
}

.web-trust__icon{
    grid-row:1 / 3;
    display:grid;
    width:42px;
    height:42px;
    place-items:center;
    margin:0;
    border:1px solid #dce7f6;
    border-radius:13px;
    color:#1769e0;
    background:#eef5ff;
}

.web-trust__icon svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.web-trust strong,
.web-trust__card strong{
    align-self:end;
    display:block;
    color:#10203a;
    font-size:15px;
    font-weight:800;
    line-height:1.2;
}

.web-trust__line{
    display:none;
}

.web-trust p,
.web-trust__card p{
    align-self:start;
    max-width:none;
    margin:0;
    color:#6b778b;
    font-size:11px;
    line-height:1.45;
}

.web-trust span:not(.web-trust__icon):not(.web-trust__line){
    margin-top:0;
}


/* Uporządkowanie pozostałych sekcji */

.web-value,
.web-process,
.web-packages{
    padding-top:76px;
    padding-bottom:76px;
}

.web-section-intro h2{
    font-size:clamp(34px,3.5vw,52px);
}

.web-feature-card{
    padding:24px;
}

.web-process__grid article{
    min-height:190px;
    padding:24px;
}

.web-package-card{
    min-height:390px;
    padding:28px;
}


/* Responsywność */

@media (max-width:1050px){

    .web-hero{
        padding:64px 0 56px;
    }

    .web-hero__grid{
        grid-template-columns:1fr;
        gap:44px;
    }

    .web-preview{
        width:min(100%,560px);
        margin:0;
    }

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

    .web-trust article:nth-child(2),
    .web-trust article:nth-child(-n+2){
        border-right:1px solid #e2e9f2;
        border-bottom:1px solid #e2e9f2;
    }

}

@media (max-width:560px){

    .web-hero{
        padding:50px 0 48px;
    }

    .web-hero h1{
        font-size:clamp(40px,12vw,54px);
    }

    .web-trust{
        padding:16px 0 22px;
    }

    .web-trust__grid{
        grid-template-columns:1fr;
    }

    .web-trust article,
    .web-trust__card{
        padding:16px 18px;
    }

    .web-trust article{
        border-right:1px solid #e2e9f2;
        border-bottom:1px solid #e2e9f2;
    }

    .web-trust article:last-child{
        border-bottom:1px solid #e2e9f2;
    }

}

@media (prefers-reduced-motion:reduce){

    .web-trust article,
    .web-trust__card{
        transition:none;
    }

}


/* =====================================================
   FINALNA KOREKTA IKON — RÓWNE I ELEGANCKIE
   ===================================================== */

.web-trust__grid{
    align-items:stretch;
}

.web-trust article,
.web-trust__card{
    display:grid !important;
    grid-template-columns:46px minmax(0,1fr) !important;
    grid-template-rows:auto auto !important;
    grid-template-areas:
        "icon title"
        "icon text" !important;
    column-gap:14px !important;
    row-gap:5px !important;
    align-items:center !important;
    min-height:96px !important;
    padding:18px 20px !important;
    text-align:left !important;
}

.web-trust__icon{
    grid-area:icon !important;
    display:grid !important;
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    min-height:46px !important;
    margin:0 !important;
    padding:0 !important;
    place-items:center !important;
    align-self:center !important;
    justify-self:start !important;
    overflow:hidden !important;
    border:1px solid #d8e4f3 !important;
    border-radius:14px !important;
    color:#1769e0 !important;
    background:
        linear-gradient(180deg,#f4f8ff 0%,#eaf2ff 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.95),
        0 5px 14px rgba(23,105,224,.06) !important;
}

.web-trust__icon svg{
    display:block !important;
    width:22px !important;
    height:22px !important;
    margin:0 !important;
    padding:0 !important;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:1.75 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
    vector-effect:non-scaling-stroke;
}

.web-trust article strong,
.web-trust__card strong{
    grid-area:title !important;
    align-self:end !important;
    margin:0 !important;
    padding:0 !important;
    color:#10203a !important;
    font-size:15px !important;
    font-weight:800 !important;
    line-height:1.25 !important;
}

.web-trust article p,
.web-trust__card p{
    grid-area:text !important;
    align-self:start !important;
    margin:0 !important;
    padding:0 !important;
    color:#6b778b !important;
    font-size:11px !important;
    line-height:1.45 !important;
}

.web-trust__line{
    display:none !important;
}

.web-trust article:hover .web-trust__icon,
.web-trust__card:hover .web-trust__icon{
    border-color:#c3d4eb !important;
    background:
        linear-gradient(180deg,#f7faff 0%,#e8f1ff 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.95),
        0 9px 18px rgba(23,105,224,.1) !important;
}

@media (max-width:560px){
    .web-trust article,
    .web-trust__card{
        grid-template-columns:44px minmax(0,1fr) !important;
        min-height:88px !important;
        padding:16px 18px !important;
    }

    .web-trust__icon{
        width:44px !important;
        height:44px !important;
        min-width:44px !important;
        min-height:44px !important;
    }

    .web-trust__icon svg{
        width:21px !important;
        height:21px !important;
    }
}