.spolocnosti-bread {
    margin-top: 40px;
}

.spolocnosti-bread ol li span[itemprop="name"] {
    display: inline-block;
    max-width: 140px;
    /* ширина подбирается по дизайну */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.hero__calculator {
    margin: 0 auto;
}

/* ============================== */
/* HERO SECTION */
/* ============================== */
.hero {
    margin: 40px 0 60px;
}

.hero__wrapper {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 40px;
    align-items: start;
}

.hero__content img {
    width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.hero__wrapper h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
}


.hero__perex p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.hero__perex ul {
    padding-left: 25px;
    margin: 15px 0;
}

.hero__perex ul li {
    margin: 8px 0;
}

.hero__cta {
    margin-top: 24px;
}

.hero__calculator {
    border-radius: 12px;
}

.calculator-hint {
    margin-top: 16px;
    font-size: 13px;
    color: #666;
    font-style: italic;
    text-align: center;
}

@media (max-width: 1024px) {
    .hero__wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero__wrapper h1 {
        font-size: 26px;
    }

    .hero__perex p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .hero {
        margin: 20px 0 40px;
    }

    .hero__wrapper h1 {
        font-size: 24px;
    }

    .hero__usp {
        gap: 12px;
    }

    .usp-item {
        padding: 10px;
    }
}

/* ============================== */
/* AKO TO FUNGUJE SECTION */
/* ============================== */


.ako-funguje h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.ako-funguje__intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.ako-funguje__intro p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.ako-funguje__steps {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px #e2e2e2;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ako-funguje__steps h2,
.ako-funguje__steps h3,
.ako-funguje__steps h4 {
    margin-bottom: 8px;
    margin-top: 16px;
}

.ako-funguje__steps p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-weight: 500;
}

.ako-funguje__steps h2:first-child,
.ako-funguje__steps h3:first-child,
.ako-funguje__steps h4:first-child {
    margin-bottom: 8px;
    margin-top: 0;
}

.ako-funguje .btn {
    max-width: 360px;
    margin: 0 auto;
}

@media (max-width: 1024px) {

    .ako-funguje h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {

    .ako-funguje h2 {
        font-size: 24px;
    }

    .ako-funguje__intro {
        margin-bottom: 30px;
    }

    .step {
        padding: 24px 20px;
    }
}

/* ============================== */
/* VÝHODY SECTION */
/* ============================== */
.vyhody h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.vyhody__intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.vyhody__intro p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.vyhody__content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px #e2e2e2;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.vyhody__content h2,
.vyhody__content h3,
.vyhody__content h4 {
    margin-bottom: 8px;
    margin-top: 16px;
}

.vyhody__content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-weight: 500;
}

.vyhody__content h2:first-child,
.vyhody__content h3:first-child,
.vyhody__content h4:first-child {
    margin-bottom: 8px;
    margin-top: 0;
}


.vyhody__cta {
    text-align: center;
    margin-top: 40px;
}

.vyhody .btn {
    max-width: 380px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .vyhody h2 {
        font-size: 28px;
    }

    .vyhody__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .vyhody h2 {
        font-size: 24px;
    }

    .vyhoda-card {
        padding: 20px;
    }
}

/* ============================== */
/* PARAMETRE SECTION */
/* ============================== */
.parametre {
    padding: 80px 0;
    background: #fff;
}

.parametre h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.parametre__table-wrapper {
    max-width: 900px;
    margin: 0 auto 40px;
    background: #edfffc;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.parametre__table-wrapper {
    width: 100%;
    border-collapse: collapse;
}

.parametre__table-wrapper tbody tr {
    border-bottom: 1px solid #eee;
}

.parametre__table-wrapper tbody tr:last-child {
    border-bottom: none;
}

.parametre__table-wrapper td {
    padding: 16px 24px;
    font-size: 15px;
}

.parametre__table-wrapper td:first-child {
    width: 50%;
    color: #555;
}

.parametre__table-wrapper td:last-child {
    width: 50%;
    font-weight: 600;
    color: #1a1a1a;
}

.parametre__example {
    max-width: 900px;
    margin: 0 auto 40px;
    background: #fff3cd;
    border-left: 4px solid #FFA000;
    padding: 24px;
    border-radius: 12px;
}


.parametre__example h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.parametre__example table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.parametre__example table td {
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.parametre__example table td:first-child {
    color: #555;
}

.parametre__example table td:last-child {
    text-align: right;
    font-weight: 600;
}

.parametre__example table tr.highlight {
    background: rgba(4, 156, 161, 0.05);
}

.parametre__example table tr.highlight td {
    padding: 16px 12px;
    font-size: 16px;
    border: none;
}

.parametre__cta {
    text-align: center;
}

.parametre .btn {
    max-width: 320px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .parametre h2 {
        font-size: 28px;
    }

    .parametre__table-wrapper td {
        padding: 12px 16px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .parametre h2 {
        font-size: 24px;
    }

    .parametre__example box {
        border-radius: 0;
    }
}

/* ============================== */
/* PRE KOHO SECTION */
/* ============================== */

.pre-koho h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.pre-koho__intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.pre-koho__intro p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.pre-koho__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 40px;
}

.pre-koho__column {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.pre-koho__column--good {
    border-top: 4px solid #049ca1;
}

.pre-koho__column--bad {
    border-top: 4px solid #C62828;
}

.column-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.column-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
}

.pre-koho__column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pre-koho__column li {
    padding: 12px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.pre-koho__column li:last-child {
    border-bottom: none;
}

.pre-koho__column a {
    color: #049ca1;
    text-decoration: underline;
}

.pre-koho__column a:hover {
    color: #037377;
}

.pre-koho__cta {
    text-align: center;
}

.pre-koho .btn {
    max-width: 340px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .pre-koho h2 {
        font-size: 28px;
    }

    .pre-koho__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .pre-koho h2 {
        font-size: 24px;
    }

    .pre-koho__column {
        padding: 24px 20px;
    }
}

/* ============================== */
/* POROVNANIE SECTION */
/* ============================== */
.porov {
    padding: 80px 0;
    background: #fff;
}

.porov h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.porov__intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

.porov__intro p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.porov__table-wrapper {
    max-width: 900px;
    margin: 0 auto 40px;
    overflow-x: auto;
    background: #edfffc;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.porov__table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.porov__table-wrapper table thead {
    background: #049ca1;
    color: #fff;
}

.porov__table-wrapper table thead th {
    padding: 16px 12px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.porov__table-wrapper table thead th.highlight {
    background: #037377;
}

.porov__table-wrapper table tbody tr {
    border-bottom: 1px solid #eee;
}

.porov__table-wrapper table tbody tr:last-child {
    border-bottom: none;
}

.porov__table-wrapper table tbody td {
    padding: 14px 12px;
    font-size: 14px;
    text-align: center;
}

.porov__table-wrapper table tbody td:first-child {
    text-align: left;
    font-weight: 600;
}

.porov__table-wrapper table tbody td.highlight {
    background: rgba(4, 156, 161, 0.05);
    font-weight: 600;
    color: #049ca1;
}

.porov__summary {
    max-width: 900px;
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.porov__summary h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.porov__summary p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.porov__summary a {
    color: #049ca1;
    text-decoration: underline;
}


@media (max-width: 1024px) {
    .porov h2 {
        font-size: 28px;
    }

    .porov__summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {


    .porov h2 {
        font-size: 24px;
    }


}


/* ============================== */
/* porovnanie list */
/* ============================== */


.porovnanie .btn {
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
}

.porovnanie__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}

.porovnanie__table {
    overflow-x: auto;
    display: flex;
    gap: 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    scroll-behavior: smooth;
}

.porovnanie__table::-webkit-scrollbar {
    height: 0;
}

.porovnanie__table::-webkit-scrollbar-track {
    height: 0;
}

.porovnanie__column {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    flex-shrink: 0;
    padding: 10px;
}

.porovnanie__column[data-main] {
    position: sticky;
    left: 0;
    width: 100%;
    max-width: 320px;
    background: #fff;
    z-index: 10;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
}

.porovnanie__cell {
    padding: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.porovnanie__cell--logo {
    border-top: none;
    padding: 10px 20px;
}

.porovnanie__cell--logo img {
    max-width: 100%;
    height: 50px;
    object-fit: contain;
}

.porovnanie__cell--name {
    padding: 10px 20px;
}

.porovnanie__cell h2 {
    font-size: 20px;
    margin: 0;
}

.porovnanie__cell--description {
    flex: 1;
    min-height: 120px;
}

.porovnanie__cell p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.porovnanie__cell span {
    display: block;
    color: #555;
    font-weight: 600;
    margin-bottom: 6px;
}

.porovnanie__cell figure {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.porovnanie__cell--link {
    border-bottom: none;
}

.porovnanie__cell--link span {
    display: none !important;
}

.porovnanie__column[data-main] .btn {
    display: none;
}

.porovnanie__column[data-main] .porovnanie__cell--link span {
    display: block !important;
    height: 44px;
    line-height: 44px;
    margin: 0;
}

@media (max-width: 768px) {
    .porovnanie__column[data-main] {
        box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    }

    .porovnanie .container {
        padding: 0;
    }

    .porovnanie__column {
        max-width: 50%;
    }

    .porovnanie__column[data-main] {
        max-width: 50%;
    }

    .porovnanie__table {
        border-radius: 0;
    }

    .porovnanie__cell--name {
        padding: 10px;
    }

    .porovnanie__cell {
        padding: 10px;
    }

    .porovnanie__cell h2 {
        font-size: 16px !important;
        white-space: nowrap;
    }


    .porovnanie__cell--logo {
        border-top: none;
        padding: 10px;
    }

    .porovnanie__cell--logo img {
        max-width: 100%;
        height: 50px;
        object-fit: contain;
    }

    .porovnanie__cell--description {
        min-height: 180px;
        flex-shrink: 0;
        flex: 0;
    }

    .porovnanie__cell p {
        margin: 0;
        font-size: 12px;
        line-height: 1.5;
    }

    .porovnanie__cell span {
        display: block;
        color: #555;
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 6px;
    }

    .porovnanie__cell figure {
        margin: 0;
        font-size: 16px;
        color: #000;
    }

    .porovnanie__cell--link {
        border-bottom: none;
    }
}

/* ============================== */
/* DÔVERYHODNOSŤ SECTION */
/* ============================== */

.doveryhodnost-hashtags {
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .doveryhodnost-hashtags {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }
}

.doveryhodnost h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.doveryhodnost__content {
    max-width: 900px;
    margin: 0 auto 40px;
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.doveryhodnost__content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}

.doveryhodnost__content p:last-child {
    margin-bottom: 0;
}

.doveryhodnost__trust {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.trust-badge span {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

@media (max-width: 1024px) {
    .doveryhodnost h2 {
        font-size: 28px;
    }

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

@media (max-width: 768px) {
    .doveryhodnost {
        padding: 40px 0;
    }

    .doveryhodnost h2 {
        font-size: 24px;
    }

    .doveryhodnost__content {
        padding: 24px 20px;
    }

    .doveryhodnost__trust {
        grid-template-columns: 1fr;
    }
}

/* ============================== */
/* TIPY SECTION */
/* ============================== */
.tipy {
    padding: 80px 0;
    background: #fff;
}

.tipy h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #1a1a1a;
    max-width: 900px;
}


.tipy__content {
    background: #edfffc;
    padding: 14px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px #e2e2e2;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.tipy__content h2,
.tipy__content h3,
.tipy__content h4 {
    margin-bottom: 8px;
    margin-top: 16px;
}

.tipy__content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-weight: 500;
}

.tipy__content ul {
    padding-left: 20px;
    margin: 1px 0;
}

.tipy__content h2:first-child,
.tipy__content h3:first-child,
.tipy__content h4:first-child {
    margin-bottom: 8px;
}


@media (max-width: 1024px) {
    .tipy h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {

    .tipy h2 {
        font-size: 24px;
    }
}

/* ============================== */
/* FAQ SECTION */
/* ============================== */

.faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.faq__content {
    padding: 10px 30px 30px 30px;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 2px 4px 8px #e2e2e2;
    background: white;
}


.faq img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.faq a {
    color: #3e3ceb;
}

.faq a:hover {
    color: #1311b3;
}

.faq table {
    border-collapse: collapse;
    margin: 8px 0;
    width: 100%;
    display: block;
    overflow-x: auto;
}

.faq table td {
    border: 1px solid black;
    padding: 4px 8px;
    min-width: 120px;
}

.faq h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

.faq h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 20px;
}

.faq h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 12px;
}

.faq ol,
.faq ul {
    margin: 10px 0;
    padding-left: 20px;
}

.faq p {
    margin: 6px 0;
}


/* Pozor */
.pozor {
    margin: 0;
}

.pozor__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.pozor__header svg {
    margin-bottom: 16px;
}

.pozor__title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.pozor__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.pozor__card {
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-top: 3px solid #D32F2F;
    transition: transform 0.3s ease;
}

.pozor__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.pozor__card h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.pozor__card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.pozor__footer {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid #049ca1;
}

.pozor__footer p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/*  Vhodnosť */

.vhodnost__title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.vhodnost__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-bottom: 40px;
}

.vhodnost__block {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.vhodnost__block--good {
    border-top: 4px solid #049ca1;
}

.vhodnost__block--bad {
    border-top: 4px solid #C62828;
}

.vhodnost__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.vhodnost__header h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
}

.vhodnost__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vhodnost__list li {
    padding: 12px 0 12px 32px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.vhodnost__list li:last-child {
    border-bottom: none;
}

.vhodnost__block--good .vhodnost__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #049ca1;
    font-weight: 700;
    font-size: 18px;
}

.vhodnost__block--bad .vhodnost__list li::before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #C62828;
    font-weight: 700;
    font-size: 18px;
}

.vhodnost__disclaimer {
    background: #fff3cd;
    border-left: 4px solid #FFA000;
    padding: 20px 24px;
    border-radius: 8px;
}

.vhodnost__disclaimer p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}


/* Final CTA */


.final-cta__content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.final-cta__content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.final-cta__content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: 0.95;
}

.final-cta .btn {
    max-width: 380px;
    margin: 0 auto;
}

.final-cta__features {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
}

.feature svg circle,
.feature svg path {
    stroke: #fff;
}

/* Responsive */
@media (max-width: 768px) {

    .ako-funguje__title,
    .vhodnost__title,
    .seo-obsah__title,
    .pozor__title,
    .faq__title {
        font-size: 26px;
    }

    .ako-funguje__subtitle,
    .faq__subtitle {
        font-size: 16px;
    }

    .ako-funguje__steps {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vhodnost__wrapper {
        grid-template-columns: 1fr;
    }

    .pozor__grid {
        grid-template-columns: 1fr;
    }

    .final-cta__content h2 {
        font-size: 28px;
    }

    .final-cta__content p {
        font-size: 16px;
    }

    .final-cta__features {
        flex-direction: column;
        gap: 16px;
    }

    .mikro-cta__wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .feature {
        justify-content: center;
    }

    .feature svg {
        display: none;
    }

    .mikro-cta__link {
        justify-content: center;
    }
}