/* ========================================
   HOMEPAGE - BEM METODIKA
   ======================================== */

/* Reset a základní styly */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.homepage {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #2c3e50;
    background-color: #ffffff;
}

/* ========================================
   HERO BANNER - Úvodní sekce
   ======================================== */
.hero {
    position: relative;
    height: 300px; /* Zmenšeno z 400px na 300px pro mobil */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Obrázek se nastavuje přímo v HTML pomocí PHP pro náhodný výběr */
    background-size: cover;
    background-position: center;
    /* Ostrý obrázek bez rozmazání */
    filter: none;
}

.hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Tmavší overlay pro lepší čitelnost bílého textu */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.hero__content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 20px;
    max-width: 800px;
}

.hero__title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.3;
}

.hero__subtitle {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.95;
    margin-bottom: 24px;
}

/* Vyhledávací pole uvnitř hero banneru */
.hero__search {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

/* ========================================
   VYHLEDÁVÁNÍ - Airbnb styl
   ======================================== */

.search__input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 12px 12px 24px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
}

.search__input:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}

.search__input-text {
    flex: 1;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    text-align: left;
    padding-left: 8px;
}

/* Barevné kolečko s lupou - jako Airbnb */
.search__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.search__input:hover .search__button {
    transform: scale(1.05);
}

.search__icon {
    width: 20px;
    height: 20px;
    color: #ffffff;
    stroke-width: 3;
}

/* ========================================
   SEKCE - Obecný layout pro sekce
   ======================================== */
.section {
    padding: 40px 20px;
    background-color: #ffffff;
}

.section--grey {
    background-color: #f8f9fa;
}

.section--compact {
    padding-bottom: 20px;
}

.section__container {
    max-width: 1200px;
    margin: 0 auto;
}

.section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.section__title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
}

.section__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #e8eaf6;
    border: none;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.section__link:hover {
    background-color: #d1d5f0;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
}

.section__link svg {
    width: 16px;
    height: 16px;
    color: #667eea;
    stroke-width: 2.5;
}

/* Desktop verze - zobrazit text místo ikony */
@media (min-width: 768px) {
    .section__link {
        width: auto;
        height: auto;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        font-size: 14px;
        color: #667eea;
        font-weight: 600;
    }

    .section__link:hover {
        background: none;
        border: none;
        transform: none;
        box-shadow: none;
        text-decoration: underline;
    }

    .section__link svg {
        display: none;
    }

    .section__link::after {
        content: 'Zobrazit vše';
    }
}

