:root{
    --red:#bd101f;
    --red-dark:#940b17;
    --ink:#17191d;
    --muted:#62666e;
    --line:#e8e8ea;
    --soft:#f7f7f8;
    --warm:#f1ece8;
    --white:#fff;
    --shadow:0 15px 42px rgba(25,25,28,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(1320px,calc(100% - 48px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(232,232,234,.9)}
.header-row{height:76px;display:flex;align-items:center;gap:30px}
.site-logo{display:inline-flex;align-items:center;gap:13px;min-width:0;max-width:300px;flex:0 1 300px}
.logo-mark{width:38px;height:38px;border:2px solid var(--red);border-radius:12px 12px 16px 16px;display:grid;place-items:center;color:var(--red);font-family:Georgia,serif;font-weight:900;font-size:20px;transform:rotate(45deg)}
.logo-mark span{transform:rotate(-45deg)}
.logo-copy{display:grid;line-height:1.08;min-width:0}
.logo-copy strong{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;letter-spacing:-.015em;line-height:1.05;white-space:nowrap}
.logo-copy small{margin-top:5px;color:var(--muted);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}
.site-nav{margin-left:auto;display:flex;align-items:center;gap:24px;min-width:0}
.site-nav a{font-size:14px;font-weight:800;white-space:nowrap}
.site-nav a:hover{color:var(--red)}
.header-contact{display:flex;align-items:center;gap:14px;margin-left:8px;flex:0 0 auto}
.phone-link{color:var(--red);font-weight:900;white-space:nowrap;display:flex;align-items:center;gap:8px;font-size:15px}
.button{min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--red);color:#fff;box-shadow:0 10px 25px rgba(189,16,31,.2)}
.button-primary:hover{background:var(--red-dark)}
.button-outline{background:#fff;color:var(--red);border-color:var(--red)}
.mobile-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:8px;font-size:22px}
.eyebrow{display:block;color:var(--red);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.1;margin-top:0}
h1{font-size:clamp(46px,5.2vw,72px);letter-spacing:-.035em;margin-bottom:22px}
h2{font-size:clamp(34px,3.5vw,48px);letter-spacing:-.025em;margin-bottom:18px}
h3{font-size:20px}
.hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#fff 0 52%,var(--warm) 52%)}
.hero-grid{min-height:560px;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch}
.hero-copy{padding:62px 60px 34px 0;display:flex;flex-direction:column;justify-content:center}
.hero-copy>p{max-width:650px;color:#373a40;font-size:18px;line-height:1.7;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px}
.hero-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.mini-benefit{display:flex;gap:10px;align-items:flex-start}
.icon-line{flex:0 0 38px;width:38px;height:38px;border-radius:10px;background:#fff0f1;color:var(--red);display:grid;place-items:center}
.mini-benefit strong{display:block;font-size:12px;margin-bottom:3px}
.mini-benefit small{display:block;color:var(--muted);font-size:10px;line-height:1.35}
.hero-media{position:relative;min-height:560px;box-shadow:-18px 16px 40px rgba(25,25,28,.08)}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--warm) 0,transparent 18%)}
.about{padding:90px 0;background:#fff}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}
.about-image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}
.about-image img{width:100%;aspect-ratio:1.35/1;object-fit:cover}
.about-copy p{color:#484c54;font-size:16px}
.check-list{display:grid;gap:13px;padding:0;margin:26px 0;list-style:none}
.check-list li{display:flex;gap:12px;align-items:center;font-weight:700;font-size:14px}
.check-list li::before{content:"✓";display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:var(--red);color:#fff;font-size:12px}
.signature{font-family:"Brush Script MT","Segoe Script",cursive;font-size:32px;margin-top:26px}
.process{padding:84px 0;background:linear-gradient(180deg,#fafafa,#f4f4f5)}
.section-heading{text-align:center;max-width:700px;margin:0 auto 48px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.process-grid::before{content:"";position:absolute;left:10%;right:10%;top:36px;border-top:1px dashed #d7aeb1}
.process-item{text-align:center;position:relative}
.process-number{position:absolute;top:23px;left:calc(50% - 49px);z-index:3;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-weight:900;font-size:12px}
.process-icon{position:relative;z-index:2;margin:0 auto 18px;width:72px;height:72px;border-radius:50%;background:#fff;box-shadow:var(--shadow);display:grid;place-items:center;color:var(--red)}
.process-item p{color:var(--muted);font-size:13px;max-width:220px;margin:0 auto}
.articles{padding:88px 0;background:#fff}
.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}
.section-top h2{margin-bottom:0}
.more-link{color:var(--red);font-weight:900;font-size:14px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.article-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 9px 28px rgba(25,25,28,.06);transition:.18s ease}
.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.article-image{aspect-ratio:1.65/1;overflow:hidden;background:#eee}
.article-image img{width:100%;height:100%;object-fit:cover}
.article-body{padding:20px}
.article-category{color:var(--red);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.article-body h3{font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.35;margin:9px 0 17px}
.article-meta{display:flex;gap:16px;color:#858990;font-size:11px}
.cta{position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(148,11,23,.98),rgba(189,16,31,.92));color:#fff}
.cta::before{content:"";position:absolute;inset:0;background:url("/assets/images/site/cta-bg.webp") center/cover;opacity:.12}
.cta-row{position:relative;min-height:130px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-title{display:flex;align-items:center;gap:20px}
.cta-circle{width:64px;height:64px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:28px}
.cta h2{font-family:Arial,Helvetica,sans-serif;font-size:31px;margin:0}
.cta-actions{display:flex;gap:14px}
.cta .button{background:#fff;color:var(--red)}
.cta .button.button-transparent{background:transparent;color:#fff;border-color:#fff}
.site-footer{background:linear-gradient(135deg,#151619,#232529);color:#fff;padding:60px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.15fr .8fr 1fr 1fr;gap:55px}
.footer-brand p,.footer-column p{color:#b9bcc1;font-size:13px;line-height:1.7}
.footer-column h3{font-family:Arial,Helvetica,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}
.footer-links{display:grid;gap:10px}
.footer-links a{color:#d8dadd;font-size:13px}
.footer-links a:hover{color:#fff}
.footer-contact{display:grid;gap:12px;color:#d8dadd;font-size:13px}
.socials{display:flex;gap:10px;margin-top:20px}
.socials a{width:36px;height:36px;border:1px solid #676a70;border-radius:50%;display:grid;place-items:center}
.map-placeholder{height:125px;border:1px solid #3d4045;border-radius:10px;background:radial-gradient(circle at 60% 45%,#35383e 0 8%,transparent 9%),linear-gradient(135deg,#24272c,#17181b);display:grid;place-items:center;color:var(--red);font-size:31px}
.footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid #35383d;display:flex;justify-content:space-between;color:#999da4;font-size:11px}
.standard-page{padding:80px 0 110px;background:#fff}
.standard-header{padding:70px 0;background:linear-gradient(135deg,#fff,#f5f0ed)}
.standard-content{max-width:850px}
.standard-content p{font-size:17px;color:#454950}
@media(max-width:1050px){
    .hero-grid{grid-template-columns:1fr 1fr}
    .hero-benefits{grid-template-columns:1fr 1fr}
    .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
    .header-row{height:68px}
    .site-nav,.header-contact{display:none}
    .mobile-toggle{display:block}
    .site-nav.open{position:fixed;display:grid;align-content:start;top:68px;left:0;right:0;bottom:0;background:#fff;padding:35px 22px;gap:20px}
    .site-nav.open a{font-size:18px;padding:10px 0;border-bottom:1px solid var(--line)}
    .hero{background:#fff}
    .hero-grid{grid-template-columns:1fr}
    .hero-copy{padding:65px 0 40px}
    .hero-media{min-height:480px}
    .about-grid{grid-template-columns:1fr;gap:38px}
    .process-grid{grid-template-columns:1fr 1fr;row-gap:42px}
    .process-grid::before{display:none}
    .article-grid{grid-template-columns:1fr}
    .article-card{display:grid;grid-template-columns:220px 1fr}
    .article-image{height:100%;aspect-ratio:auto}
    .cta-row{padding:30px 0;align-items:flex-start;flex-direction:column}
    .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
    .container{width:min(100% - 28px,1180px)}
    h1{font-size:43px}
    h2{font-size:34px}
    .hero-copy>p{font-size:15px}
    .hero-actions,.cta-actions{flex-direction:column;align-items:stretch}
    .hero-actions .button,.cta-actions .button{width:100%}
    .hero-benefits{grid-template-columns:1fr}
    .hero-media{min-height:390px}
    .process-grid{grid-template-columns:1fr}
    .article-card{display:block}
    .footer-grid{grid-template-columns:1fr}
    .footer-bottom{flex-direction:column;gap:10px}
    .cta-title{align-items:flex-start}
    .cta-circle{width:52px;height:52px;flex:0 0 52px}
    .cta h2{font-size:26px}
}


.site-header svg,
.button svg,
.phone-link svg,
.icon-line svg,
.process-icon svg,
.cta svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
    flex:0 0 auto;
}
.icon-line svg{width:21px;height:21px}
.process-icon svg{width:30px;height:30px}
.button:hover{box-shadow:0 12px 28px rgba(25,25,28,.12)}
.site-nav a{position:relative}
.site-nav a::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-7px;
    height:2px;
    background:var(--red);
    transform:scaleX(0);
    transition:transform .18s ease;
}
.site-nav a:hover::after{transform:scaleX(1)}

@media(max-width:1180px){
    .container{width:min(100% - 36px,1220px)}
    .header-row{gap:18px}
    .site-logo{flex-basis:245px;max-width:245px}
    .logo-copy strong{font-size:19px}
    .site-nav{gap:17px}
    .site-nav a{font-size:13px}
    .phone-link{font-size:14px}
    .header-contact .button{padding-inline:15px}
}
@media(max-width:1020px){
    .site-logo{flex-basis:220px;max-width:220px}
    .site-nav{gap:14px}
    .header-contact .button{display:none}
}
@media(max-width:930px){
    .site-nav,.header-contact{display:none}
    .mobile-toggle{display:block}
}


.logo-mark{display:none!important}

.logo-monogram{
    flex:0 0 46px;
    width:46px;
    height:46px;
    border:1.5px solid var(--red);
    border-radius:14px;
    display:grid;
    place-items:center;
    color:var(--red);
    background:#fff;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:900;
    letter-spacing:-.04em;
    box-shadow:0 6px 18px rgba(189,16,31,.08);
}
.site-header .site-logo:hover .logo-monogram{
    background:#fff7f8;
    transform:translateY(-1px);
}
.site-logo .logo-monogram{
    transition:background-color .18s ease,transform .18s ease;
}
.site-footer .site-logo{
    max-width:none;
    color:#fff;
}
.site-footer .logo-monogram{
    background:transparent;
    border-color:#d5444f;
    color:#fff;
    box-shadow:none;
}
.site-footer .logo-copy strong{color:#fff}
.site-footer .logo-copy small{color:#9fa3aa}

@media(max-width:1180px){
    .site-logo{flex-basis:245px;max-width:245px}
    .logo-copy strong{font-size:18px}
    .logo-monogram{width:42px;height:42px;flex-basis:42px}
}
@media(max-width:930px){
    .site-logo{flex-basis:auto;max-width:none}
}
@media(max-width:560px){
    .logo-copy strong{font-size:17px}
    .logo-copy small{font-size:8px}
    .logo-monogram{width:40px;height:40px;flex-basis:40px;border-radius:12px}
}


/* M1.4 — zatwierdzony układ 1:1 */
.hero-approved{
    position:relative;
    padding:38px 0 28px;
    overflow:hidden;
    background:
        radial-gradient(circle at 94% 14%,rgba(199,21,37,.08),transparent 24%),
        linear-gradient(135deg,#fff 0 64%,#fff7f7 64% 100%);
}
.hero-approved-grid{
    min-height:470px;
    display:grid;
    grid-template-columns:minmax(0,.98fr) minmax(500px,1.02fr);
    gap:54px;
    align-items:center;
}
.hero-approved-copy{
    padding:16px 0 4px;
}
.hero-kicker{
    margin-bottom:30px;
}
.hero-approved-title{
    max-width:720px;
    margin:0 0 21px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:clamp(43px,4vw,62px);
    font-weight:700;
    line-height:1.08;
    letter-spacing:-.045em;
}
.hero-approved-title span{
    display:block;
    white-space:nowrap;
}
.hero-approved-title em{
    color:var(--red-600,#bd101f);
    font-style:normal;
}
.hero-approved-lead{
    margin:0 0 25px;
    color:#5e6269;
    font-size:16px;
    line-height:1.7;
}
.hero-approved-actions{
    display:flex;
    gap:14px;
    margin-bottom:28px;
}
.button-hero{
    min-width:175px;
    min-height:52px;
    border-radius:8px;
}
.hero-approved-benefits{
    max-width:705px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
}
.hero-approved-benefits article{
    min-height:78px;
    padding:14px 15px;
    display:flex;
    align-items:center;
    gap:12px;
    border:1px solid #e7e8ea;
    border-radius:12px;
    background:#fff;
    box-shadow:0 9px 28px rgba(24,25,28,.055);
}
.hero-approved-benefits strong,
.hero-approved-benefits small{
    display:block;
}
.hero-approved-benefits strong{
    margin-bottom:4px;
    font-size:13px;
}
.hero-approved-benefits small{
    color:#777b82;
    font-size:10px;
    line-height:1.35;
}
.approved-icon{
    flex:0 0 43px;
    width:43px;
    height:43px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:var(--red-600,#bd101f);
    background:#fff0f1;
}
.approved-icon svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.hero-approved-media{
    min-height:440px;
    overflow:hidden;
    border-radius:18px;
    background:#eee;
    box-shadow:0 24px 55px rgba(24,25,28,.12);
}
.hero-approved-media img{
    width:100%;
    height:100%;
    min-height:440px;
    object-fit:cover;
    object-position:center;
}

.intro-process{
    padding:34px 0 46px;
    border-top:1px solid #eeeef0;
    background:#fff;
}
.intro-process-grid{
    display:grid;
    grid-template-columns:minmax(480px,.92fr) minmax(0,1.08fr);
    gap:54px;
    align-items:center;
}
.intro-story{
    display:grid;
    grid-template-columns:minmax(220px,.78fr) minmax(300px,1.22fr);
    gap:28px;
    align-items:center;
}
.section-line-label{
    position:relative;
    display:inline-block;
    margin-bottom:18px;
    padding-left:40px;
    font-size:13px;
    font-weight:900;
}
.section-line-label::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    width:28px;
    height:2px;
    background:var(--red-600,#bd101f);
}
.intro-story-copy h2,
.approved-process h2{
    margin-bottom:20px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:clamp(28px,2.25vw,38px);
    font-weight:800;
    line-height:1.18;
    letter-spacing:-.035em;
}
.intro-story-copy p{
    margin:0 0 18px;
    color:#666a71;
    font-size:13px;
    line-height:1.7;
}
.intro-photo-pair{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}
.intro-photo-pair img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:12px;
    box-shadow:0 15px 34px rgba(24,25,28,.1);
}
.approved-process{
    min-width:0;
}
.approved-process-list{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:13px;
}
.approved-process-list::before{
    content:'';
    position:absolute;
    left:8%;
    right:8%;
    top:23px;
    height:1px;
    background:#eadadd;
}
.approved-process-step{
    position:relative;
    z-index:1;
    text-align:center;
}
.approved-step-number{
    width:42px;
    height:42px;
    margin:0 auto 12px;
    display:grid;
    place-items:center;
    border:1px solid #efd5d8;
    border-radius:50%;
    color:var(--red-600,#bd101f);
    background:#fff;
    font-size:18px;
    font-weight:800;
}
.approved-step-icon{
    width:58px;
    height:58px;
    margin:0 auto 12px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:var(--red-600,#bd101f);
    background:#fff1f2;
}
.approved-step-icon svg{
    width:28px;
    height:28px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.approved-process-step strong{
    display:block;
    min-height:38px;
    font-size:12px;
    line-height:1.25;
}
.approved-process-step p{
    margin:8px auto 0;
    color:#777b82;
    font-size:10px;
    line-height:1.55;
}

.compact-contact-cta{
    padding:0 0 42px;
    background:#fff;
}
.compact-contact-card{
    min-height:92px;
    padding:16px 28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    border-radius:13px;
    background:linear-gradient(90deg,#fff5f5,#fff8f8);
}
.compact-contact-message{
    display:flex;
    align-items:center;
    gap:15px;
}
.compact-contact-icon{
    flex:0 0 55px;
    width:55px;
    height:55px;
    display:grid;
    place-items:center;
    border:1px solid #f0cdd1;
    border-radius:50%;
    color:var(--red-600,#bd101f);
    background:#fff;
}
.compact-contact-icon svg{
    width:27px;
    height:27px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.compact-contact-message strong,
.compact-contact-message small{
    display:block;
}
.compact-contact-message strong{
    font-size:20px;
}
.compact-contact-message strong em{
    color:var(--red-600,#bd101f);
    font-style:normal;
}
.compact-contact-message small{
    margin-top:3px;
    color:#7b7e84;
    font-size:13px;
}
.compact-contact-actions{
    display:flex;
    gap:14px;
}
.compact-contact-actions .button{
    min-width:180px;
}

@media(max-width:1180px){
    .hero-approved-grid{
        grid-template-columns:minmax(0,1fr) minmax(440px,.9fr);
        gap:34px;
    }
    .hero-approved-title{
        font-size:50px;
    }
    .intro-process-grid{
        grid-template-columns:1fr;
        gap:50px;
    }
}
@media(max-width:930px){
    .hero-approved-grid{
        grid-template-columns:1fr;
    }
    .hero-approved-title span{
        white-space:normal;
    }
    .hero-approved-media{
        min-height:420px;
    }
    .intro-story{
        grid-template-columns:1fr;
    }
    .intro-photo-pair img{
        height:340px;
    }
}
@media(max-width:720px){
    .hero-approved{
        padding-top:28px;
    }
    .hero-approved-title{
        font-size:42px;
    }
    .hero-approved-actions,
    .compact-contact-actions{
        flex-direction:column;
    }
    .hero-approved-benefits{
        grid-template-columns:1fr;
    }
    .approved-process-list{
        grid-template-columns:1fr;
        gap:16px;
    }
    .approved-process-list::before{
        display:none;
    }
    .approved-process-step{
        padding:14px;
        display:grid;
        grid-template-columns:42px 58px 1fr;
        grid-template-rows:auto auto;
        column-gap:13px;
        text-align:left;
        border:1px solid #ececef;
        border-radius:12px;
    }
    .approved-step-number,
    .approved-step-icon{
        margin:0;
        grid-row:1/3;
    }
    .approved-step-icon{
        grid-column:2;
    }
    .approved-process-step strong,
    .approved-process-step p{
        grid-column:3;
        min-height:0;
        margin:0;
    }
    .compact-contact-card{
        align-items:flex-start;
        flex-direction:column;
    }
    .compact-contact-actions,
    .compact-contact-actions .button{
        width:100%;
    }
}
@media(max-width:560px){
    .hero-approved-title{
        font-size:36px;
    }
    .hero-approved-lead br{
        display:none;
    }
    .hero-approved-media,
    .hero-approved-media img{
        min-height:340px;
    }
    .intro-photo-pair{
        grid-template-columns:1fr;
    }
    .intro-photo-pair img{
        height:300px;
    }
    .compact-contact-card{
        padding:20px;
    }
    .compact-contact-message strong{
        font-size:17px;
    }
}


/* M1.5 — zakres pomocy, zgodny z Design Freeze */
.services-home{
    padding:82px 0 92px;
    border-top:1px solid #eeeeef;
    background:#f7f7f8;
}
.services-home-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:30px;
    margin-bottom:34px;
}
.services-home-heading h2{
    margin-bottom:12px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:clamp(34px,3vw,46px);
    font-weight:800;
    letter-spacing:-.04em;
}
.services-home-heading p{
    max-width:690px;
    margin:0;
    color:#666a71;
}
.services-home-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.service-home-card{
    overflow:hidden;
    border:1px solid #e4e5e7;
    border-radius:14px;
    background:#fff;
    box-shadow:0 12px 34px rgba(24,25,28,.055);
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.service-home-card:hover{
    transform:translateY(-4px);
    border-color:#e4bdc1;
    box-shadow:0 21px 48px rgba(24,25,28,.095);
}
.service-home-image{
    height:155px;
    overflow:hidden;
    background:#eee;
}
.service-home-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.service-home-card:hover img{transform:scale(1.04)}
.service-home-body{padding:20px}
.service-home-body h3{
    margin-bottom:10px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight:800;
}
.service-home-body p{
    min-height:76px;
    margin:0 0 16px;
    color:#6a6e75;
    font-size:13px;
    line-height:1.65;
}
.service-home-body span{
    color:var(--red);
    font-size:12px;
    font-weight:900;
}
.service-home-body span strong{margin-left:5px}

.services-page-hero{
    padding:78px 0 70px;
    background:linear-gradient(135deg,#fff,#fff5f6);
}
.services-page-hero-grid{
    display:grid;
    grid-template-columns:1.25fr .75fr;
    gap:70px;
    align-items:center;
}
.services-page-hero h1,
.service-detail-copy h1{
    max-width:760px;
    margin-bottom:22px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:clamp(44px,4.4vw,66px);
    font-weight:700;
    line-height:1.08;
    letter-spacing:-.05em;
}
.services-page-hero p,
.service-detail-copy>p{
    max-width:720px;
    color:#5f636a;
    font-size:17px;
    line-height:1.75;
}
.services-page-note{
    padding:29px;
    border:1px solid #ead9db;
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 46px rgba(24,25,28,.07);
}
.services-page-note strong{font-size:18px}
.services-page-note p{font-size:14px}
.services-page-list{padding:80px 0 95px;background:#fff}
.services-page-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}
.service-page-card{
    display:grid;
    grid-template-columns:250px 1fr;
    min-height:230px;
    overflow:hidden;
    border:1px solid #e4e5e7;
    border-radius:16px;
    background:#fff;
    box-shadow:0 12px 35px rgba(24,25,28,.055);
    transition:transform .2s ease,box-shadow .2s ease;
}
.service-page-card:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(24,25,28,.1)}
.service-page-image img{width:100%;height:100%;object-fit:cover}
.service-page-body{padding:29px}
.service-page-body h2{
    margin-bottom:12px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:23px;
    font-weight:800;
}
.service-page-body p{color:#686c73;font-size:14px;line-height:1.7}
.service-page-body span{color:var(--red);font-size:13px;font-weight:900}

.service-detail-hero{
    padding:58px 0;
    background:linear-gradient(135deg,#fff,#fff6f6);
}
.service-detail-hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:58px;
    align-items:center;
}
.service-back{
    display:inline-block;
    margin-bottom:28px;
    color:#73777e;
    font-size:13px;
    font-weight:800;
}
.service-detail-image{
    height:460px;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 24px 55px rgba(24,25,28,.13);
}
.service-detail-image img{width:100%;height:100%;object-fit:cover}
.service-detail-content{padding:82px 0;background:#fff}
.service-detail-columns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}
.service-info-card{
    padding:35px;
    border:1px solid #e5e6e8;
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 34px rgba(24,25,28,.05);
}
.service-info-card.soft{background:#f7f7f8}
.service-info-card h2,
.service-faq h2{
    margin-bottom:20px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:800;
    letter-spacing:-.035em;
}
.service-check-list,
.service-doc-list{
    display:grid;
    gap:13px;
    padding:0;
    list-style:none;
}
.service-check-list li,
.service-doc-list li{
    position:relative;
    padding-left:31px;
    color:#555960;
    line-height:1.6;
}
.service-check-list li::before{
    content:'✓';
    position:absolute;left:0;top:1px;
    width:21px;height:21px;
    display:grid;place-items:center;
    border-radius:50%;
    color:#fff;background:var(--red);
    font-size:11px;font-weight:900;
}
.service-doc-list li::before{
    content:'▤';
    position:absolute;left:0;top:0;color:var(--red);font-weight:900;
}
.service-steps{padding:78px 0;background:#f7f7f8}
.service-steps-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.service-steps-grid article{
    padding:27px;
    border:1px solid #e2e3e5;
    border-radius:16px;
    background:#fff;
}
.service-steps-grid article>strong{
    width:38px;height:38px;margin-bottom:20px;
    display:grid;place-items:center;
    border-radius:50%;
    color:#fff;background:var(--red);
}
.service-steps-grid h3{font-family:'Manrope',Arial,sans-serif;font-size:18px;font-weight:800}
.service-steps-grid p{color:#6a6e75;font-size:13px;line-height:1.65}
.service-faq{padding:85px 0 92px;background:#fff}
.service-faq-grid{
    display:grid;
    grid-template-columns:.75fr 1.25fr;
    gap:65px;
    align-items:start;
}
.service-faq-grid>div:first-child>p{color:#686c73;line-height:1.75}
.faq-list{display:grid;gap:12px}
.faq-list details{
    border:1px solid #e3e4e6;
    border-radius:13px;
    background:#fff;
}
.faq-list summary{
    padding:20px 22px;
    cursor:pointer;
    font-weight:800;
    list-style:none;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:'+';float:right;color:var(--red);font-size:22px}
.faq-list details[open] summary::after{content:'−'}
.faq-list details p{margin:0;padding:0 22px 22px;color:#666a71;line-height:1.7}

@media(max-width:1100px){
    .services-home-grid{grid-template-columns:repeat(2,1fr)}
    .services-page-hero-grid,.service-detail-hero-grid{grid-template-columns:1fr}
    .services-page-grid{grid-template-columns:1fr}
    .service-detail-image{height:420px}
}
@media(max-width:820px){
    .services-home-heading{align-items:flex-start;flex-direction:column}
    .service-page-card{grid-template-columns:210px 1fr}
    .service-detail-columns,.service-faq-grid{grid-template-columns:1fr}
    .service-steps-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
    .services-home-grid,.service-steps-grid{grid-template-columns:1fr}
    .service-page-card{display:block}
    .service-page-image{height:210px}
    .services-page-hero,.service-detail-hero{padding:52px 0}
    .services-page-hero h1,.service-detail-copy h1{font-size:39px}
    .service-detail-image{height:330px}
    .service-info-card{padding:25px}
}


/* M1.6 — Blog i aktualności, zgodne z Design Freeze */
.blog-hero{
    padding:78px 0 68px;
    background:linear-gradient(135deg,#fff,#fff5f6);
}
.blog-hero-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:70px;
    align-items:center;
}
.blog-hero h1{
    max-width:780px;
    margin-bottom:22px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:clamp(45px,4.4vw,66px);
    font-weight:700;
    line-height:1.08;
    letter-spacing:-.05em;
}
.blog-hero>div>div:first-child>p{
    max-width:760px;
    color:#60646b;
    font-size:17px;
    line-height:1.75;
}
.blog-hero-note{
    padding:29px;
    border:1px solid #ead9db;
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 46px rgba(24,25,28,.07);
}
.blog-hero-note strong{font-size:18px}
.blog-hero-note p{color:#696d74;font-size:14px;line-height:1.65}

.blog-featured{
    padding:72px 0 36px;
    background:#fff;
}
.blog-featured-card{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    min-height:430px;
    overflow:hidden;
    border:1px solid #e3e4e6;
    border-radius:20px;
    background:#fff;
    box-shadow:0 18px 48px rgba(24,25,28,.075);
    transition:transform .2s ease,box-shadow .2s ease;
}
.blog-featured-card:hover{
    transform:translateY(-3px);
    box-shadow:0 28px 64px rgba(24,25,28,.115);
}
.blog-featured-image{overflow:hidden;background:#eee}
.blog-featured-image img{
    width:100%;height:100%;object-fit:cover;
    transition:transform .38s ease;
}
.blog-featured-card:hover img{transform:scale(1.025)}
.blog-featured-copy{
    padding:46px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.blog-featured-copy h2{
    margin:12px 0 17px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:clamp(30px,2.8vw,43px);
    font-weight:800;
    line-height:1.15;
    letter-spacing:-.04em;
}
.blog-featured-copy>p{color:#656970;line-height:1.75}
.blog-meta{
    display:flex;
    gap:18px;
    color:#858990;
    font-size:11px;
}
.blog-read-more{
    margin-top:25px;
    color:var(--red);
    font-size:13px;
}

.blog-list{
    padding:44px 0 96px;
    background:#fff;
}
.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:23px;
}
.blog-card{
    overflow:hidden;
    border:1px solid #e3e4e6;
    border-radius:15px;
    background:#fff;
    box-shadow:0 12px 34px rgba(24,25,28,.055);
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.blog-card:hover{
    transform:translateY(-4px);
    border-color:#e4bdc1;
    box-shadow:0 21px 48px rgba(24,25,28,.095);
}
.blog-card-image{
    height:205px;
    overflow:hidden;
    background:#eee;
}
.blog-card-image img{
    width:100%;height:100%;object-fit:cover;
    transition:transform .35s ease;
}
.blog-card:hover img{transform:scale(1.04)}
.blog-card-body{padding:23px}
.blog-card-body h2{
    min-height:70px;
    margin:10px 0 13px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:19px;
    font-weight:800;
    line-height:1.32;
}
.blog-card-body>p{
    min-height:88px;
    margin-bottom:18px;
    color:#696d74;
    font-size:13px;
    line-height:1.67;
}

.article-page{background:#fff}
.article-header{
    padding:72px 0 46px;
    background:linear-gradient(135deg,#fff,#fff7f7);
}
.article-header-inner{max-width:970px;text-align:center}
.article-header .service-back{display:block;text-align:left}
.article-header h1{
    max-width:940px;
    margin:15px auto 20px;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:clamp(42px,4.5vw,67px);
    font-weight:700;
    line-height:1.08;
    letter-spacing:-.05em;
}
.article-lead{
    max-width:800px;
    margin:0 auto 23px;
    color:#5d6168;
    font-size:19px;
    line-height:1.7;
}
.article-header-meta{
    display:flex;
    justify-content:center;
    gap:22px;
    color:#858990;
    font-size:12px;
}
.article-cover{
    max-width:1120px;
    height:520px;
    margin-top:48px;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 22px 55px rgba(24,25,28,.12);
}
.article-cover img{width:100%;height:100%;object-fit:cover}
.article-layout{
    max-width:1010px;
    padding-top:66px;
    padding-bottom:90px;
    display:grid;
    grid-template-columns:80px minmax(0,780px);
    gap:42px;
    justify-content:center;
}
.article-share{
    position:sticky;
    top:105px;
    align-self:start;
    display:grid;
    justify-items:center;
    gap:10px;
}
.article-share>span{
    margin-bottom:4px;
    color:#8a8e95;
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.article-share a{
    width:38px;height:38px;
    display:grid;place-items:center;
    border:1px solid #dedfe2;
    border-radius:50%;
    color:var(--red);
    background:#fff;
    font-size:12px;
    font-weight:900;
}
.article-share a:hover{border-color:var(--red);background:#fff5f6}
.article-content{
    color:#363940;
    font-size:17px;
    line-height:1.9;
}
.article-content p{margin:0 0 27px}
.article-content p:first-child{
    font-size:19px;
    font-weight:600;
}
.article-disclaimer{
    margin-top:42px;
    padding:23px 25px;
    border-left:3px solid var(--red);
    border-radius:0 13px 13px 0;
    background:#fff5f6;
}
.article-disclaimer strong{font-size:13px}
.article-disclaimer p{margin:6px 0 0;color:#666a71;font-size:13px}
.related-posts{
    padding:78px 0 94px;
    background:#f7f7f8;
}
.blog-grid-related .blog-card{background:#fff}

@media(max-width:1050px){
    .blog-hero-grid,.blog-featured-card{grid-template-columns:1fr}
    .blog-featured-image{height:390px}
    .blog-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
    .blog-grid{grid-template-columns:1fr}
    .blog-card-body h2,.blog-card-body>p{min-height:0}
    .article-cover{height:390px}
    .article-layout{grid-template-columns:1fr;padding-top:45px}
    .article-share{
        position:static;
        display:flex;
        justify-content:flex-start;
    }
    .article-share>span{align-self:center;margin:0 7px 0 0}
}
@media(max-width:560px){
    .blog-hero{padding:52px 0}
    .blog-hero h1,.article-header h1{font-size:38px}
    .blog-featured-copy{padding:28px}
    .blog-featured-image{height:280px}
    .article-header-meta{flex-wrap:wrap;gap:10px 17px}
    .article-lead{font-size:16px}
    .article-cover{height:270px;border-radius:14px}
    .article-content{font-size:16px}
}
