.hero-content {

    height: 80vh;
    color:#00939E;

}
.hero-content h1{
    font-weight: 700;
    font-size: clamp(36px, 6vw, 96px);
}
.hero-content h3{
    font-weight: 400;
    font-size: clamp(16px, 2.5vw, 24px);
}


.see-catalog{
    width: 286px !important;
    height: 48px !important;
    border-radius: 30px !important;

    color: #00939E !important;
    border: 3px solid #00939E !important; ;
}

.see-catalog:hover{
    background-color: #00939E !important;
    color: white !important;
}



.menu-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(1, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}


.left-big-block {
     grid-area: 1 / 1 / 3 / 2;
    background-image: url("../assets/left-block.5e01632b0204.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 414px;
    height: 709px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    }



.top-big-block {
    grid-area:1 / 2 / 3 / 4;  ;
    background-image: url("../assets/top-block.628a28af5584.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 840px;
    height: 709px;
    border-radius: 30px;
}

.right-big-block {
     grid-area: 1 / 4 / 3 / 5;
    background-image: url("../assets/right-block.0f4b5520fd7f.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 415px;
    height: 709px;
    border-radius: 30px;

}


.carousel-inner img{
    border-radius: 30px;
}

.menu-block{
      position: relative;
       display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding:10px;
}

.menu-block:hover{

    transition: ease-out 0.2s;

}

.menu-category{
    color: white !important;
    padding: 20px;
    font-weight: 700;
    font-size: clamp(22px, 3.5vw, 40px);


}

.menu-button{
    min-width: 286px !important;
    height: 48px !important;
    display: flex !important;
    border-radius: 30px !important;
    background-color: transparent !important;
    color: white !important;
    margin-left: auto;
    margin-top: auto;
    font-size:18px;
    align-items: center;
    border: 3px solid white !important;



}

.menu-button:hover{
    background-color: white !important;
    color: #00939E !important;
}


.important{
    width: 100% !important;
    color:#029300;
    font-size: clamp(20px, 3vw, 32px);
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}
.important h2{
    font-weight: 700;
    font-size: clamp(28px, 5vw, 48px);
}

.popular-products{
    width: 50% !important;
    color:#00939E;
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 700;
    padding-right: auto !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left:0px !important;
    text-align: left !important;
}

.popular-products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.popular-products__all-link {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 180px !important;
    margin: 0 !important;
}


.card-good{
    background-color: #D9F0CB!important;
    border-radius: 30px !important;
    padding: 0!important;
    padding-bottom: 0 !important;
    width: 100%;
    height: 480px;
    justify-content: center !important;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.2s ease-out;
}

.card-good:hover{
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); */
    /* box-shadow: #00939E 0px 0px 20px 0px; */

    scale: 1.05;
    transition: ease-out 0.2s;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.card-good:focus-visible{
    outline: 3px solid #00939E;
    outline-offset: 4px;
}
.card-button{
    background-color:#75C32C !important;
    border: none !important;
    border-radius: 30px !important;
    width: 100% !important;
    height: 48px !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: auto !important;
}

/* Кнопки действий в карточке: текст + компактная иконка корзины */
.card-actions .card-button { width: auto !important; }
.card-actions .card-button:first-child { flex: 1 1 auto; }
.card-actions form {
    margin-left: auto;
}
.product-card-actions {
    width: auto;
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto;
}
.card-actions .card-qty {
    width: auto;
    min-width: 132px;
    min-height: 48px;
    border: none;
    border-radius: 30px;
    background-color: #75C32C;
    display: inline-grid;
    grid-template-columns: 48px minmax(36px, auto) 48px;
    align-items: center;
    justify-items: center;
    flex: 0 0 auto;
}
.card-actions .card-qty .qty-btn {
    width: 48px;
    height: 48px;
    background: transparent;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
}
.card-actions .card-qty .qty-input {
    width: 40px;
    height: 48px;
    background: transparent;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    flex: 0 0 auto;
}
.card-actions .card-qty .qty-btn:hover {
    background: rgba(0, 147, 158, 0.18);
}
.card-button--icon {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.card-button--icon img {
    width: 20px;
    height: 20px;
}

.card-button:hover{
    background-color: #00939E !important;
    color:white !important;
}

.card-good--popular .card-title {
    font-size: clamp(18px, 2.1vw, 24px);
    font-weight: 700;
    line-height: 1.25;
}

.popular-cards-grid {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
    gap: 12px !important;
}

.card-good--popular .popular-card__footer {
    width: 100%;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 8px;
}

.card-good--popular .text-muted {
    margin-bottom: 0 !important;
    align-self: end;
    padding-bottom: 4px;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 700;
    color: #54595F !important;
    white-space: nowrap;
}

.card-good--popular .card-actions {
    width: auto;
    margin-left: 0;
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    justify-self: end;
    min-width: max-content;
}

.card-good--popular .product-card-actions {
    width: auto;
    margin-left: auto;
}

.description-title {
    color: #54595F !important;
    font-size: clamp(26px, 5vw, 48px);
    font-weight: 700;

}
/* Переопределяем Bootstrap стили */
.flex-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

.description-grid {
    width: 100%;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.column {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 30px !important;
    padding: 28px;
    width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-width: 0;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.column::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.08));
}

.column::after {
    content: "";
    position: absolute;
    top: -48px;
    right: -36px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    filter: blur(2px);
    z-index: -1;
    pointer-events: none;
}

.column:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.16);
}

/* Остальные стили остаются такими же */
.first-column { background-color: #FF6D4C; --column-accent: #FF6D4C; }
.second-column { background-color: #FCB63A; --column-accent: #FCB63A; }
.third-column { background-color: #00B5BE; --column-accent: #00B5BE; }

.column .description-text {
    color: white !important;
    font-size: clamp(18px, 3.2vw, 32px) !important;
    font-weight: 700 !important;
    margin-bottom: 2px;
    padding: 0;
    line-height: 1.2;
    max-width: 12ch;
    text-wrap: balance;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.column__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.column__hero--with-image {
    grid-template-columns: minmax(0, 1fr) clamp(150px, 22vw, 220px);
}

.column__media {
    position: relative;
    align-self: start;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
    background: rgba(255, 255, 255, 0.16);
}

.column__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.column .advantage {
    position: relative;
    background-color: white;
    border-radius: 26px;
    padding: 22px 22px 22px 26px;
    min-height: 0;
    height: 100%;
    color: #54595F;
    font-size: clamp(18px, 2.2vw, 24px) !important;
    font-weight: 300 !important;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.column .advantage::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    bottom: 18px;
    width: 6px;
    border-radius: 999px;
    background: var(--column-accent);
    opacity: 0.95;
}

.column .advantage::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--column-accent);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.65);
}

.column:hover .advantage {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.column .advantage:hover {
    transform: translateY(-2px);
}

.column .advantage p {
    margin-bottom: 0;
    line-height: 1.42;
    max-width: 18ch;
}

.advantages-container {
    margin-top: auto !important;
    flex: 1 1 auto;
    display: grid !important;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 16px;
}

/* Для мобильных устройств - перестраиваем в одну колонку */
/* @media (max-width: 768px) {
    .column {
        margin: 5px 0 !important;
    }
} */

.description{
    display: flex !important;
    flex-direction: column !important;
    gap:20px !important;
    width: 100%;
    margin-inline: 0 !important;
    margin-bottom: 0 !important;
}

.footer-title{
    color:#F4F4F4 !important;
}

.main-note {
    position: relative;
    margin-top: 18px;
    max-width: 880px;
    padding: clamp(20px, 2.6vw, 32px);
    border-radius: 32px;
    overflow: hidden;
}

.main-note__title {
    position: relative;
    z-index: 1;
    color: #0B6B73;
    font-size: clamp(28px, 4.4vw, 46px);
    font-weight: 700;
    margin-bottom: 14px;
}

.main-note__text {
    position: relative;
    z-index: 1;
    max-width: 24ch;
    color: #2F3F45;
    font-size: clamp(16px, 1.9vw, 22px);
    line-height: 1.65;
    margin-bottom: 18px;
}

.main-note__signature {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #536268;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.5;
    margin-bottom: 0;
}

.main-note::before {
    content: none;
}

.main-note::after {
    content: none;
}

/* Адаптив меню и блоков главной */
@media (max-width: 1200px) {
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-gap: 16px;
    }
    .left-big-block { grid-area: auto; height: 520px; max-width: 100%; }
    .top-big-block { grid-area: auto; height: 520px; max-width: 100%; }
    .right-big-block { grid-area: auto; height: 520px; max-width: 100%; }
    .description-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 992px) {
    .hero-content { height: auto; padding: 40px 0; }
    .menu-grid { grid-template-columns: 1fr; }
    .left-big-block, .top-big-block, .right-big-block { height: 420px; }
    .important, .popular-products { width: 100% !important; }
    .description-grid { grid-template-columns: 1fr; }
    .column {
        padding: 24px;
    }
    .column__hero--with-image {
        grid-template-columns: minmax(0, 1fr) clamp(140px, 24vw, 200px);
        gap: 18px;
    }
    .column .description-text,
    .column .advantage p {
        max-width: none;
    }
}

@media (max-width: 576px) {
    .see-catalog { width: 100% !important; }
    .menu-button { min-width: 0 !important; width: calc(100% - 40px) !important; margin: 0 20px 20px auto; }
    .card-good { max-width: 100%; height: auto; }
    .column {
        width: 100% !important;
        margin: 0 !important;
        padding: 18px;
        border-radius: 24px !important;
    }
    .column .description-text {
        font-size: 24px !important;
    }

    .column__hero--with-image {
        grid-template-columns: 1fr;
    }

    .column__media {
        margin-inline: auto;
        max-width: 220px;
    }

    .column .advantage {
        min-height: 0;
        border-radius: 22px;
        padding: 16px 16px 16px 22px;
        font-size: 18px !important;
    }
    .advantages-container {
        grid-auto-rows: auto;
        gap: 10px;
    }
    .description-grid {
        grid-template-columns: 1fr;
    }
}

/* Только управляем количеством карточек через CSS Grid */
.row.cards-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

.row.cards-grid.popular-cards-grid {
    margin: 0 !important;
}

@media (max-width: 1200px) {
    .row.cards-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 992px) {
    .row.cards-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Нейтрализуем ширины bootstrap-колонок внутри нашей сетки */
.row.cards-grid > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
}

.row.cards-grid.popular-cards-grid > * {
    padding: 0 !important;
}

.orders-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.orders-column {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 10px 30px rgba(0, 147, 158, 0.08);
}

.orders-column__head {
    margin-bottom: 20px;
}

.orders-column__title {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: clamp(24px, 3vw, 34px);
}

.orders-column__title--active {
    color: #00939E;
}

.orders-column__title--history {
    color: #7B7B7B;
}

.orders-column__subtitle {
    color: #6c757d;
    font-size: 14px;
}

.orders-accordion .accordion-item {
    border: none !important;
    background: transparent !important;
    margin-bottom: 14px;
}

.order-accordion-item {
    border-radius: 24px !important;
    overflow: hidden;
    background: #ffffff !important;
    box-shadow: 0 6px 20px rgba(0, 147, 158, 0.06);
}

.order-accordion-item--history {
    background: #f3f3f3 !important;
    box-shadow: none;
}

.order-accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    padding: 20px 22px !important;
}

.order-accordion-button:not(.collapsed) {
    background: #f8ffff !important;
}

.order-accordion-button--history:not(.collapsed),
.order-accordion-button--history {
    background: #f1f1f1 !important;
}

.order-accordion-button:focus {
    box-shadow: none !important;
}

.order-summary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding-right: 12px;
}

