/* =====================================================
   DIGITAL PRO — MATERIAŁY REKLAMOWE I DRUK
   Wersja kompaktowa, elegancka i premium
   assets/css/pages/print.css
   ===================================================== */

:root{
    --print-navy:#07152f;
    --print-blue:#2f73ff;
    --print-violet:#765cff;
    --print-text:#0f1b33;
    --print-muted:#66748a;
    --print-line:#dfe7f1;
    --print-bg:#f5f8fc;
    --print-white:#fff;
}

/* =====================================================
   WSPÓLNE
   ===================================================== */

.print-kicker{
    margin:0 0 12px;
    color:#9bbcff;
    font-size:10px;
    font-weight:800;
    letter-spacing:.18em;
    text-transform:uppercase;
}

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

.print-link{
    color:#d8e6ff;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
    transition:color .2s ease,transform .2s ease;
}

.print-link:hover{
    color:#fff;
    transform:translateX(3px);
}

/* =====================================================
   HERO
   ===================================================== */

.print-hero{
    position:relative;
    overflow:hidden;
    padding:62px 0 58px;
    color:#fff;
    background:
        radial-gradient(circle at 86% 14%,rgba(73,128,255,.26),transparent 27%),
        radial-gradient(circle at 10% 90%,rgba(118,92,255,.14),transparent 26%),
        linear-gradient(135deg,#061027 0%,#0b1a3c 58%,#173d77 100%);
}

.print-hero::before{
    position:absolute;
    top:-240px;
    right:-170px;
    width:650px;
    height:650px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:50%;
    content:"";
}

.print-hero__grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);
    gap:48px;
    align-items:center;
}

.print-hero__content{
    max-width:760px;
}

.print-hero h1{
    max-width:760px;
    margin:0;
    font-size:clamp(46px,4.5vw,70px);
    line-height:.98;
    letter-spacing:-.055em;
}

.print-hero h1 span{
    display:block;
    color:#7caaff;
}

.print-hero__lead{
    max-width:670px;
    margin:20px 0 0;
    color:rgba(255,255,255,.72);
    font-size:15px;
    line-height:1.68;
}

.print-hero__actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:16px;
    margin-top:24px;
}

.print-hero__visual{
    position:relative;
    width:100%;
    max-width:410px;
    min-height:292px;
    margin-left:auto;
    padding:16px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:22px;
    background:rgba(255,255,255,.07);
    box-shadow:0 24px 64px rgba(0,0,0,.24);
    backdrop-filter:blur(16px);
}

.print-hero__orb{
    position:absolute;
    border-radius:50%;
    filter:blur(22px);
    opacity:.56;
}

.print-hero__orb--one{
    top:22px;
    right:16px;
    width:96px;
    height:96px;
    background:#467dff;
}

.print-hero__orb--two{
    bottom:22px;
    left:16px;
    width:78px;
    height:78px;
    background:#8b5dff;
}

.print-hero__mockup{
    position:relative;
    z-index:1;
    overflow:hidden;
    min-height:186px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:16px;
    background:#fff;
    box-shadow:0 20px 48px rgba(0,0,0,.22);
    transform:rotate(-1.4deg);
}

.print-hero__mockup-top{
    display:flex;
    gap:6px;
    padding:10px 12px;
    background:#f0f4fa;
}

.print-hero__mockup-top span{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#bcc7d6;
}

.print-hero__mockup-body{
    position:relative;
    display:grid;
    grid-template-columns:1fr .78fr;
    gap:14px;
    padding:18px;
}

