.flowers-landing-hero,
.flowers-route-section,
.flowers-trust {
    margin-bottom: 20px;
}

.flowers-trust {
    margin-top: 24px;
}

.flowers-landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 22px;
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(157, 77, 110, 0.16), transparent 36%),
        linear-gradient(135deg, #fff8fb 0%, #ffffff 100%);
    border: 1px solid rgba(157, 77, 110, 0.12);
    box-shadow: 0 20px 54px rgba(84, 42, 59, 0.08);
}

.flowers-landing-hero__eyebrow,
.flowers-route-section__eyebrow,
.flowers-trust__eyebrow,
.flowers-section-heading__eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9d4d6e;
}

.flowers-landing-hero__title {
    margin: 0;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #2c2530;
}

.flowers-landing-hero__text,
.flowers-route-section__text,
.flowers-trust__text,
.flowers-section-heading__text {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5f5663;
}

.flowers-landing-hero__badges,
.flowers-landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.flowers-landing-hero__badges {
    margin-top: 20px;
}

.flowers-landing-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(157, 77, 110, 0.08);
    color: #5f4451;
    font-size: 14px;
    font-weight: 600;
}

.flowers-landing-hero__actions {
    margin-top: 22px;
}

.flowers-landing-hero__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.flowers-landing-hero__action:hover,
.flowers-route-card:hover {
    transform: translateY(-1px);
}

.flowers-landing-hero__action--primary {
    background: #9d4d6e;
    color: #fff !important;
    box-shadow: 0 16px 36px rgba(157, 77, 110, 0.22);
}

.flowers-landing-hero__action--secondary {
    background: #fff;
    color: #514955 !important;
    border: 1px solid rgba(157, 77, 110, 0.12);
}

.flowers-landing-hero__side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.flowers-landing-hero__support-item {
    padding: 16px 18px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(157, 77, 110, 0.11);
    box-shadow: 0 14px 36px rgba(84, 42, 59, 0.06);
}

.flowers-landing-hero__support-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9d4d6e;
}

.flowers-landing-hero__support-value,
.flowers-landing-hero__support-link {
    font-size: 15px;
    line-height: 1.55;
    color: #352f39 !important;
    text-decoration: none !important;
}

.flowers-section-heading {
    margin-bottom: 10px;
}

.flowers-section-heading__title,
.flowers-route-section__title,
.flowers-trust__title {
    margin: 0;
    font-size: 24px;
    line-height: 1.15;
    color: #2c2530;
}

.flowers-route-section__head,
.flowers-trust__head {
    margin-bottom: 10px;
}

.flowers-route-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.flowers-trust__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.flowers-route-card,
.flowers-trust__card {
    display: block;
    padding: 16px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(157, 77, 110, 0.12);
    box-shadow: 0 10px 24px rgba(84, 42, 59, 0.05);
    text-decoration: none !important;
}

.flowers-route-card__title,
.flowers-trust__card-title {
    display: block;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #2f2932;
}

.flowers-route-card__text,
.flowers-trust__card-text {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    color: #5f5663;
}

.flowers-trust__card-meta {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #9d4d6e;
}

.product-section-category .category-seo-text {
    margin-top: 20px;
    padding: 22px 26px;
    border-radius: 22px;
}

.product-section-category .category-seo-text p {
    font-size: 15px;
    line-height: 1.65;
}

.product-section-category .category-seo-text h2,
.product-section-category .category-seo-text h3 {
    line-height: 1.2;
}

.product-section-category .category-seo-text h2 {
    font-size: 22px;
}

.product-section-category .category-seo-text h3 {
    font-size: 19px;
}

@media (max-width: 991px) {
    .flowers-landing-hero {
        grid-template-columns: 1fr;
    }

    .flowers-landing-hero {
        padding: 24px;
    }

    .flowers-landing-hero__title {
        font-size: 32px;
    }

    .flowers-route-grid,
    .flowers-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .flowers-landing-hero,
    .flowers-route-card,
    .flowers-trust__card {
        border-radius: 18px;
    }

    .flowers-landing-hero {
        padding: 20px;
        gap: 18px;
    }

    .flowers-landing-hero__title {
        font-size: 28px;
    }

    .flowers-section-heading__title,
    .flowers-route-section__title,
    .flowers-trust__title {
        font-size: 22px;
    }

    .flowers-landing-hero__actions {
        flex-direction: column;
    }

    .flowers-landing-hero__action {
        width: 100%;
    }

    .product-section-category .category-seo-text {
        padding: 18px 18px 20px;
        border-radius: 18px;
    }
}

@media (max-width: 640px) {
    .flowers-route-grid,
    .flowers-trust__grid {
        grid-template-columns: 1fr;
    }
}
