<!-- SEKCJA – DARMOWY E-BOOK (POZIOMA OKŁADKA + PRZYCISK POD SPODem) -->
<section id="da-free-ebook-banner">
<div class="da-feb__wrap">
<div class="da-feb__top">
<div class="da-feb__badge">DARMOWY E-BOOK PDF</div>
<h2 class="da-feb__title">15 trików do domowego baru</h2>
<p class="da-feb__subtitle">
Krótka ściąga, która pomoże Ci robić lepsze drinki w domu — prościej i bez kombinowania.
</p>
</div>
<!-- OKŁADKA POZIOMA -->
<div class="da-feb__cover">
<img
src="https://app.easy.tools/pages/assets/2026-01-19/drinkowa-14_mkl55huf.png"
alt="Okładka e-booka 15 trików do domowego baru"
loading="lazy"
/>
</div>
<!-- CTA POD OKŁADKĄ -->
<div class="da-feb__actions">
<a
class="da-feb__btn"
href="https://easl.ink/co3c8"
download
target="_blank"
rel="noopener"
aria-label="Pobierz darmowy e-book 15 trików do domowego baru w PDF"
>
Pobierz PDF
</a>
</div>
</div>
</section>
<style>
#da-free-ebook-banner{
max-width:1120px;
margin:28px auto;
padding:0 16px;
font-family:system-ui,-apple-system,BlinkMacSystemFont,"Inter",sans-serif;
color:#111;
}
.da-feb__wrap{
border-radius:22px;
padding:16px;
background:
radial-gradient(900px 460px at 10% 10%, rgba(108,202,188,0.22), transparent 55%),
linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
border:1px solid rgba(0,0,0,0.06);
box-shadow:0 14px 34px rgba(0,0,0,0.07);
overflow:hidden;
}
.da-feb__top{
text-align:center;
margin-bottom:10px;
}
.da-feb__badge{
display:inline-block;
font-size:11px;
font-weight:850;
letter-spacing:0.3px;
color:#0d2a26;
background:rgba(108,202,188,0.22);
border:1px solid rgba(108,202,188,0.35);
padding:7px 10px;
border-radius:999px;
margin-bottom:8px;
}
.da-feb__title{
margin:0 0 6px;
font-size:22px;
line-height:1.15;
font-weight:850;
letter-spacing:-0.2px;
}
.da-feb__subtitle{
margin:0 auto;
max-width:640px;
font-size:14px;
line-height:1.45;
color:#444;
}
/* OKŁADKA POZIOMA */
.da-feb__cover{
margin:12px auto 10px;
border-radius:18px;
overflow:hidden;
border:1px solid rgba(0,0,0,0.08);
box-shadow:0 18px 34px rgba(0,0,0,0.12);
background:#fff;
/* Kluczowa zmiana: mniejsza okładka na desktopie */
max-width:720px;
}
.da-feb__cover img{
width:100%;
height:auto;
display:block;
object-fit:cover;
}
.da-feb__actions{
display:flex;
flex-direction:column;
align-items:center;
gap:8px;
padding-top:2px;
}
/* PRZYCISK: tło #6ccabc + biały napis */
.da-feb__btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:12px 18px;
border-radius:16px;
background:#6ccabc;
color:#ffffff;
text-decoration:none;
font-weight:900;
border:1px solid rgba(0,0,0,0.08);
box-shadow:0 16px 30px rgba(108,202,188,0.32);
transition:transform .15s ease, filter .15s ease;
min-width:180px;
}
.da-feb__btn:hover{
transform:translateY(-1px);
filter:brightness(0.98);
}
.da-feb__btn:active{
transform:translateY(0);
}
/* RESPONSYWNE DOPASOWANIE: jeszcze bardziej kompaktowo na dużych ekranach */
@media (min-width: 1100px){
.da-feb__wrap{
padding:14px;
}
.da-feb__title{
font-size:20px;
}
.da-feb__cover{
max-width:680px;
margin:10px auto 10px;
}
.da-feb__btn{
padding:11px 16px;
min-width:170px;
}
}
</style>