/* ============================================
   FRONT PAGE: SHARED
   ============================================ */

.fp-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(17, 136, 158, 0.1);
    color: var(--primary-color);
    font-size: 0.875rem;
    font-weight: 600;
}

/* ============================================
   FRONT PAGE: PRODUCT SEARCH
   ============================================ */

.fp-product-search {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: #f4f8f9;
}

.fp-product-search--docs {
    background: linear-gradient(160deg, #eef6f8 0%, #f7fafc 48%, #ffffff 100%);
}

.fp-product-search__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.fp-product-search__doc-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2311889E' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.fp-product-search__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
}

.fp-product-search__blob--1 {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -80px;
    background: rgba(17, 136, 158, 0.22);
}

.fp-product-search__blob--2 {
    width: 320px;
    height: 320px;
    bottom: -100px;
    left: -60px;
    background: rgba(13, 107, 125, 0.16);
}

.fp-product-search__blob--3 {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 45%;
    background: rgba(17, 136, 158, 0.1);
}

.fp-product-search__shell {
    display: grid;
    grid-template-columns: minmax(260px, 300px) 1fr;
    gap: 1.25rem;
    align-items: stretch;
}

.fp-product-search__panel {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.fp-product-search__panel-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    min-height: 420px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 1.25rem;
    padding: 1.25rem;
    box-shadow:
        0 4px 24px rgba(17, 136, 158, 0.06),
        0 1px 3px rgba(0, 0, 0, 0.04);
}

.fp-product-search__panel-inner .fp-section-badge {
    padding: 0.3rem 0.7rem;
    margin-bottom: 0.65rem;
    font-size: 0.75rem;
    gap: 0.35rem;
}

.fp-product-search__panel-inner .fp-section-badge--docs {
    background: linear-gradient(135deg, rgba(17, 136, 158, 0.14), rgba(13, 107, 125, 0.08));
    border: 1px solid rgba(17, 136, 158, 0.18);
}

.fp-product-search__panel-inner .fp-section-badge svg {
    width: 14px;
    height: 14px;
}

.fp-product-search__doc-hero {
    display: flex;
    gap: 0.6rem;
    margin-bottom: 0.8rem;
}

.fp-product-search__doc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0.8rem;
    box-shadow: 0 6px 18px rgba(17, 136, 158, 0.12);
}

.fp-product-search__doc-icon--catalog {
    background: linear-gradient(145deg, #fff 0%, #f3fbfd 100%);
    color: #db4437;
    border: 1px solid rgba(219, 68, 55, 0.2);
    transform: rotate(-4deg);
}

.fp-product-search__doc-icon--manual {
    background: linear-gradient(145deg, #fff 0%, #eef7f9 100%);
    color: var(--primary-color);
    border: 1px solid rgba(17, 136, 158, 0.18);
    transform: rotate(3deg) translateY(3px);
}

.fp-product-search .fp-product-search__title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    color: #111827;
    margin: 0 0 0.5rem;
    background: linear-gradient(135deg, #111827 0%, var(--primary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fp-product-search__lead {
    color: #64748b;
    font-size: 0.8125rem;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.fp-product-search__searchbox {
    margin-bottom: 1rem;
}

.fp-product-search__search-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.4rem;
}

.fp-product-search__bar {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.25rem 0.25rem 0.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.fp-product-search__bar:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(17, 136, 158, 0.1);
}

.fp-product-search__icon {
    display: flex;
    color: #94a3b8;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.fp-product-search__icon svg {
    width: 16px;
    height: 16px;
}

.fp-product-search__bar:focus-within .fp-product-search__icon {
    color: var(--primary-color);
}

.fp-product-search__input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 0.5rem 0;
    font-size: 0.8125rem;
    outline: none;
    color: #1e293b;
}

.fp-product-search__input::placeholder {
    color: #94a3b8;
    font-size: 0.8125rem;
}

.fp-product-search__submit {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color) 0%, #0d6b7d 100%);
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fp-product-search__submit svg {
    width: 16px;
    height: 16px;
}

.fp-product-search__submit:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 16px rgba(17, 136, 158, 0.3);
}

.fp-product-search__hint {
    margin: 0.35rem 0 0;
    font-size: 0.7rem;
    color: #94a3b8;
}

.fp-product-search__filters {
    margin-bottom: 1rem;
}

.fp-product-search__doc-types {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.95rem;
}

.fp-doc-type {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.6rem;
    border-radius: 0.55rem;
    background: #f8fafc;
    border: 1px solid #e7edf1;
    color: #475569;
    font-size: 0.68rem;
    font-weight: 600;
}