.order-summary--history {
    color: #808080;
}

.order-summary__title {
    font-weight: 700;
    font-size: 20px;
    color: #00939E;
}

.order-summary--history .order-summary__title {
    color: #7B7B7B;
}

.order-summary__date {
    font-size: 14px;
    color: #6c757d;
    margin-top: 4px;
}

.order-summary__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.order-summary__price {
    font-weight: 700;
    font-size: 18px;
    color: #54595F;
}

.order-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
}

.order-badge--paid {
    background-color: #D9F0CB;
    color: #2D7A13;
}

.order-badge--waiting {
    background-color: #FFF3CD;
    color: #9A6B00;
}

.order-badge--new {
    background-color: #E2F6F8;
    color: #00939E;
}

.order-badge--history {
    background-color: #E0E0E0;
    color: #666666;
}

.order-accordion-body {
    padding: 0 22px 22px 22px !important;
}

.order-accordion-body--history {
    color: #7B7B7B;
}

.faq-section {
    position: relative;
}

.faq-shell {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 4vw, 40px);
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.16)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.42), transparent 48%);
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: 0 24px 56px rgba(0, 112, 119, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.faq-shell::before {
    content: none;
}

.faq-header {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: 24px;
}

.faq-title {
    color: #00939E;
    font-weight: 700;
    font-size: clamp(30px, 4.8vw, 48px);
}

.faq-lead {
    color: #54595F;
    max-width: 640px;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.55;
}

.faq-accordion {
    position: relative;
    z-index: 1;
}

.faq-accordion .faq-item {
    margin-bottom: 14px;
}

.faq-item {
    border-radius: 26px !important;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.16)) !important,
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.42), transparent 48%) !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    box-shadow: 0 24px 56px rgba(0, 112, 119, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.faq-button {
    background: transparent !important;
    box-shadow: none !important;
    color: #00939E !important;
    padding: 22px 24px !important;
    font-weight: 700 !important;
    font-size: clamp(17px, 2vw, 22px) !important;
    line-height: 1.3;
}

.faq-button:not(.collapsed) {
    background: transparent !important;
}

.faq-button:focus {
    box-shadow: none !important;
}

.faq-button::after {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #75C32C;
    background-position: center;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 6l4.5 4.5L12.5 6' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq-body {
    padding: 0 24px 24px 24px !important;
    color: #54595F;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.65;
}

.order-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.order-info-card {
    background: #F7FBF4;
    border-radius: 20px;
    padding: 16px;
    color: #54595F;
}

.order-info-card--history {
    background: #e9e9e9;
    color: #727272;
}

.order-info-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.order-info-row:last-child {
    margin-bottom: 0;
}

.order-info-row--total {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 700;
    color: #00939E;
}

.order-products__title {
    font-weight: 700;
    color: #54595F;
    margin-bottom: 12px;
}

.order-product-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: #ffffff;
    border-radius: 16px;
    color: #54595F;
    margin-bottom: 10px;
}