.section__description {
    font-size: 14px;
    color: #7f8c8d;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Desktop - větší font pro lepší čitelnost */
@media (min-width: 768px) {
    .section__description {
        font-size: 18px;
        line-height: 1.6;
    }
}

/* ========================================
   CAROUSEL - Horizontální posuvné bannery
   ======================================== */

/* Wrapper pro carousel a šipky */
.carousel-wrapper {
    position: relative;
}

.carousel {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

.carousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.carousel__track {
    display: flex;
    gap: 16px;
    padding-bottom: 10px;
    padding-left: 2px; /* Prostor pro stín první karty */
    padding-right: 2px; /* Prostor pro stín poslední karty */
}

/* Navigační šipky pro posun karouselu - pouze desktop */
.carousel__nav {
    display: none; /* Skryté na mobilu */
}

@media (min-width: 768px) {
    .carousel__nav {
        display: block;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        z-index: 20;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .carousel__nav--prev {
        left: -60px;
    }

    .carousel__nav--next {
        right: -60px;
    }

    .carousel__button {
        background: none;
        border: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel__nav:hover svg {
        transform: scale(1.2);
        color: #667eea;
    }

    .carousel__button svg {
        width: 32px;
        height: 32px;
        color: #2c3e50;
        stroke-width: 2;
        transition: all 0.2s ease;
    }

    .carousel__nav:disabled {
        opacity: 0.3;
        cursor: not-allowed;
        pointer-events: none;
    }
}


/* ========================================
   CARD - Karty s informacemi
   ======================================== */
.card {
    flex: 0 0 280px;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

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

.card__image {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 12px;
    gap: 6px;
}

.card__badge {
    background-color: rgba(255, 255, 255, 0.95);
    color: #2c3e50;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.card__badge--new {
    background-color: #ff6b6b;
    color: #ffffff;
}

.card__badge--available {
    background-color: #667eea;
    color: #ffffff;
}

.card__badge--reserved {
    background-color: #f39c12;
    color: #ffffff;
}

.card__badge--verified {
    background-color: #00b894;
    color: #ffffff;
}

.card__badge--updated {
    background-color: #3498db;
    color: #ffffff;
}

.card__badge--puppies {
    background-color: #10b981;
    color: #ffffff;
}

.card__badge--expected {
    background-color: #f59e0b;
    color: #ffffff;
}

.card__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.card__title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.card__breed {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 10px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Breed items - na desktopu inline, na mobilu pod sebou */
.breed-item {
    display: inline;
}

/* Na mobilu - plemena pod sebou s tečkami jako odrážkami */
@media (max-width: 767px) {
    .card__breed {
        display: flex;
        flex-direction: column;
        line-height: 1.6;
    }

    /* Každé plemeno na vlastním řádku */
    .breed-item {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Menší řádkování pro verified karty */
    .card--verified .card__breed {
        line-height: 1.4;
    }
}

.card__details {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.card__gender {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.card__gender svg {
    width: 18px;
    height: 18px;
}

.card__gender--male {
    color: #64b5f6;
}

.card__gender--female {
    color: #f48fb1;
}

.card__age {
    font-size: 13px;
    color: #2c3e50;
    font-weight: 600;
}

.card__location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.4;
    margin-top: auto;
    margin-bottom: 0;
}

.card__flag {
    width: 18px;
    height: 13px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
    display: block;
    margin-top: -2px;
}

.card__country {
    color: #2c3e50;
    font-weight: 600;
}

.card__place {
    color: #7f8c8d;
}

.card__button {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.card__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.card__info {
    font-size: 13px;
    color: #95a5a6;
}

.card__rating {
    font-size: 13px;
    color: #2c3e50;
    margin-top: -3px;
    margin-bottom: 12px;
}

/* ========================================
   CTA - Call to Action sekce pro chovatele
   ======================================== */
.cta {
    background: linear-gradient(135deg, #ff6b35 0%, #ff3d00 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.cta__dog {
    display: block;
    position: absolute;
    right: calc(-80% + 60px);
    bottom: 0;
    height: 115%;
    width: auto;
    z-index: 5;
    pointer-events: none;
    opacity: 0.5;
}

.cta__container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

.cta__content {
    color: #ffffff;
}

.cta__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cta__text {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
    opacity: 0.95;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cta__arrow {
    display: inline-block;
    width: 60px;
    height: auto;
    margin-left: 3px;
    margin-bottom: -10px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    vertical-align: baseline;
    position: relative;
    top: 10px;
}

.cta__arrow-center {
    display: block;
    width: 15px;
    height: auto;
    margin: 5px auto 10px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.cta__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    color: #ff6b35;
    padding: 16px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.cta__button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    background-color: #fff;
}

.cta__button:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.cta__button-icon {
    font-size: 20px;
}

.cta__break {
    display: none;
}

/* ========================================
   BREED CARDS - Karty s kategoriemi plemen
   ======================================== */
.breed-card {
    flex: 0 0 110px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.breed-card:hover {
    transform: translateY(-4px);
}

.breed-card__image {
    width: 110px;
    height: 110px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.breed-card:hover .breed-card__image {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.breed-card__title {
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
    margin: 0;
    line-height: 1.3;
}

/* Tablet a větší */
@media (min-width: 768px) {
    .breed-card {
        flex: 0 0 180px;
    }

    .breed-card__image {
        width: 180px;
        height: 180px;
    }

    .breed-card__title {
        font-size: 16px;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .breed-card {
        flex: 0 0 200px;
    }

    .breed-card__image {
        width: 200px;
        height: 200px;
    }
}

/* ========================================
   JAK TO FUNGUJE - Kroky
   ======================================== */
.how-it-works {
    background-color: #f8f9fa;
    padding: 0;
    overflow: hidden;
}

.how-it-works__container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.how-it-works__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0;
    padding: 40px 20px 30px;
    background-color: #f8f9fa;
}

/* Mobilní verze - horizontální scroll (Apple styl) */
.how-it-works__steps {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 0 20px 20px 20px;
}

.how-it-works__steps::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.step {
    flex: 0 0 85vw;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 28px;
    text-align: center;
    scroll-snap-align: center;
    position: relative;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Luxusní tmavé gradienty s zářivými akcenty (satén efekt) */
.step:nth-child(1) {
    background-image: url('../../assets/images/banner-1-pedia-dog.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.step:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.65) 100%);
    border-radius: 24px;
}

.step:nth-child(2) {
    background-image: url('../../assets/images/banner-2-pedia-dog.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.step:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.75) 100%);
    border-radius: 24px;
}

.step:nth-child(3) {
    background-image: url('../../assets/images/banner-3-pedia-dog.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.step:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.75) 100%);
    border-radius: 24px;
}

.step:nth-child(4) {
    background-image: url('../../assets/images/banner-4-pedia-dog-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.step:nth-child(4)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.75) 100%);
    border-radius: 24px;
}

.step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.step__title {
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    line-height: 1.3;
}

.step__text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 100%;
    font-weight: 400;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

/* ========================================
   RESPONZIVNÍ DESIGN - Tablet a Desktop
   ======================================== */
/* Mobilní zařízení - vlajka ještě více nahoru a větší ikony pohlaví */
@media (max-width: 767px) {
    .card__flag {
        margin-top: -4px;
    }

    .card__gender,
    .card__gender svg {
        width: 22px;
        height: 22px;
    }
}

@media (min-width: 768px) {
    .hero {
        height: 400px; /* Zmenšeno z 500px na 400px pro tablet/desktop */
    }

    .hero__title {
        font-size: 42px;
    }

    .hero__subtitle {
        font-size: 20px;
    }

    .section {
        padding: 60px 40px;
    }

    .section__title {
        font-size: 28px;
    }

    .card {
        flex: 0 0 320px;
    }

    /* Na desktopu - štítky vedle sebe, stavějí se zespodu nahoru */
    .card__image {
        flex-direction: row;
        flex-wrap: wrap-reverse;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
        gap: 6px;
    }

    .card__breed {
        -webkit-line-clamp: 1;
    }

    .card__gender,
    .card__gender svg {
        width: 21px;
        height: 21px;
    }

    /* Desktop - karty vedle sebe v gridu */
    .how-it-works {
        padding: 60px 40px;
    }

    .how-it-works__title {
        padding: 0;
        margin-bottom: 40px;
    }

    .how-it-works__steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow: visible;
        gap: 24px;
        scroll-snap-type: none;
    }

    .step {
        flex: none;
        min-height: auto;
        padding: 32px 24px;
        border-radius: 20px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .step:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

    /* První karta - zarovnání fotky na horní okraj */
    .step:nth-child(1) {
        background-position: center -20px;
    }

    /* Druhá karta - zvětšená fotka */
    .step:nth-child(2) {
        background-size: 130%;
        background-position: center -80px;
    }

    /* Čtvrtá karta - zvětšená fotka */
    .step:nth-child(4) {
        background-size: 160%;
        background-position: -170px -150px;
    }

    /* Všechny karty - silnější stín textu pro lepší čitelnost */
    .step .step__number {
        text-shadow: 0 3px 15px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.8);
    }

    .step .step__title {
        text-shadow: 0 3px 15px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.8);
    }

    .step .step__text {
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.8);
        font-size: 19px;
    }

    .step__number {
        width: 64px;
        height: 64px;
        font-size: 28px;
        margin-bottom: 24px;
    }

    .step__title {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .step__text {
        font-size: 17px;
        max-width: none;
    }

    .cta__text {
        font-size: 20px;
    }

    .cta__break {
        display: inline;
    }

    .cta__arrow {
        display: inline-block;
        top: 3px;
        margin-bottom: -3px;
    }
}

@media (min-width: 1024px) {
    .cta {
        overflow: visible;
    }

    .cta__dog {
        right: 275px;
        opacity: 1;
    }

    .carousel__track {
        gap: 20px;
    }

    .card {
        flex: 0 0 360px;
    }
}

/* ========================================
   VERIFIED CARDS - Ověřené stanice (užší karty)
   ======================================== */
/* Mobil: 2 karty vedle sebe (menší šířka) */
.card--verified {
    flex: 0 0 160px;
}

/* Pouze na mobilu - menší padding a fonty pro více znaků na řádek */
@media (max-width: 767px) {
    .card--verified .card__content {
        padding: 12px;
    }

    .card--verified .card__title {
        font-size: 15px;
    }

    .card--verified .card__rating {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .card--verified .card__breed {
        font-size: 12px;
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .card--verified .card__location {
        font-size: 11px;
        gap: 4px;
    }

    .card--verified .card__country {
        font-size: 11px;
    }

    .card--verified .card__button {
        margin-top: 12px;
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* Tablet: 3 karty vedle sebe */
@media (min-width: 768px) {
    .card--verified {
        flex: 0 0 220px;
    }
}

/* Desktop: 4 karty vedle sebe - stejná celková šířka jako 3 karty po 360px */
/* Výpočet: (3×360px + 2×20px) = 1120px celkem */
/* Pro 4 karty: (1120px - 3×20px) / 4 = 265px na kartu */
@media (min-width: 1024px) {
    .card--verified {
        flex: 0 0 265px;
    }
}
