
    .benefit-icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 1.5px; 
    color: #004693;     
}


.benefits-grid-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.benefits-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 12px;
}

.benefit-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}

.benefit-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #00468c; 
}

.benefit-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.lock-system {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.red-bullet-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.red-bullet-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 16px;
}

.red-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #e31e24; 
    border-radius: 50%;
}

.delivery-info {
    padding: 40px 20px;
}

.delivery-card {
    background: #00468c;
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.delivery-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}

.delivery-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
}

.d-feat {
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--soft);
    border: 1px solid #e4ebf4;
    font-size: 14px;
    border: 1;
}

.d-feat strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

/* Адаптивность для всех блоков */
@media (max-width: 980px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lock-grid {
        grid-template-columns: 1fr;
    }
    .delivery-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    .benefits-title {
        font-size: 22px;
    }
}

    .filler-section {
        background-color: #f9fafb;
        padding-block: 20px;
    }

    .filler-main-title {
        padding-bottom: 40px !important;
        color: #001f3f;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
    }

    .filler-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1300px;
        margin: 0 auto;
    }

    .filler-list-col,
    .filler-slider-col {
        flex: 0 0 50%;
        width: 50%;
        padding-inline: 20px;
        box-sizing: border-box;
    }

    .filler-item {
        padding: 15px 20px;
        margin-bottom: 10px;
        border-left: 4px solid transparent;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .filler-item.active {
        background: #fff;
        border-left-color: #004693;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .filler-title {
        font-weight: 700;
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .filler-item p {
        font-size: 14px;
        color: #666;
        margin: 0;
    }

.lock-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 30px;
    align-items: center; 
}

/* Левая часть с текстом */
.lock-text h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.lock-text ul.standard-bullets {
    margin-top: 15px;
    padding-left: 20px;
    list-style-type: disc;
}

.lock-image-container {
    width: 100%;
    height: 280px; 
    border-radius: 14px;
    overflow: hidden;
    background: #f0f4f8;
    border: 1px solid var(--line);
}

.lock-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

@media (max-width: 980px) {
    .lock-grid {
        grid-template-columns: 1fr;
    }
    
    .lock-image-container {
        height: 220px; 
    }
}
   
    .filler-swiper {
        padding-bottom: 60px !important;
        width: 100%;
    }

    .filler-swiper .swiper-wrapper {
        display: flex;
        align-items: center;
    }

    .filler-swiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        opacity: 0.3;
        transition: opacity 0.4s;
    }

    .filler-swiper .swiper-slide-active {
        opacity: 1;
    }

    .card-inner {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 420px;
    }

    .card-header {
        display: block;
        font-weight: 700;
        padding: 20px 15px;
        text-align: center;
        background: #fff;
    }

    .card-img-wrapper {
        width: 100%;
        height: 260px;
        overflow: hidden;
    }

    .card-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .card-details {
        padding: 25px 25px 35px 25px;
        background: #fff;
    }

    .card-details p {
        font-size: 14px;
        margin: 0 0 10px 0;
        line-height: 1.5;
    }

    .card-details p:last-child {
        margin-bottom: 0;
    }

    .filler-swiper .swiper-pagination-bullet {
        background: #004693;
        opacity: 0.4;
    }

    .filler-swiper .swiper-pagination-bullet-active {
        opacity: 1;
        background: #004693;
    }

    .sandwich-flow {
        --ink: #14243a;
        --text: #334761;
        --muted: #62758e;
        --line: #dbe4ef;
        --paper: #ffffff;
        --soft: #f3f7fc;
        --accent: #39546F;
        max-width: 1120px;
        margin: 28px auto;
        padding: 0 12px 24px;
        font-family: Inter, Arial, sans-serif;
        color: var(--text);
    }

    .sandwich-flow h1,
    .sandwich-flow h2,
    .sandwich-flow h3 {
        margin: 0;
        color: var(--ink);
    }

    .sandwich-flow p {
        margin: 0;
        line-height: 1.65;
    }

    .flow-hero {
        padding: 18px 18px 10px;
    }

    .flow-kicker {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 6px;
    }

    .flow-hero h1 {
        font-size: 44px;
        line-height: 1.05;
        margin-bottom: 12px;
        letter-spacing: -0.01em;
    }

    .flow-lead {
        font-size: 17px;
        max-width: 860px;
        color: #445a75;
    }

    .flow-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 16px;
    }

    .flow-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 10px 16px;
        border-radius: 999px;
        text-decoration: none !important;
        font-weight: 700;
        border: 1px solid transparent;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.2s ease;
    }

    .flow-btn--solid {
        background: var(--accent);
        color: #fff !important;
    }

    .flow-btn--line {
        border-color: #cdd9e8;
        background: #fff !important; 
        color: var(--accent) !important;
    }

    .flow-btn:hover {
        transform: translateY(-1px);
    }

    .hero-image {
        margin: 0 0 12px;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid var(--line);
    }

    .hero-image img {
        width: 100%;
        height: 340px;
        object-fit: cover;
        display: block;
    }

    .quick-facts {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 0 6px;
        margin-bottom: 12px;
    }

    .quick-facts p {
        margin-top: 0px !important;
        padding: 8px 12px;
        border-radius: 999px;
        background: var(--soft);
        border: 1px solid #e4ebf4;
        font-size: 14px;
    }

    .content-band,
    .compare-lite,
    .mini-gallery,
    .useful-links,
    .faq-lite,
    .final-cta {
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 18px;
        margin-bottom: 12px;
    }

    .content-band h2,
    .compare-lite h2,
    .mini-gallery h2,
    .useful-links h2,
    .faq-lite h2,
    .final-cta h2 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 1.15;
    }

    .content-band p+p {
        margin-top: 10px;
    }

    .type-split {
        display: grid;
        gap: 12px;
        margin-bottom: 12px;
    }

    .type-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border: 1px solid var(--line);
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
    }

    .type-block--reverse img {
        order: 2;
    }

    .type-block img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        display: block;
    }

    .type-block__text {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }

    .type-block__text h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .flow-link {
        margin-top: 4px;
        align-self: flex-start;
        color: var(--accent) !important;
        font-weight: 700;
        text-decoration: none !important;
        border-bottom: 1px solid transparent;
        cursor: pointer;
    }

    .flow-link:hover {
        border-bottom-color: var(--accent);
    }

    .compare-lite__cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .compare-lite__cols div {
        background: #f8fbff;
        border: 1px solid #e2eaf4;
        border-radius: 12px;
        padding: 14px;
    }

    .compare-lite h3 {
        margin-bottom: 8px;
        font-size: 22px;
    }

    .compare-lite ul {
        margin: 0;
        padding-left: 18px;
        display: grid;
        gap: 6px;
    }

    .mini-gallery__row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .mini-gallery__row img {
        width: 100%;
        height: 175px;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid #e2eaf4;
        display: block;
    }

    .curtain-grid-first {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .curtain-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .card-curtain {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        max-height: 260px;
        min-height: 148px;
        border: 1px solid #dbe5f1;
        background: #eaf1fa;
    }

    .card-curtain__image {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 148px;
    }

    .card-curtain__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .card-curtain__overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(57, 84, 111, 0.9);
        color: #ffffff;
        transition: bottom 0.4s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding: 16px;
        box-sizing: border-box;
    }

    .card-curtain:hover .card-curtain__overlay {
        bottom: 0;
    }

    .card-curtain__overlay h3 {
        color: #ffffff;
        font-size: 21px;
        line-height: 1.15;
    }

    .card-curtain__overlay p {
        color: #e6eef8;
        line-height: 1.45;
    }

    .btn-mini {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-start;
        margin-top: 4px;
        padding: 8px 12px;
        border-radius: 999px;
        background: #ffffff !important;
        color: var(--accent) !important;
        font-weight: 700;
        text-decoration: none !important;
        cursor: pointer;
    }

    .btn-mini:hover {
        background: #edf3fb !important;
    }

    .faq-lite details {
        border-top: 1px solid #e6edf6;
        padding: 10px 0;
    }

    .faq-lite details:first-of-type {
        border-top: none;
        padding-top: 0;
    }

    .faq-lite summary {
        cursor: pointer;
        list-style: none;
        font-weight: 700;
        color: var(--ink);
    }

    .faq-lite summary::-webkit-details-marker {
        display: none;
    }

    .faq-lite p {
        margin-top: 6px;
        color: #526884;
    }

    .faq-list {
        padding-top: 10px;
    }

    .final-cta p {
        max-width: 840px;
    }

    @media (max-width: 980px) {
        .flow-hero h1 {
            font-size: 36px;
        }

        .type-block {
            grid-template-columns: 1fr;
        }

        .type-block--reverse img {
            order: 0;
        }

        .compare-lite__cols,
        .mini-gallery__row,
        .curtain-grid {
            grid-template-columns: 1fr;
        }

        .hero-image img {
            height: 280px;
        }
    }

    @media (max-width: 640px) {
        .sandwich-flow {
            margin: 14px auto;
            padding: 0 8px 16px;
        }

        .flow-hero {
            padding: 8px 6px;
        }

        .flow-hero h1 {
            font-size: 30px;
        }

        .content-band h2,
        .compare-lite h2,
        .mini-gallery h2,
        .useful-links h2,
        .faq-lite h2,
        .final-cta h2,
        .type-block__text h2 {
            font-size: 24px;
        }

        .flow-btn {
            width: 100%;
        }
    }