.fp-doc-type svg {
    color: var(--primary-color);
    flex-shrink: 0;
}

.fp-product-search__filters-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}

.fp-product-search__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    max-height: 110px;
    overflow-y: auto;
    padding-left: 2px;
    scrollbar-width: thin;
}

.fp-product-search__panel-inner .fp-category-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    border-radius: 999px;
    padding: 0.28rem 0.65rem;
    font-size: 0.72rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.fp-product-search__panel-inner .fp-category-pill__count {
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.25rem;
    font-size: 0.625rem;
}

.fp-product-search__panel-inner .fp-category-pill:hover {
    border-color: rgba(17, 136, 158, 0.35);
    color: var(--primary-color);
}

.fp-product-search__panel-inner .fp-category-pill.is-active {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 3px 10px rgba(17, 136, 158, 0.25);
}

.fp-product-search__panel-inner .fp-category-pill.is-active .fp-category-pill__count {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.fp-product-search__features {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.fp-product-search__features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #475569;
}

.fp-product-search__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 0.5rem;
    background: rgba(17, 136, 158, 0.08);
    color: var(--primary-color);
    flex-shrink: 0;
}

.fp-product-search__feature-icon svg {
    width: 14px;
    height: 14px;
}

.fp-product-search__all-link.button {
    margin-top: auto;
    padding: 0.5rem 0.85rem;
    font-size: 0.8125rem;
    border-radius: 0.65rem;
    gap: 0.4rem;
}

.fp-product-search__all-link.button svg {
    width: 14px;
    height: 14px;
}

.fp-product-search__main {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e8eef0;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 8px 40px rgba(17, 136, 158, 0.07);
    min-height: 420px;
    height: 100%;
}

.fp-product-search__main-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(90deg, rgba(17, 136, 158, 0.04), transparent);
    margin: -0.25rem -0.25rem 1.25rem;
    padding: 0.75rem 0.75rem 1rem;
    border-radius: 0.85rem 0.85rem 0 0;
}

.fp-product-search__results-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.2rem;
}

.fp-product-search__results-sub {
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 0;
}

.fp-product-search__count {
    flex-shrink: 0;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(17, 136, 158, 0.1);
    color: var(--primary-color);
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.fp-product-search__results-wrap {
    position: relative;
    flex: 1;
    min-height: 200px;
}

.fp-product-search__loading {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 1rem;
    padding: 0.25rem;
}

.fp-product-search__skeletons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.fp-product-search__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.fp-product-search__grid.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.fp-ps-card {
    display: flex;
    flex-direction: column;
    background: #fafbfc;
    border: 1px solid #eef2f6;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.fp-ps-card:hover {
    transform: translateY(-4px);
    border-color: rgba(17, 136, 158, 0.25);
    box-shadow: 0 12px 32px rgba(17, 136, 158, 0.12);
}

.fp-ps-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(145deg, #f0f4f8, #e8eef2);
}

.fp-ps-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8aa2b0;
    background: radial-gradient(circle at 30% 20%, #f7fbfd, #e9f1f5);
}

.fp-ps-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.fp-ps-card__doc-badge {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    display: inline-flex;
    align-items: center;
    gap: 0.22rem;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(17, 136, 158, 0.9);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.fp-ps-card:hover .fp-ps-card__img {
    transform: scale(1.06);
}

.fp-ps-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: rgba(17, 136, 158, 0.55);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fp-ps-card:hover .fp-ps-card__overlay {
    opacity: 1;
}

.fp-ps-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.9rem 1rem 1rem;
    flex: 1;
}

.fp-ps-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.fp-ps-card__tag {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.45rem;
    border-radius: 0.45rem;
    background: #eef4f7;
    color: #536471;
    font-size: 0.64rem;
    font-weight: 700;
}

.fp-ps-card__tag--catalog {
    background: rgba(17, 136, 158, 0.1);
    color: var(--primary-color);
}

.fp-ps-card__tag--manual {
    background: rgba(13, 107, 125, 0.12);
    color: #0d6b7d;
}

.fp-ps-card__title {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
    min-height: 2.75rem;
}

.fp-ps-card__title a {
    color: #1e293b;
    transition: color 0.2s ease;
}

.fp-ps-card__title a:hover {
    color: var(--primary-color);
}

.fp-ps-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: auto;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--primary-color);
    transition: gap 0.2s ease;
}

.fp-ps-card__link:hover {
    gap: 0.45rem;
}