.order-product-row--history {
    background: #ececec;
    color: #7B7B7B;
}

.order-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.order-pay-btn,
.order-detail-btn {
    min-width: 220px;
    height: 48px;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.order-pay-btn {
    background-color: #75C32C !important;
    color: #fff !important;
    border: none !important;
}

.order-pay-btn:hover {
    background-color: #00939E !important;
    color: #fff !important;
}

.order-detail-btn {
    background-color: transparent !important;
    color: #00939E !important;
    border: 2px solid #00939E !important;
}

.order-detail-btn:hover {
    background-color: #00939E !important;
    color: #fff !important;
}

@media (max-width: 1200px) {
    .orders-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .order-info-grid {
        grid-template-columns: 1fr;
    }

    .order-summary {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-summary__meta {
        align-items: flex-start;
    }

    .order-pay-btn,
    .order-detail-btn {
        width: 100%;
        min-width: 0;
    }

    .main-note {
        padding: 18px;
        border-radius: 24px;
    }

    .main-note__text {
        max-width: none;
    }

    .main-note__signature {
        display: block;
        padding: 0;
    }
}

.hero-content {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    height: auto;
    min-height: clamp(260px, 34vw, 360px);
    display: flex;
    align-items: center;
    padding: clamp(18px, 2.4vw, 28px);
    border-radius: clamp(28px, 4vw, 42px);
    background: linear-gradient(135deg, rgba(244, 250, 238, 0.98), rgba(231, 247, 239, 0.92));
    box-shadow: 0 30px 72px rgba(0, 112, 119, 0.16);
}

.hero-content::before {
    content: "";
    position: absolute;
    inset: -18% auto auto -8%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(117, 195, 44, 0.24) 0%, rgba(117, 195, 44, 0.05) 56%, transparent 74%);
    filter: blur(8px);
    z-index: -2;
}

.hero-content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(96deg,
            rgba(244, 250, 238, 0.96) 0%,
            rgba(244, 250, 238, 0.95) 18%,
            rgba(244, 250, 238, 0.9) 34%,
            rgba(244, 250, 238, 0.56) 52%,
            rgba(244, 250, 238, 0.16) 72%,
            rgba(244, 250, 238, 0.02) 100%),
        linear-gradient(180deg, rgba(8, 82, 88, 0.08), rgba(8, 82, 88, 0.02)),
        radial-gradient(circle at 84% 16%, rgba(255, 184, 90, 0.2), transparent 18%),
        radial-gradient(circle at 72% 82%, rgba(117, 195, 44, 0.16), transparent 22%),
        var(--hero-photo) center center / cover no-repeat;
    opacity: 1;
}

.hero-content__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    justify-content: flex-start;
    gap: clamp(16px, 2.4vw, 24px);
    padding: clamp(18px, 2.2vw, 26px);
    max-width: min(560px, 52%);
    border-radius: clamp(24px, 3vw, 30px);
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-content__inner::before {
    content: none;
}

.hero-content h1 {
    margin: 0;
    max-width: 10ch;
    color: #0A5F67;
    font-size: clamp(32px, 4.8vw, 62px);
    line-height: 0.98;
    text-wrap: balance;
    letter-spacing: -0.03em;
}

.hero-word {
    display: inline;
}

.hero-word--orange {
    color: #F28C28;
}

.hero-word--red {
    color: #D94B45;
}

.hero-word--green {
    color: #63B32E;
}

.hero-word--blue {
    color: #3DAFE6;
}