.print-hero__mockup-card{
    min-height:104px;
    border-radius:12px;
    background:linear-gradient(135deg,#173d77,#2f73ff);
}

.print-hero__mockup-lines{
    display:grid;
    align-content:center;
    gap:9px;
}

.print-hero__mockup-lines i{
    display:block;
    height:9px;
    border-radius:999px;
    background:#dbe4f0;
}

.print-hero__mockup-lines i:nth-child(2){
    width:78%;
}

.print-hero__mockup-lines i:nth-child(3){
    width:56%;
}

.print-hero__mockup-color{
    position:absolute;
    right:18px;
    bottom:16px;
    width:82px;
    height:13px;
    border-radius:999px;
    background:linear-gradient(90deg,#2f73ff,#8b5dff,#f2b33d);
}

.print-hero__stats{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-top:12px;
}

.print-hero__stats div{
    padding:11px 12px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;
    background:rgba(7,21,47,.72);
}

.print-hero__stats span{
    display:block;
    margin-bottom:5px;
    color:rgba(255,255,255,.48);
    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.print-hero__stats strong{
    font-size:11px;
}

/* =====================================================
   SEKCJE
   ===================================================== */

.print-intro,
.print-services,
.print-benefits,
.print-cta{
    padding:78px 0;
}

.print-intro__grid,
.print-benefits__grid{
    display:grid;
    grid-template-columns:.82fr 1.18fr;
    gap:68px;
    align-items:start;
}

.print-intro h2,
.print-benefits h2,
.print-section-head h2,
.print-cta h2{
    margin:0;
    font-size:clamp(36px,3.8vw,56px);
    line-height:1.02;
    letter-spacing:-.045em;
}

.print-intro__text{
    display:grid;
    gap:16px;
}

.print-intro__text p,
.print-section-head>p:last-child,
.print-card p,
.print-process p,
.print-benefits p,
.print-cta__box p{
    margin:0;
    color:var(--print-muted);
    font-size:13px;
    line-height:1.68;
}

.print-services{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 14% 8%,rgba(47,115,255,.09),transparent 22%),
        radial-gradient(circle at 90% 88%,rgba(139,93,255,.08),transparent 24%),
        var(--print-bg);
}

.print-section-head{
    max-width:760px;
    margin-bottom:36px;
}

.print-section-head>p:last-child{
    margin-top:14px;
}

/* =====================================================
   KARTY
   ===================================================== */

.print-services__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.print-card{
    position:relative;
    overflow:hidden;
    min-height:260px;
    padding:24px;
    border:1px solid rgba(255,255,255,.72);
    border-radius:18px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.90));
    box-shadow:0 16px 38px rgba(15,23,42,.08);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.print-card::before{
    position:absolute;
    inset:0 0 auto;
    height:4px;
    background:var(--card-gradient);
    content:"";
}

.print-card::after{
    position:absolute;
    top:-54px;
    right:-54px;
    width:150px;
    height:150px;
    border-radius:50%;
    background:var(--card-glow);
    filter:blur(10px);
    opacity:.14;
    content:"";
    transition:opacity .3s ease,transform .3s ease;
}

.print-card:hover{
    transform:translateY(-8px);
    border-color:rgba(47,115,255,.3);
    box-shadow:0 28px 60px rgba(15,23,42,.14);
}

.print-card:hover::after{
    opacity:.28;
    transform:scale(1.06);
}

.print-card--blue{
    --card-gradient:linear-gradient(90deg,#2f73ff,#74a4ff);
    --card-glow:#2f73ff;
}

.print-card--violet{
    --card-gradient:linear-gradient(90deg,#7357ff,#a88cff);
    --card-glow:#7357ff;
}

.print-card--cyan{
    --card-gradient:linear-gradient(90deg,#00a7c4,#5ed9ea);
    --card-glow:#00a7c4;
}

.print-card--gold{
    --card-gradient:linear-gradient(90deg,#d38b12,#f3c45d);
    --card-glow:#d38b12;
}

.print-card--green{
    --card-gradient:linear-gradient(90deg,#139b72,#65d4af);
    --card-glow:#139b72;
}

.print-card--navy{
    --card-gradient:linear-gradient(90deg,#0e274f,#4f78b8);
    --card-glow:#0e274f;
}

.print-card__number{
    position:absolute;
    right:18px;
    bottom:10px;
    color:#0f1b33;
    font-size:58px;
    font-weight:900;
    line-height:1;
    opacity:.045;
    transition:opacity .28s ease,transform .28s ease;
}

.print-card:hover .print-card__number{
    opacity:.09;
    transform:translateY(-3px);
}

.print-card__icon{
    position:relative;
    z-index:1;
    display:grid;
    width:50px;
    height:50px;
    place-items:center;
    border-radius:14px;
    color:#fff;
    background:var(--card-gradient);
    transition:transform .28s ease;
}

.print-card:hover .print-card__icon{
    transform:scale(1.06) rotate(2deg);
}

.print-card__icon svg{
    width:23px;
    height:23px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.print-card h3{
    position:relative;
    z-index:1;
    margin:24px 0 8px;
    font-size:19px;
    letter-spacing:-.03em;
}

.print-card p{
    position:relative;
    z-index:1;
}

.print-card a{
    position:absolute;
    bottom:22px;
    left:24px;
    z-index:1;
    color:#254a82;
    font-size:11px;
    font-weight:800;
    text-decoration:none;
}

/* =====================================================
   PROCES
   ===================================================== */

.print-process{
    padding:78px 0;
    color:#fff;
    background:
        radial-gradient(circle at 88% 20%,rgba(47,115,255,.17),transparent 26%),
        var(--print-navy);
}

.print-section-head--light h2{
    color:#fff;
}

.print-process__grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
}

.print-process article{
    min-height:180px;
    padding:20px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
    box-shadow:0 16px 40px rgba(0,0,0,.14);
    transition:transform .28s ease,background .28s ease;
}

.print-process article:hover{
    transform:translateY(-6px);
    background:
        linear-gradient(180deg,rgba(47,115,255,.17),rgba(255,255,255,.04));
}

.print-process article>span{
    color:#7aa9ff;
    font-size:9px;
    font-weight:800;
}

.print-process h3{
    margin:22px 0 8px;
    color:#fff;
    font-size:17px;
}

.print-process p{
    color:rgba(255,255,255,.58);
}

/* =====================================================
   KORZYŚCI
   ===================================================== */

.print-benefits__list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.print-benefits__list article{
    padding:20px;
    border:1px solid var(--print-line);
    border-radius:14px;
    background:#fff;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
    transition:transform .26s ease,box-shadow .26s ease;
}

.print-benefits__list article:hover{
    transform:translateY(-5px);
    box-shadow:0 22px 44px rgba(15,23,42,.10);
}

.print-benefits h3{
    margin:0 0 7px;
    font-size:16px;
}

/* =====================================================
   CTA
   ===================================================== */

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

.print-cta__box p{
    max-width:720px;
    margin-top:14px;
    color:rgba(255,255,255,.68);
}

/* =====================================================
   REVEAL
   ===================================================== */

[data-reveal]{
    opacity:0;
    transform:translateY(20px);
    transition:
        opacity .6s ease,
        transform .6s cubic-bezier(.22,1,.36,1);
}

[data-reveal].is-visible{
    opacity:1;
    transform:none;
}

/* =====================================================
   RESPONSYWNOŚĆ
   ===================================================== */

@media(max-width:1120px){
    .print-hero__grid,
    .print-intro__grid,
    .print-benefits__grid{
        grid-template-columns:1fr;
        gap:38px;
    }

    .print-hero__visual{
        max-width:460px;
        margin-inline:auto;
    }

    .print-services__grid,
    .print-process__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:760px){
    .print-hero{
        padding:48px 0 44px;
    }

    .print-hero h1{
        font-size:clamp(38px,10.5vw,52px);
    }

    .print-hero__lead{
        font-size:14px;
    }

    .print-hero__visual{
        max-width:340px;
        min-height:auto;
        padding:13px;
    }

    .print-hero__mockup{
        min-height:160px;
    }

    .print-hero__mockup-body{
        padding:14px;
    }

    .print-hero__mockup-card{
        min-height:90px;
    }

    .print-hero__stats,
    .print-services__grid,
    .print-process__grid,
    .print-benefits__list{
        grid-template-columns:1fr;
    }

    .print-card{
        min-height:240px;
    }

    .print-intro,
    .print-services,
    .print-benefits,
    .print-cta,
    .print-process{
        padding:64px 0;
    }

    .print-cta__box{
        grid-template-columns:1fr;
        padding:30px 22px;
    }
}

@media(max-width:480px){
    .print-hero__actions{
        align-items:stretch;
        flex-direction:column;
    }

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

    .print-hero__visual{
        max-width:100%;
    }
}

@media(prefers-reduced-motion:reduce){
    [data-reveal]{
        opacity:1;
        transform:none;
        transition:none;
    }

    .print-card,
    .print-card__icon,
    .print-process article,
    .print-benefits__list article,
    .print-link{
        transition:none;
    }

    .print-card:hover,
    .print-process article:hover,
    .print-benefits__list article:hover,
    .print-link:hover{
        transform:none;
    }
}