.fp-ps-card--skeleton {
    min-height: 220px;
    background: linear-gradient(90deg, #f1f5f9 25%, #e8eef2 50%, #f1f5f9 75%);
    background-size: 200% 100%;
    animation: fp-shimmer 1.2s ease-in-out infinite;
    border: 0;
}

@keyframes fp-shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.fp-product-search__no-results {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1.5rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.fp-product-search__no-results.is-visible {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.fp-product-search__empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: rgba(17, 136, 158, 0.08);
    color: var(--primary-color);
}

.fp-product-search__empty-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #334155;
    margin: 0 0 0.35rem;
}

.fp-product-search__empty-text {
    font-size: 0.9rem;
    color: #94a3b8;
    margin: 0;
    max-width: 280px;
}

@media (max-width: 991px) {
    .fp-product-search__shell {
        grid-template-columns: 1fr;
    }

    .fp-product-search__panel-inner {
        min-height: 0;
        height: auto;
    }

    .fp-product-search__all-link.button {
        margin-top: 1rem;
    }

    .fp-product-search__grid,
    .fp-product-search__skeletons {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .fp-product-search {
        padding: 3rem 0;
    }

    .fp-product-search__panel-inner,
    .fp-product-search__main {
        padding: 1.25rem;
        border-radius: 1.25rem;
    }

    .fp-product-search__categories {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
        padding-bottom: 0.25rem;
        -webkit-overflow-scrolling: touch;
    }

    .fp-product-search__grid,
    .fp-product-search__skeletons {
        grid-template-columns: 1fr;
    }

    .fp-product-search__main-head {
        flex-direction: column;
        align-items: stretch;
    }

    .fp-product-search__count {
        align-self: flex-start;
    }

    .fp-product-search__doc-hero {
        margin-bottom: 0.6rem;
    }

    .fp-product-search__doc-icon {
        width: 34px;
        height: 34px;
    }
}

/* ============================================
   FRONT PAGE: SHOP PRODUCTS
   ============================================ */

.fp-shop-products {
    background: #fff;
}

.fp-shop-products h2::after {
    content: '';
    display: block;
    width: 64px;
    height: 4px;
    margin: 1rem auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--primary-color), #0d6b7d);
}

.fp-shop-products__slider {
    padding-bottom: 2.5rem;
}

.fp-shop-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 2px solid #f0f4f5;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.fp-shop-card:hover {
    transform: translateY(-6px);
    border-color: rgba(17, 136, 158, 0.25);
    box-shadow: 0 16px 40px rgba(17, 136, 158, 0.12);
}

.fp-shop-card__image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f8fafb;
}

.fp-shop-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.fp-shop-card:hover .fp-shop-card__image img {
    transform: scale(1.06);
}

.fp-shop-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: #e74c3c;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.fp-shop-card__badge--muted {
    background: #95a5a6;
}

.fp-shop-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.15rem;
    gap: 0.75rem;
}

.fp-shop-card__title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.6;
    min-height: 3rem;
    margin: 0;
}

.fp-shop-card__title a {
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.fp-shop-card__title a:hover {
    color: var(--primary-color);
}

.fp-shop-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
}

.fp-shop-card__price-old {
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 0.85rem;
}

.fp-shop-card__price-current {
    color: var(--primary-color);
    font-size: 1.05rem;
    font-weight: 700;
}

.fp-shop-swiper .swiper-pagination {
    bottom: 0;
}

.fp-shop-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    opacity: 1;
}

.fp-shop-swiper .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: var(--primary-color);
}

.fp-shop-swiper-nav {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    justify-content: space-between;
    pointer-events: none;
    z-index: 3;
    padding: 0 0.25rem;
}

.fp-shop-swiper-prev,
.fp-shop-swiper-next {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.fp-shop-swiper-prev:hover,
.fp-shop-swiper-next:hover {
    transform: scale(1.05);
    background: var(--primary-color);
    color: #fff;
}

.fp-shop-swiper-prev {
    transform: translateX(-50%);
}

.fp-shop-swiper-next {
    transform: translateX(50%);
}

.fp-shop-swiper-prev:hover {
    transform: translateX(-50%) scale(1.05);
}

.fp-shop-swiper-next:hover {
    transform: translateX(50%) scale(1.05);
}

@media (min-width: 768px) {
    .fp-shop-products__slider {
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .fp-shop-swiper-nav {
        display: none !important;
    }
}

/* ============================================
   FRONT PAGE: DOWNLOAD APP
   ============================================ */

.fp-download-app {
    position: relative;
    padding: 4rem 0 5rem;
    overflow: hidden;
}

.fp-download-app__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.fp-download-app__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
}

.fp-download-app__blob--1 {
    width: 380px;
    height: 380px;
    top: -100px;
    left: -80px;
    background: rgba(17, 136, 158, 0.18);
}

.fp-download-app__blob--2 {
    width: 320px;
    height: 320px;
    bottom: -80px;
    right: -60px;
    background: rgba(238, 146, 16, 0.14);
}

.fp-download-app__card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(17, 136, 158, 0.14);
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    box-shadow:
        0 8px 40px rgba(17, 136, 158, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.04);
}