.hero-content__lead {
    margin: 0;
    max-width: 24ch;
    padding-left: 16px;
    border-left: 4px solid rgba(117, 195, 44, 0.72);
    color: #3A565D;
    font-size: clamp(17px, 1.8vw, 24px);
    font-weight: 500;
    line-height: 1.5;
}

.hero-content__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-width: 248px;
    min-height: 56px;
    padding: 14px 28px;
    border: none !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #83CF39 0%, #62B72D 46%, #0B8A93 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 18px 34px rgba(50, 145, 59, 0.28);
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, background-position 0.22s ease;
    background-size: 140% 140% !important;
}

.hero-content__button:hover,
.hero-content__button:focus-visible {
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 24px 40px rgba(41, 127, 49, 0.32);
    background-position: 100% 50% !important;
    color: #FFFFFF !important;
}

.hero-content__button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.76);
    outline-offset: 3px;
}


.hero-animate {
    opacity: 0;
    transform: translate3d(-80px, 0, 0);
    animation: heroSlideInLeft 1.4s cubic-bezier(.22,1,.36,1) 0.15s forwards;
}

.scroll-reveal {
    --reveal-distance-x: 0;
    --reveal-distance-y: 44px;
    --reveal-base-delay: 0s;
    --reveal-stagger: 0s;
    --reveal-duration: 1.35s;
    --reveal-easing: cubic-bezier(.22,1,.36,1);
}

.scroll-reveal--left {
    --reveal-distance-x: -80px;
    --reveal-distance-y: 0;
}

.scroll-reveal--right {
    --reveal-distance-x: 80px;
    --reveal-distance-y: 0;
}

.scroll-reveal--up {
    --reveal-distance-x: 0;
    --reveal-distance-y: 54px;
}

.js-scroll-reveal .scroll-reveal.reveal-ready {
    opacity: 0;
    transform: translate3d(var(--reveal-distance-x), var(--reveal-distance-y), 0);
    transition:
        opacity var(--reveal-duration) var(--reveal-easing) calc(var(--reveal-base-delay) + var(--reveal-stagger)),
        transform var(--reveal-duration) var(--reveal-easing) calc(var(--reveal-base-delay) + var(--reveal-stagger));
    will-change: opacity, transform;
}

.js-scroll-reveal .scroll-reveal.reveal-ready.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@keyframes heroSlideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-80px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.catalog-title {
    color: #00939E;
    font-weight: 700;
    font-size: clamp(28px, 5vw, 48px);
}

.catalog-filters {
    padding: 18px 20px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 147, 158, 0.12);
    box-shadow: 0 10px 28px rgba(0, 147, 158, 0.06);
}

.catalog-filters .row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 12px;
}

.catalog-filters .form-label {
    margin-bottom: 6px;
    color: #00939E;
    font-size: 14px;
    font-weight: 700;
}

.catalog-filters .form-control,
.catalog-filters .form-select {
    min-height: 46px;
    border-radius: 18px;
    border: 1px solid rgba(0, 147, 158, 0.18);
    padding: 10px 14px;
    font-size: 15px;
    box-shadow: none;
}

.catalog-filters .form-control:focus,
.catalog-filters .form-select:focus {
    border-color: rgba(0, 147, 158, 0.42);
    box-shadow: 0 0 0 0.18rem rgba(0, 147, 158, 0.12);
}

.catalog-filters .see-catalog {
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    border-width: 2px !important;
    font-size: 15px !important;
}

.catalog-category-picker {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.catalog-category-picker__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.catalog-category-picker__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 6px;
    scrollbar-width: thin;
}

.catalog-category-picker__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.catalog-category-picker__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(0, 147, 158, 0.16);
    background: rgba(255, 255, 255, 0.78);
    color: #33535C;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0, 112, 119, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.catalog-category-picker__chip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.catalog-category-picker__chip-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-category-picker__chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(0, 112, 119, 0.12);
}

.catalog-category-picker__input:focus-visible + .catalog-category-picker__chip {
    outline: 3px solid rgba(0, 147, 158, 0.18);
    outline-offset: 3px;
}

.catalog-category-picker__input:checked + .catalog-category-picker__chip {
    border-color: rgba(0, 147, 158, 0.2);
    background: linear-gradient(135deg, #00939E 0%, #0A7881 100%);
    color: #FFFFFF;
    box-shadow: 0 16px 28px rgba(0, 112, 119, 0.18);
}

.catalog-current-category {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(0, 147, 158, 0.12);
    background: rgba(255, 255, 255, 0.74);
    color: #0B6B73;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(0, 112, 119, 0.06);
}

.contacts-card {
    padding: clamp(18px, 2.4vw, 28px);
    border-radius: 30px;
}

.map-wrap {
    overflow: hidden;
    padding: 0;
    border-radius: 30px;
}

.contacts-map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

.menu-grid {
    gap: 24px;
    align-items: stretch;
}

.left-big-block,
.top-big-block,
.right-big-block {
    max-width: 100%;
    min-height: 709px;
    height: 100%;
}

.menu-block {
    min-height: inherit;
    overflow: hidden;
}

.menu-button {
    justify-content: center;
    text-align: center;
}

.card-good {
    min-height: 100%;
}

.card-good .card-img-top {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}

.product-gallery-thumbs {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    padding-bottom: 8px;
    scrollbar-width: thin;
}

.product-gallery-thumbs .btn {
    flex: 0 0 auto;
}

.product-gallery-thumbs img {
    width: 88px;
    height: 88px;
    object-fit: cover;
}

.product-section-title {
    width: auto !important;
    font-size: clamp(24px, 4vw, 32px) !important;
}

.product-buy-box {
    max-width: 360px;
}

.product-detail {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.product-detail__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-detail__meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.product-detail__meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 147, 158, 0.12);
    box-shadow: 0 10px 24px rgba(0, 147, 158, 0.06);
}

.product-detail__meta-label {
    color: #6B7F86;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.product-detail__meta-value {
    color: #00939E;
    font-size: 15px;
    font-weight: 700;
}

