.hbt-kafelek {
background: #ffffff;
border-radius: 12px;
padding: 30px;
text-align: center;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
border: 1px solid #eee;
max-width: 300px;
margin: 10px auto;
font-family: 'Inter', sans-serif;
min-height: 320px;
display: flex;
flex-direction: column;
}
.hbt-kafelek:hover {
transform: scale(1.03);
box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.hbt-kafelek__ikona {
margin-bottom: 20px;
}
.hbt-kafelek__tresc {
flex: 1;
display: flex;
flex-direction: column;
}
.hbt-kafelek__tresc h3 {
margin: 0 0 10px 0;
font-size: 20px;
color: #333;
}
.hbt-kafelek__tresc p {
font-size: 14px;
color: #666;
margin-bottom: 25px;
line-height: 1.5;
flex: 1;
}
.hbt-kafelek__btn {
display: inline-block;
background-color: #282D65;
color: #ffffff !important;
text-decoration: none !important;
padding: 10px 20px;
border-radius: 6px;
font-weight: bold;
font-size: 14px;
transition: background 0.3s ease;
}
.hbt-kafelek__btn:hover {
background-color: #1e2250;
} .hbt-faq {
font-family: 'Inter', sans-serif;
max-width: 720px;
}
.hbt-faq__tytul {
margin: 0 0 20px;
font-size: 28px;
font-weight: 700;
color: #282D65;
}
.hbt-faq__intro,
.hbt-faq__tekst {
margin: 0 0 12px;
font-size: 15px;
line-height: 1.6;
color: #1e293b;
}
.hbt-faq__naglowek {
margin: 0 0 10px;
font-size: 18px;
font-weight: 700;
color: #282D65;
}
.hbt-faq__rozdzielacz {
width: 60px;
height: 0;
border-top: 3px solid #E95323;
margin: 24px 0;
box-sizing: border-box;
} .hbt-timeline {
font-family: 'Inter', sans-serif;
max-width: 680px;
}
.hbt-timeline__tytul {
margin: 0 0 32px;
font-size: 28px;
font-weight: 700;
color: #282D65;
}
.hbt-timeline__lista {
position: relative;
}
.hbt-timeline__element {
position: relative;
display: flex;
gap: 0;
padding-bottom: 28px;
}
.hbt-timeline__element:last-child {
padding-bottom: 0;
}
.hbt-timeline__punkt {
flex-shrink: 0;
width: 40px;
height: 40px;
border-radius: 50%;
background: #282D65;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 16px;
z-index: 2;
}
.hbt-timeline__linia {
position: absolute;
left: 19px;
top: 40px;
bottom: -28px;
width: 2px;
background: #E95323;
}
.hbt-timeline__linia--ostatnia {
display: none;
}
.hbt-timeline__tresc {
margin-left: 28px;
padding-left: 20px;
flex: 1;
}
.hbt-timeline__naglowek {
margin: 0 0 8px;
font-size: 18px;
font-weight: 700;
color: #282D65;
}
.hbt-timeline__opis {
margin: 0;
font-size: 15px;
line-height: 1.6;
color: #1e293b;
}
.hbt-timeline__link {
color: #E95323;
text-decoration: underline;
}
.hbt-timeline__link:hover {
color: #282D65;
}