.fp-section-badge--app {
    background: linear-gradient(135deg, rgba(17, 136, 158, 0.14), rgba(238, 146, 16, 0.1));
    border: 1px solid rgba(17, 136, 158, 0.18);
}

.fp-download-app__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 1rem;
    line-height: 1.35;
}

.fp-download-app__lead {
    font-size: 1rem;
    line-height: 1.8;
    color: #64748b;
    margin: 0 0 1.5rem;
    max-width: 36rem;
}

.fp-download-app__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.fp-download-app__features--benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

@media (min-width: 576px) {
    .fp-download-app__features--benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.fp-download-app__why {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--primary-color, #11889e);
}

.fp-download-app__feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: var(--fp-text, #1a2030);
}

.fp-download-app__feature--benefit {
    align-items: flex-start;
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(17, 136, 158, 0.1);
}

.fp-download-app__feature-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.fp-download-app__feature-title {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--fp-text, #1a2030);
    line-height: 1.45;
}

.fp-download-app__platform-note {
    margin: 1rem 0 0;
    font-size: 0.82rem;
    color: #64748b;
}

.fp-download-app__platform-note strong {
    color: var(--fp-text, #1a2030);
}

.fp-download-app__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(17, 136, 158, 0.1);
    color: var(--primary-color);
    flex-shrink: 0;
}

.fp-download-app__feature-icon--ios {
    background: rgba(26, 26, 26, 0.08);
    color: #1a1a1a;
}

.fp-download-app__feature-icon--android {
    background: rgba(17, 136, 158, 0.12);
    color: var(--primary-color);
}

.fp-download-app__cta {
    display: inline-flex;
}

.fp-download-app__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 1rem 0;
}

.fp-download-app__phone {
    position: relative;
    width: min(220px, 70vw);
    aspect-ratio: 9 / 18;
    border-radius: 2rem;
    background: linear-gradient(160deg, #1a2030 0%, #2d3748 100%);
    padding: 0.65rem;
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.18),
        inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.fp-download-app__phone-notch {
    position: absolute;
    top: 0.65rem;
    left: 50%;
    transform: translateX(-50%);
    width: 36%;
    height: 1.25rem;
    background: #1a2030;
    border-radius: 0 0 0.75rem 0.75rem;
    z-index: 2;
}

.fp-download-app__phone-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #eef6f8 0%, #ffffff 100%);
    padding: 2.5rem 1rem 1.5rem;
    text-align: center;
}

.fp-download-app__app-icon {
    width: 72px;
    height: 72px;
    border-radius: 1rem;
    object-fit: cover;
    margin-bottom: 0.25rem;
}

.fp-download-app__app-icon--fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 136, 158, 0.12);
    color: var(--primary-color);
}

.fp-download-app__app-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a2030;
}

.fp-download-app__app-tagline {
    font-size: 0.8rem;
    color: #64748b;
}

.fp-download-app__platform-badges {
    display: flex;
    gap: 0.75rem;
}

.fp-download-app__platform {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.fp-download-app__platform--ios {
    background: #1a1a1a;
    color: #fff;
}

.fp-download-app__platform--android {
    background: rgba(17, 136, 158, 0.12);
    color: var(--primary-color);
    border: 1px solid rgba(17, 136, 158, 0.2);
}

@media (min-width: 992px) {
    .fp-download-app__card {
        padding: 2.5rem 3rem;
    }

    .fp-download-app__visual {
        padding: 0 1rem;
    }
}

@media (max-width: 991px) {
    .fp-download-app__visual {
        order: -1;
    }

    .fp-download-app__content {
        text-align: center;
    }

    .fp-download-app__lead {
        margin-left: auto;
        margin-right: auto;
    }

    .fp-download-app__feature {
        justify-content: center;
    }

    .fp-download-app__features {
        align-items: center;
    }
}