.product-detail__section {
    padding: clamp(18px, 2.2vw, 24px);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 14px 32px rgba(0, 147, 158, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.product-detail__section-title {
    margin-bottom: 14px !important;
}

.product-detail__description {
    color: #42575F;
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.8;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
}

.product-detail__description p {
    margin: 0;
}

.product-detail__description br + br {
    content: "";
    display: block;
    margin-top: 10px;
}

.product-detail__list {
    margin: 0;
    padding-left: 1.3rem;
    color: #42575F;
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.7;
}

.product-detail__list li + li {
    margin-top: 8px;
}

.product-buy-box--detail {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-buy-box--detail form {
    flex: 1 1 auto;
}

.product-buy-box__price {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 0 0 auto;
    padding: 12px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 147, 158, 0.1);
    box-shadow: 0 10px 24px rgba(0, 112, 119, 0.06);
}

.product-buy-box__price-label {
    color: rgba(84, 89, 95, 0.76);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-buy-box__price-line {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.product-buy-box__price-value {
    color: #00939E;
    font-size: clamp(26px, 2.4vw, 32px);
    font-weight: 700;
    line-height: 1.05;
    white-space: nowrap;
}

.product-buy-box__price-currency {
    color: rgba(18, 52, 58, 0.68);
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.product-recommendations__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.product-recommendations__eyebrow {
    background: rgba(117, 195, 44, 0.16);
    color: #3E7F20;
}

.product-recommendations__title {
    margin: 0;
    color: #00939E;
    font-size: clamp(28px, 3.8vw, 42px);
    font-weight: 700;
    line-height: 1.08;
}

.product-recommendation-card {
    position: relative;
    overflow: hidden;
}

.product-recommendation-card__category {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #0A7881;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(0, 147, 158, 0.1);
}

@media (max-width: 1199.98px) {
    .hero-content {
        min-height: clamp(260px, 34vw, 340px);
        padding: 16px 18px;
    }

    .hero-content::after {
        background:
            linear-gradient(98deg,
                rgba(244, 250, 238, 0.96) 0%,
                rgba(244, 250, 238, 0.93) 24%,
                rgba(244, 250, 238, 0.82) 40%,
                rgba(244, 250, 238, 0.44) 58%,
                rgba(244, 250, 238, 0.1) 78%,
                rgba(244, 250, 238, 0.02) 100%),
            linear-gradient(180deg, rgba(8, 82, 88, 0.08), rgba(8, 82, 88, 0.02)),
            radial-gradient(circle at 84% 16%, rgba(255, 184, 90, 0.18), transparent 18%),
            radial-gradient(circle at 72% 82%, rgba(117, 195, 44, 0.14), transparent 22%),
            var(--hero-photo) 58% center / cover no-repeat;
    }

    .hero-content__inner {
        max-width: min(520px, 56%);
        padding: 16px 18px 18px;
    }

    .hero-content h1 {
        font-size: clamp(30px, 4.3vw, 50px);
    }

    .hero-content__lead {
        font-size: clamp(16px, 1.7vw, 21px);
    }

    .left-big-block,
    .top-big-block,
    .right-big-block {
        min-height: 520px;
    }
}

@media (max-width: 991.98px) {
    .hero-content {
        min-height: clamp(340px, 46vw, 430px);
        align-items: stretch;
        padding: 16px;
        border-radius: 30px;
    }

    .hero-content::after {
        background:
            linear-gradient(180deg,
                rgba(244, 250, 238, 0.98) 0%,
                rgba(244, 250, 238, 0.94) 22%,
                rgba(244, 250, 238, 0.78) 40%,
                rgba(244, 250, 238, 0.36) 62%,
                rgba(244, 250, 238, 0.12) 82%,
                rgba(244, 250, 238, 0.02) 100%),
            linear-gradient(180deg, rgba(8, 82, 88, 0.1), rgba(8, 82, 88, 0.02)),
            radial-gradient(circle at 82% 18%, rgba(255, 184, 90, 0.18), transparent 18%),
            radial-gradient(circle at 72% 78%, rgba(117, 195, 44, 0.14), transparent 22%),
            var(--hero-photo) 68% center / cover no-repeat;
    }

    .hero-content__inner {
        max-width: min(46%, 320px);
        padding: 16px;
        gap: 14px;
        border-radius: 24px;
    }

    .hero-content h1 {
        font-size: clamp(28px, 4.4vw, 42px);
    }

    .hero-content__lead {
        font-size: 16px;
        padding-left: 14px;
    }

    .hero-content__button {
        min-width: 220px;
        min-height: 50px;
        padding: 12px 20px;
        font-size: 15px !important;
    }

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

    .left-big-block,
    .top-big-block,
    .right-big-block {
        min-height: 420px;
    }

    .important,
    .popular-products {
        width: 100% !important;
        max-width: none;
    }

    .popular-products__header {
        gap: 16px;
    }

    .popular-products__all-link {
        min-width: 164px !important;
    }

    .catalog-filters {
        padding: 16px;
        border-radius: 24px;
    }

    .catalog-filters .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .catalog-filters .form-label {
        margin-bottom: 4px;
        font-size: 13px;
    }

    .catalog-filters .form-control,
    .catalog-filters .form-select,
    .catalog-filters .see-catalog {
        min-height: 42px;
        height: 42px !important;
        font-size: 14px !important;
    }

    .catalog-filters .form-control,
    .catalog-filters .form-select {
        padding: 8px 12px;
        border-radius: 16px;
    }

    .row.cards-grid.popular-cards-grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px !important;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
        padding-bottom: 8px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .row.cards-grid.popular-cards-grid > * {
        flex: 0 0 min(320px, 42vw);
        max-width: min(320px, 42vw) !important;
        scroll-snap-align: start;
    }
}

@media (max-width: 767.98px) {
    .row.cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #catalogGrid.row.cards-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #catalogGrid.row.cards-grid > * {
        max-width: 100% !important;
    }

    .catalog-filters {
        padding: 14px;
        border-radius: 22px;
    }

    .catalog-filters .row {
        --bs-gutter-x: 8px;
        --bs-gutter-y: 8px;
    }

    .catalog-filters .form-label {
        font-size: 12px;
    }

    .catalog-filters .form-control,
    .catalog-filters .form-select,
    .catalog-filters .see-catalog {
        min-height: 40px;
        height: 40px !important;
        font-size: 13px !important;
    }

    .catalog-filters .form-control,
    .catalog-filters .form-select {
        padding: 7px 10px;
        border-radius: 14px;
    }

    .hero-content {
        margin-top: 8px !important;
        min-height: 520px;
        align-items: flex-start;
        padding: 12px;
        border-radius: 26px;
    }

    .hero-content::before {
        width: 180px;
        height: 180px;
        inset: auto auto -56px -44px;
    }

    .hero-content::after {
        background: var(--hero-photo) 58% 34% / cover no-repeat;
        opacity: 1;
    }

    .hero-content__inner {
        align-self: flex-start;
        max-width: none;
        width: 100%;
        min-height: auto;
        flex: 0 0 auto;
        justify-content: flex-start;
        padding: 16px 14px 14px;
        gap: 12px;
        border-radius: 22px;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .hero-content h1 {
        max-width: 9ch;
        font-size: clamp(28px, 8.4vw, 38px);
        line-height: 1;
    }

    .hero-content__lead {
        max-width: 24ch;
        padding-left: 12px;
        border-left-width: 3px;
        font-size: 15px;
        line-height: 1.5;
    }

    .hero-content__button {
        margin-top: auto;
        min-width: 0;
        min-height: 50px;
        width: 100%;
        padding: 12px 18px;
        font-size: 15px !important;
    }

    .menu-grid {
        gap: 16px;
    }

    .left-big-block,
    .top-big-block,
    .right-big-block {
        min-height: 320px;
        border-radius: 24px;
    }

    .menu-category {
        padding: 12px;
    }

    .menu-button,
    .see-catalog {
        width: 100% !important;
        min-width: 0 !important;
        margin: auto 0 0;
    }

    .important,
    .popular-products,
    .description-title {
        width: 100% !important;
    }

    .popular-products__header {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .popular-products__all-link {
        width: 100% !important;
        min-width: 0 !important;
        justify-content: center;
    }

    .main-note {
        max-width: 100%;
    }

    .card-good {
        height: auto;
        border-radius: 24px !important;
        min-height: 0;
    }

    .card-good .card-img-top {
        aspect-ratio: 1 / 1;
        border-radius: 24px 24px 0 0;
    }

    .card-good .card-body {
        padding: 12px;
    }

    .card-good .card-title {
        font-size: 14px;
        line-height: 1.25;
        margin-bottom: 6px;
    }

    .card-good--popular .card-title {
        font-size: 16px;
    }

    .card-good .text-muted {
        font-size: 13px;
    }

    .card-good--popular .text-muted {
        font-size: 14px;
    }

    .popular-cards-grid {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
        gap: 8px !important;
    }

    .row.cards-grid.popular-cards-grid {
        gap: 10px !important;
        padding-bottom: 6px;
    }

    .row.cards-grid.popular-cards-grid > * {
        flex: 0 0 min(280px, 78vw);
        max-width: min(280px, 78vw) !important;
    }

    #catalogGrid .popular-card__footer {
        gap: 10px !important;
        align-items: center;
    }

    .card-actions {
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .card-actions .card-qty {
        min-width: 120px;
        min-height: 44px;
        grid-template-columns: 44px minmax(28px, auto) 44px;
    }

    .card-actions .card-qty .qty-btn {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }

    .card-actions .card-qty .qty-input {
        width: 32px;
        height: 44px;
        font-size: 16px;
    }

    .card-button--icon {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
    }

    .card-button--icon img {
        width: 18px;
        height: 18px;
    }

    .column {
        min-width: 0;
        width: 100% !important;
    }

    .column .advantage {
        min-height: 0;
    }

    .footer-text,
    .signature {
        width: 100%;
    }

    .product-gallery-thumbs img {
        width: 72px;
        height: 72px;
    }

    .product-buy-box {
        max-width: none;
    }

    .product-detail {
        gap: 18px;
    }

    .product-detail__meta {
        width: 100%;
        justify-content: space-between;
        border-radius: 18px;
    }

    .product-detail__section {
        padding: 16px;
        border-radius: 22px;
    }

    .product-detail__description,
    .product-detail__list {
        font-size: 15px;
        line-height: 1.65;
    }

    .product-detail__description {
        max-height: 240px;
        padding-right: 4px;
    }

    .product-buy-box--detail {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .product-buy-box__price {
        width: 100%;
        padding: 10px 14px;
        border-radius: 18px;
    }

    .product-buy-box__price-line {
        gap: 6px;
    }

    .product-recommendation-card__category {
        top: 12px;
        left: 12px;
        padding: 6px 10px;
    }

    .faq-shell {
        padding: 22px 18px;
        border-radius: 26px;
    }

    .faq-header {
        margin-bottom: 18px;
    }

    .faq-item {
        border-radius: 22px !important;
    }

    .faq-button {
        padding: 18px 18px !important;
        font-size: 16px !important;
    }

    .faq-button::after {
        width: 32px;
        height: 32px;
        background-size: 12px 12px;
    }

.faq-body {
        padding: 0 18px 18px 18px !important;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-content {
        min-height: 400px;
        padding: 18px;
        border-radius: 28px;
    }

    .hero-content::after {
        background: var(--hero-photo) 66% center / cover no-repeat;
    }

    .hero-content__inner {
        max-width: min(52%, 360px);
        padding: 18px;
        gap: 16px;
        border-radius: 24px;
    }

    .hero-content h1 {
        max-width: 13ch;
        font-size: clamp(30px, 4.8vw, 42px);
        line-height: 1;
        text-wrap: pretty;
    }

    .hero-content__lead {
        max-width: 30ch;
        font-size: 16px;
        line-height: 1.55;
    }

    .hero-content__button {
        min-width: 0;
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: clamp(440px, 120vw, 560px);
        align-items: flex-start;
        padding: 12px;
        border-radius: 24px;
    }

    .hero-content::before {
        width: 170px;
        height: 170px;
        inset: auto auto -48px -38px;
    }

    .hero-content::after {
        background: var(--hero-photo) 60% 34% / cover no-repeat;
    }

    .hero-content__inner {
        align-self: stretch;
        max-width: none;
        width: 100%;
        min-height: 100%;
        justify-content: flex-start;
        padding: 16px 14px 14px;
        gap: 12px;
        border-radius: 20px;
    }

    .hero-content h1 {
        max-width: 13ch;
        font-size: clamp(28px, 8.2vw, 38px);
        line-height: 1;
        text-wrap: pretty;
    }

    .hero-content__lead {
        max-width: 30ch;
        padding-left: 12px;
        border-left-width: 3px;
        font-size: 15px;
        line-height: 1.5;
    }

    .hero-content__button {
        margin-top: auto;
        width: 100%;
        min-height: 50px;
        justify-content: center;
        padding: 12px 18px;
        font-size: 15px !important;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 500px;
        padding: 10px;
        border-radius: 22px;
    }

    .hero-content::after {
        background: var(--hero-photo) 56% 30% / cover no-repeat;
    }

    .hero-content__inner {
        padding: 14px 12px 12px;
        border-radius: 18px;
        background: transparent;
    }

    .hero-content h1 {
        max-width: 14ch;
        font-size: clamp(26px, 8vw, 34px);
        text-wrap: pretty;
    }

    .hero-content__lead {
        max-width: 28ch;
        padding-left: 12px;
        font-size: 15px;
    }

    .hero-content__button {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        font-size: 14px !important;
    }
}

/* Главная: категории и отзывы */

.showcase-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.categories-ribbon,
.faq-shell,
.faq-item,
.orders-column,
.catalog-filters,
.contacts-card,
.product-detail__section,
.product-detail__meta,
.catalog-current-category,
.reviews-panel,
.important__panel,
.main-note,
.review-card,
.important-point,
.main-note__signature {
    background: var(--site-glass-background);
    border: 1px solid var(--site-glass-border-color);
    box-shadow: var(--site-glass-shadow);
    backdrop-filter: blur(var(--site-glass-blur));
    -webkit-backdrop-filter: blur(var(--site-glass-blur));
}

.categories-ribbon {
    display: grid;
    gap: 0;
    padding: clamp(18px, 2.4vw, 30px);
    border-radius: 32px;
}

.categories-ribbon__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.categories-ribbon__copy {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.categories-ribbon__title {
    margin: 0;
    padding: 0;
    color: #FFFFFF !important;
}

.categories-ribbon__track {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    overflow: visible;
    padding: 0;
}

.category-tile {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex: 0 0 auto;
    min-height: 0;
    padding: 14px 20px;
    border-radius: 999px;
    color: #12343A;
    text-decoration: none;
    border: 1px solid rgba(18, 52, 58, 0.08);
    box-shadow: 0 12px 24px rgba(18, 52, 58, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.category-tile:hover,
.category-tile:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(18, 52, 58, 0.16);
}

.category-tile:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.88);
    outline-offset: 3px;
}

.category-tile::after {
    content: none;
}

.category-tile__title {
    position: relative;
    z-index: 1;
    font-size: clamp(15px, 1.3vw, 18px);
    font-weight: 700;
    line-height: 1.2;
}

.category-tile__icon {
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.category-tile__icon img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px;
    object-fit: contain;
}

.category-tile__icon::before,
.category-tile__icon::after {
    content: "";
    position: absolute;
}

.category-tile__icon--school::before {
    left: 6px;
    top: 9px;
    width: 22px;
    height: 16px;
    border: 2px solid #0B6B73;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
}

.category-tile__icon--school::after {
    left: 11px;
    top: 6px;
    width: 12px;
    height: 4px;
    border-radius: 999px;
    background: #0B6B73;
}

.category-tile__icon--writing::before {
    left: 9px;
    top: 6px;
    width: 16px;
    height: 22px;
    border: 2px solid #0B6B73;
    border-radius: 5px;
    background:
        linear-gradient(180deg, transparent 0 6px, rgba(11, 107, 115, 0.16) 6px 8px, transparent 8px 12px, rgba(11, 107, 115, 0.16) 12px 14px, transparent 14px);
}

.category-tile__icon--writing::after {
    right: 6px;
    bottom: 6px;
    width: 10px;
    height: 3px;
    border-radius: 999px;
    background: #F48C2D;
    transform: rotate(-42deg);
    transform-origin: right center;
}

.category-tile__icon--logic::before {
    left: 7px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: #0B6B73;
    box-shadow: 12px 0 0 #0B6B73, 0 12px 0 #75C32C, 12px 12px 0 #75C32C;
}

.category-tile__icon--logic::after {
    left: 13px;
    top: 10px;
    width: 8px;
    height: 14px;
    border-left: 2px solid rgba(11, 107, 115, 0.52);
    border-right: 2px solid rgba(11, 107, 115, 0.52);
}

.category-tile__icon--math::before {
    left: 8px;
    top: 8px;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background:
        linear-gradient(#0B6B73, #0B6B73) center / 12px 2px no-repeat,
        linear-gradient(#0B6B73, #0B6B73) center / 2px 12px no-repeat;
}

.category-tile__icon--math::after {
    right: 7px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F48C2D;
    box-shadow: -15px 15px 0 #75C32C;
}

.category-tile__icon--generic::before {
    inset: 8px;
    border: 2px solid #0B6B73;
    border-radius: 50%;
}

.category-tile__icon--generic::after {
    left: 15px;
    top: 8px;
    width: 4px;
    height: 18px;
    border-radius: 999px;
    background: #0B6B73;
}

.category-tile--mint {
    background: linear-gradient(135deg, #DDF7D5 0%, #BEEAAB 100%);
}

.category-tile--orange {
    background: linear-gradient(135deg, #FFE3C2 0%, #FFB96A 100%);
}

.category-tile--blue {
    background: linear-gradient(135deg, #D5F1FF 0%, #8ED7F4 100%);
}

.category-tile--lime {
    background: linear-gradient(135deg, #F1F7BE 0%, #D3E466 100%);
}

.review-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    padding: 24px;
    border-radius: 28px;
}

.reviews-panel {
    display: grid;
    gap: 24px;
    padding: clamp(18px, 2.4vw, 30px);
    border-radius: 32px;
}

.reviews-panel__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.reviews-panel__copy {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.reviews-panel__eyebrow {
    background: rgba(0, 147, 158, 0.12);
    color: #0A7881;
}

.reviews-panel__title {
    margin: 0;
    color: #00939E;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.08;
}

.reviews-panel__lead {
    max-width: 38ch;
    margin: 0;
    color: rgba(18, 52, 58, 0.78);
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.6;
}

.reviews-panel__grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}

.review-card__quote {
    color: #00939E;
    font-size: 44px;
    line-height: 0.8;
    font-weight: 700;
}

.review-card__text {
    margin: 0;
    color: #12343A;
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.7;
}

.review-card__good {
    margin: 0;
    color: #00939E;
    font-size: 14px;
    font-weight: 700;
}

.review-card__meta {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: auto;
}

.review-card__author {
    display: block;
    color: #12343A;
    font-size: 16px;
    font-weight: 700;
}

.review-card__city {
    display: block;
    margin-top: 4px;
    color: rgba(18, 52, 58, 0.64);
    font-size: 14px;
}

.reviews-panel__grid > * {
    flex: 0 0 min(360px, calc((100% - 36px) / 3));
    max-width: min(360px, calc((100% - 36px) / 3));
    scroll-snap-align: start;
}

.important--after-showcase {
    margin-top: 24px !important;
}

.important__panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 22px;
    padding: clamp(20px, 2.5vw, 30px);
    border-radius: 32px;
}

.important__intro {
    display: grid;
    gap: 14px;
    align-content: start;
}

.important__eyebrow {
    background: rgba(117, 195, 44, 0.16);
    color: #4F8E16;
}

.important__title {
    margin: 0;
    color: #0B6B73;
}

.important__text {
    margin: 0;
    color: #33535C;
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.7;
}

.important__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.important-point {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 18px;
    border-radius: 24px;
}

.important-point__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.important-point__text {
    margin: 0;
    color: #26424B;
    font-size: 15px;
    line-height: 1.55;
}

.important-point--teal .important-point__number {
    background: rgba(0, 147, 158, 0.14);
    color: #0B6B73;
}

.important-point--lime .important-point__number {
    background: rgba(117, 195, 44, 0.18);
    color: #4F8E16;
}

.important-point--orange .important-point__number {
    background: rgba(244, 140, 45, 0.18);
    color: #C7650E;
}

@media (prefers-reduced-motion: reduce) {
    .scroll-reveal,
    .js-scroll-reveal .scroll-reveal.reveal-ready,
    .js-scroll-reveal .scroll-reveal.reveal-ready.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
        animation: none;
        will-change: auto;
    }
}

@media (max-width: 1199.98px) {
    .categories-ribbon__header,
    .reviews-panel__header {
        align-items: flex-start;
    }

    .reviews-panel__grid > * {
        flex-basis: min(340px, calc((100% - 18px) / 2));
        max-width: min(340px, calc((100% - 18px) / 2));
    }
}

@media (max-width: 991.98px) {
    .categories-ribbon,
    .reviews-panel {
        gap: 20px;
    }

    .categories-ribbon__header,
    .reviews-panel__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews-panel__lead {
        max-width: none;
        font-size: 15px;
        line-height: 1.5;
    }

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

    .important__points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .reviews-panel__grid > * {
        flex-basis: min(320px, 78vw);
        max-width: min(320px, 78vw);
    }
}

@media (max-width: 767.98px) {
    .contacts-card {
        padding: 16px;
        border-radius: 22px;
    }

    .map-wrap {
        border-radius: 22px;
    }

    .contacts-map {
        min-height: 300px;
    }

    .catalog-category-picker {
        gap: 10px;
        margin-bottom: 16px;
    }

    .catalog-category-picker__track {
        gap: 8px;
        margin-inline: -2px;
        padding-inline: 2px;
    }

    .catalog-category-picker__chip {
        min-height: 40px;
        padding: 9px 15px;
        font-size: 14px;
    }

    .catalog-current-category {
        min-height: 36px;
        padding: 7px 13px;
        font-size: 13px;
    }

    .categories-ribbon,
    .reviews-panel {
        padding: 16px;
        border-radius: 24px;
    }

    .showcase-eyebrow {
        padding: 7px 12px;
        font-size: 11px;
    }

    .categories-ribbon__title,
    .reviews-panel__title {
        font-size: clamp(22px, 7vw, 30px);
    }

    .categories-ribbon__track {
        gap: 12px;
    }

    .category-tile {
        padding: 13px 18px;
    }

    .category-tile__icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        border-radius: 10px;
    }

    .review-card {
        border-radius: 22px;
        padding: 14px;
        gap: 10px;
    }

    .review-card__quote {
        font-size: 36px;
    }

    .review-card__text {
        font-size: 14px;
        line-height: 1.55;
    }

    .review-card__author {
        font-size: 15px;
    }

    .important__panel {
        padding: 16px;
        border-radius: 24px;
    }

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

    .important-point {
        padding: 16px;
        border-radius: 20px;
    }

    .important--after-showcase {
        margin-top: 18px !important;
    }
}

@media (max-width: 479.98px) {
    .contacts-map {
        min-height: 260px;
    }

    .categories-ribbon,
    .reviews-panel {
        padding: 14px;
        border-radius: 20px;
    }

    .review-card {
        border-radius: 18px;
        padding: 13px;
    }

    .category-tile {
        padding: 12px 16px;
    }

    .category-tile__title {
        font-size: 14px;
    }

    .important__panel {
        padding: 14px;
        border-radius: 20px;
    }

    .reviews-panel__grid > * {
        flex-basis: min(286px, 86vw);
        max-width: min(286px, 86vw);
    }
}
