/* ===== FOOTER STYLES ===== */
.footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 20px;
    margin-top: 80px;
}

.footer__content {
    margin-bottom: 40px;
}

.footer__main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.footer__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer__logo {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__logo img {
    max-width: 200px;
    height: auto;
}

.footer__logo p {
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
    margin: 0;
}

.footer__contacts h3,
.footer__social h3,
.footer__services h3,
.footer__resources h3,
.footer__pages h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #cccccc;
}

.contact-item svg {
    flex-shrink: 0;
    color: #d2afa0;
}

.contact-item a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #ff6b35;
}

.contact-item span {
    color: #cccccc;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.social-link--telegram:hover {
    background: #0088CC;
}

.social-link--whatsapp:hover {
    background: #25D366;
}

.social-link--vk:hover {
    background: #4A76A8;
}

.footer__services ul,
.footer__resources ul,
.footer__pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__services li,
.footer__resources li,
.footer__pages li {
    margin-bottom: 12px;
}

.footer__services a,
.footer__resources a,
.footer__pages a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}

.footer__services a:hover,
.footer__resources a:hover,
.footer__pages a:hover {
    color: #ff6b35;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.footer__bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: auto;
}

.footer__copyright p {
    margin: 0;
    color: #999999;
    font-size: 14px;
}

.footer__legal {
    display: flex;
    gap: 20px;
}

.footer__link {
    color: #999999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer__link:hover {
    color: #ff6b35;
}

/* ===== PAGE HERO SECTIONS ===== */
.services-hero,
.about-hero,
.reviews-hero,
.cart-hero,
.prices-hero,
.meditations-hero,
.contact-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 120px 0 100px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    margin-top: 180px;
}

.services-hero::before,
.about-hero::before,
.reviews-hero::before,
.prices-hero::before,
.meditations-hero::before,
.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.services-hero__content,
.about-hero__content,
.reviews-hero__content,
.prices-hero__content,
.contact-hero__content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.services-hero__badge {
    display: inline-block;
    background: rgba(106, 126, 159, 0.2);
    border: 1px solid rgba(106, 126, 159, 0.3);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.services-hero__title,
.about-hero__title,
.reviews-hero__title,
.prices-hero__title,
.contact-hero__title {
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
}

.services-hero__title-accent,
.about-hero__title-accent,
.reviews-hero__title-accent,
.prices-hero__title-accent,
.contact-hero__title-accent {
    color: #d2afa0;
    text-transform: uppercase;
}

.services-hero__subtitle,
.about-hero__subtitle,
.reviews-hero__subtitle,
.prices-hero__subtitle,
.contact-hero__subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 40px 0;
    font-weight: 300;
}

.services-hero__stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.hero-stat {
    text-align: center;
}

.hero-stat__number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #d2afa0;
    margin-bottom: 8px;
}

.hero-stat__label {
    font-size: 14px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-hero__decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(210, 175, 160, 0.1);
}

.hero-shape--1 {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 10%;
    animation: float 6s ease-in-out infinite;
}

.hero-shape--2 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 5%;
    animation: float 8s ease-in-out infinite reverse;
}

.hero-shape--3 {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 15%;
    animation: float 7s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* ===== SERVICES BENEFITS ===== */
.services-benefits {
    padding: 100px 0;
    background: white;
}

.services-benefits__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.services-benefits__title {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 60px 0;
    line-height: 1.2;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.benefit-item {
    text-align: center;
    padding: 40px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.benefit-item__icon {
    margin-bottom: 25px;
}

.benefit-item__title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 15px 0;
}

.benefit-item__text {
    font-size: 16px;
    line-height: 1.6;
    color: #7f8c8d;
    margin: 0;
}

/* ===== SERVICES PAGE ===== */
.services-list {
    padding: 100px 0;
    background: #f8f9fa;
}

.services-list--secondary {
    background: white;
}

.services-list--specialized {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.services-list__header {
    text-align: center;
    margin-bottom: 60px;
}

.services-list__title {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.services-list__subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #7f8c8d;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

.services-list__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.service-card--specialized {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid rgba(106, 126, 159, 0.1);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #6a7e9f;
}

.service-card--specialized::before {
    background: linear-gradient(90deg, #6a7e9f 0%, #d2afa0 100%);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.service-card__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #d2afa0 0%, #c19a8b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-card--specialized .service-card__icon {
    background: linear-gradient(135deg, #6a7e9f 0%, #5a6e8f 100%);
}

.service-card__icon::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #d2afa0, #c19a8b);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
}

.service-card--specialized .service-card__icon::after {
    background: linear-gradient(135deg, #6a7e9f, #5a6e8f);
}

.service-card__icon img,
.service-card__icon svg {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

.service-card__title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #2c3e50;
}

.service-card__description {
    font-size: 18px;
    line-height: 1.7;
    color: #7f8c8d;
    margin: 0 0 20px 0;
}

.service-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card__features li {
    padding: 8px 0;
    color: #7f8c8d;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}

.service-card__features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 8px;
    color: #d2afa0;
    font-weight: bold;
    font-size: 16px;
}

.service-card--specialized .service-card__features li::before {
    color: #6a7e9f;
}

/* ===== SERVICES CTA ===== */
.services-cta {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
    text-align: center;
    margin: 60px 0;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.services-cta--primary {
    background: linear-gradient(135deg, #6a7e9f 0%, #5a6e8f 100%);
    color: white;
    margin: 80px 0;
}

.services-cta--final {
    background: linear-gradient(135deg, #d2afa0 0%, #c19a8b 100%);
    color: white;
    margin: 80px 0;
}

.services-cta__content {
    max-width: 700px;
    margin: 0 auto;
}

.services-cta__icon {
    margin-bottom: 30px;
}

.services-cta__title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.services-cta--primary .services-cta__title,
.services-cta--final .services-cta__title {
    color: white;
}

.services-cta__text {
    font-size: 18px;
    line-height: 1.6;
    color: #7f8c8d;
    margin: 0 0 30px 0;
}

.services-cta--primary .services-cta__text,
.services-cta--final .services-cta__text {
    color: rgba(255, 255, 255, 0.9);
}

.services-cta__btn {
    background: linear-gradient(135deg, #6a7e9f 0%, #5a6e8f 100%);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: auto;
    min-width: 200px;
}

.services-cta--primary .services-cta__btn {
    background: white;
    color: #6a7e9f;
}

.services-cta--final .services-cta__btn {
    background: white;
    color: #d2afa0;
}

.services-cta__btn:hover {
    background: white;
    color: #6a7e9f;
    border: 2px solid #6a7e9f;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(106, 126, 159, 0.4);
}

.services-cta--primary .services-cta__btn:hover {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.services-cta--final .services-cta__btn:hover {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.services-cta__btn img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.services-cta__btn:hover img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(8%) saturate(1234%) hue-rotate(200deg) brightness(89%) contrast(86%);
}

.services-cta--primary .services-cta__btn img,
.services-cta--final .services-cta__btn img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(8%) saturate(1234%) hue-rotate(200deg) brightness(89%) contrast(86%);
}

.services-cta--primary .services-cta__btn:hover img,
.services-cta--final .services-cta__btn:hover img {
    filter: brightness(0) invert(1);
}

/* ===== ABOUT PAGE ===== */
.about-content {
    padding: 100px 0;
    background: white;
}

.about-content__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-content__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-content__text h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #2c3e50;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.about-content__text p {
    font-size: 18px;
    line-height: 1.8;
    color: #7f8c8d;
    margin: 0 0 25px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.about-content__image {
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1); */
    position: relative;
}

.about-content__image::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    /* border: 2px solid #ff6b35; */
    border-radius: 15px;
    z-index: 1;
}

.about-content__image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

/* ===== ABOUT APPROACH ===== */
.about-approach {
    padding: 100px 0;
    background: #f8f9fa;
}

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

.about-approach__title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 60px 0;
    color: #2c3e50;
    line-height: 1.2;
}

.about-approach__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.approach-item {
    background: white;
    padding: 40px 35px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.approach-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #6a7e9f;
}

.approach-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.approach-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.approach-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #7f8c8d;
    margin: 0;
}

/* ===== ABOUT CTA ===== */
.about-cta {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
    text-align: center;
    margin: 60px 0;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.about-cta__content {
    max-width: 600px;
    margin: 0 auto;
}

.about-cta__title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.about-cta__text {
    font-size: 18px;
    line-height: 1.6;
    color: #7f8c8d;
    margin: 0 0 30px 0;
}

.about-cta__btn {
    background: linear-gradient(135deg, #6a7e9f 0%, #5a6e8f 100%);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: auto;
    min-width: 200px;
}

.about-cta__btn:hover {
    background: white;
    color: #6a7e9f;
    border: 2px solid #6a7e9f;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(106, 126, 159, 0.4);
}

.about-cta__btn img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.about-cta__btn:hover img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(8%) saturate(1234%) hue-rotate(200deg) brightness(89%) contrast(86%);
}

/* ===== REVIEWS PAGE ===== */
.reviews-content {
    padding: 100px 0;
    background: #f8f9fa;
}

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

.reviews-hero__subtitle {
    margin-bottom: 60px;
}

/* Reviews Filters */
.reviews-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 24px;
    border: 2px solid #6a7e9f;
    background: white;
    color: #6a7e9f;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.filter-btn:hover {
    background: #6a7e9f;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(106, 126, 159, 0.3);
}

.filter-btn.active {
    background: #6a7e9f;
    color: white;
    box-shadow: 0 5px 15px rgba(106, 126, 159, 0.4);
}

/* Reviews Carousel */
.reviews-carousel {
    position: relative;
    margin-top: 60px;
    width: 100%;
}

.reviews-carousel__container {
    position: relative;
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
}

.reviews-swiper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.reviews-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}

.reviews-swiper .swiper-slide {
    display: flex;
    height: 550px;
    width: auto;
    flex-shrink: 0;
    justify-content: center;
    align-items: stretch;
    float: left;
    box-sizing: border-box;
}

.review-slide {
    width: 350px;
    min-width: 350px;
    flex-shrink: 0;
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* Review Types */
.review-slide--text { outline: none; }

.review-slide--photo { outline: none; }

.review-slide--video { outline: none; }

.review-slide__media {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.review-slide__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.review-slide__media img:hover {
    transform: scale(1.02);
}

.review-slide__zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
}

.review-slide__media:hover .review-slide__zoom-icon {
    opacity: 1;
    transform: scale(1);
}

.review-slide__zoom-icon:hover {
    background: white;
    transform: scale(1.1);
}

.review-slide__zoom-icon svg {
    width: 20px;
    height: 20px;
    color: #6a7e9f;
}

.review-slide__media.phone-screenshot {
    background: #000;
    padding: 20px;
}

.review-slide__media.phone-screenshot img {
    width: 80%;
    height: auto;
}

/* Review Avatar */
.review-slide__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.review-slide__avatar-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6a7e9f, #8fa3c7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.review-slide__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Review Verified Badge */
.review-slide__verified {
    background: #e8f5e8;
    color: #2e7d32;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    align-self: flex-start;
}

/* Reviews Add Button */
.reviews-add-btn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.add-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.add-review-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.add-review-btn:hover svg {
    transform: scale(1.1);
}

.review-slide__video {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.review-slide__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-slide__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.review-slide__video-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.review-slide__play-button {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.review-slide__play-button:hover {
    background: white;
    transform: scale(1.1);
}

.review-slide__play-button svg {
    width: 24px;
    height: 24px;
    fill: #6a7e9f;
    margin-left: 3px;
}

.review-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.review-slide__image {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-slide__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-slide__image.phone-screenshot {
    background: #000;
    padding: 20px;
}

.review-slide__image.phone-screenshot img {
    width: 80%;
    height: auto;
    object-fit: contain;
}

.review-slide__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.review-slide__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #6a7e9f;
}

.review-slide__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-slide__info h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #2c3e50;
}

.review-slide__rating {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.review-slide__rating svg {
    width: 18px;
    height: 18px;
    color: #d2afa0;
}

.review-slide__date {
    font-size: 14px;
    color: #95a5a6;
    margin: 0;
}

.review-slide__text {
    font-size: 16px;
    line-height: 1.6;
    color: #7f8c8d;
    margin: 0 0 15px 0;
    font-style: italic;
    flex: 1;
    overflow-y: auto;
    max-height: calc(100% - 200px); /* Оставляем место для заголовка, аватара и тегов */
    padding-right: 10px;
}

/* Стилизация скроллбара для текста отзывов */
.review-slide__text::-webkit-scrollbar {
    width: 6px;
}

.review-slide__text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.review-slide__text::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.review-slide__text::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.review-slide__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    flex-shrink: 0;
}

.review-tag {
    background: rgba(106, 126, 159, 0.1);
    color: #6a7e9f;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(106, 126, 159, 0.2);
    transition: all 0.3s ease;
}

.review-tag:hover {
    background: rgba(106, 126, 159, 0.2);
    transform: translateY(-1px);
}

/* Photo Modal */
.photo-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.photo-modal.active {
    opacity: 1;
    visibility: visible;
}

.photo-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.photo-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    max-width: 90%;
    max-height: 90%;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.photo-modal.active .photo-modal__content {
    transform: translate(-50%, -50%) scale(1);
}

.photo-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-modal__close:hover {
    background: white;
    transform: scale(1.1);
}

.photo-modal__content img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 80vh;
    object-fit: contain;
}

.photo-modal__caption {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    background: white;
}

.reviews-prev-btn,
.reviews-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 2px solid #6a7e9f;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(106, 126, 159, 0.2);
    z-index: 10;
}

.reviews-prev-btn {
    left: -25px;
}

.reviews-next-btn {
    right: -25px;
}

.reviews-prev-btn:hover,
.reviews-next-btn:hover {
    background: #6a7e9f;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(106, 126, 159, 0.4);
}

.reviews-prev-btn img,
.reviews-next-btn img {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}

.reviews-prev-btn:hover img,
.reviews-next-btn:hover img {
    filter: brightness(0) invert(1);
}

.reviews-prev-btn.swiper-button-disabled,
.reviews-next-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: translateY(-50%);
}

/* Swiper Pagination */
.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(106, 126, 159, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    opacity: 1;
}

.swiper-pagination-bullet:hover {
    background: rgba(106, 126, 159, 0.6);
    transform: scale(1.2);
    box-shadow: 0 3px 10px rgba(106, 126, 159, 0.3);
}

.swiper-pagination-bullet-active {
    background: #6a7e9f;
    transform: scale(1.3);
    border-color: rgba(106, 126, 159, 0.2);
    box-shadow: 0 4px 15px rgba(106, 126, 159, 0.4);
}

/* ===== REVIEWS STATS ===== */
.reviews-stats {
    background: linear-gradient(135deg, #3c475a 0%, #6a7e9f 100%);
    padding: 80px 0;
    margin: 60px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Гарантируем 4 колонки на больших экранах */
@media (min-width: 1200px) {
    .reviews-stats__container {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }
}

.reviews-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.reviews-stats__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(210, 175, 160, 0.15);
}

.stat-item__icon {
    width: 60px;
    height: 60px;
    background: rgba(210, 175, 160, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.stat-item__icon svg {
    width: 30px;
    height: 30px;
    color: white;
}

.stat-item__number {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 1;
}

.stat-item__label {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
}

/* ===== REVIEWS CTA ===== */
.reviews-cta {
    background: linear-gradient(135deg, #3c475a 0%, #6a7e9f 100%);
    padding: 80px 0;
    text-align: center;
    margin: 60px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.reviews-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.reviews-cta__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.reviews-cta__icon {
    width: 80px;
    height: 80px;
    background: rgba(210, 175, 160, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.reviews-cta__icon svg {
    width: 40px;
    height: 40px;
    color: white;
}

.reviews-cta__title {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.reviews-cta__text {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 40px 0;
}

.reviews-cta__features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(210, 175, 160, 0.1);
    padding: 12px 20px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(210, 175, 160, 0.2);
}

.cta-feature svg {
    width: 20px;
    height: 20px;
    color: white;
}

.cta-feature span {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.reviews-cta__btn {
    background: white;
    color: #3c475a;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(60, 71, 90, 0.3);
}

.reviews-cta__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(60, 71, 90, 0.4);
    background: #f8f9fa;
}

.reviews-cta__btn svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.reviews-cta__btn:hover svg {
    transform: scale(1.1);
}

/* ===== PRICES PAGE ===== */
.prices-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #3c475a 0%, #6a7e9f 50%, #d2afa0 100%);
    position: relative;
    overflow: hidden;
}

.prices-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.prices-hero__content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.prices-hero__title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.prices-hero__title-accent {
    color: #d2afa0;
    text-transform: uppercase;
}

.prices-hero__subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.prices-content {
    padding: 80px 0;
    background: #f8fafc;
}

/* Стили для карточек цен на основе главной страницы */
.prices-content .services__container {
    width: 100%;
}

.prices-content .services__container .container-flex {
    margin: -1.4583333333vw -0.78125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.prices-content .services__item {
    width: 19.2708333333vw;
    min-height: 19.53125vw;
    margin: 1.4583333333vw 0.78125vw;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 2.5vw 1.9791666667vw 1.71875vw 1.9791666667vw;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f6f6f6;
    box-shadow: 0 10px 40px rgba(60, 71, 90, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #6a7e9f;
}

.prices-content .services__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(60, 71, 90, 0.15);
}

.prices-content .services__item .item-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #3c475a;
}

.prices-content .services__item .item-title {
    font-weight: 700;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    letter-spacing: 0.04em;
    margin-bottom: 1.5vw;
    color: #3c475a;
    text-align: center;
}

.prices-content .services__item .item-text {
    padding: 0.78125vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.5vw;
    letter-spacing: 0.02em;
    color: #6a7e9f;
    margin-bottom: 2vw;
}

.prices-content .services__item .item-text p {
    margin: 0.5vw 0;
    padding: 0;
}

.prices-content .services__item .item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5vw;
    align-items: center;
}

.prices-content .services__item .item-bottom__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1vw;
}

.prices-content .services__item .item-bottom__price .price-label {
    font-size: 0.7vw;
    color: #6a7e9f;
    margin-bottom: 0.5vw;
    font-weight: 600;
    text-transform: uppercase;
}

.prices-content .services__item .item-bottom__price .price-amount {
    font-size: 2vw;
    font-weight: 700;
    color: #d2afa0;
}

.prices-content .services__item .item-bottom__btn {
    background: linear-gradient(135deg, #6a7e9f 0%, #3c475a 100%);
    color: white;
    border: none;
    padding: 1vw 2vw;
    border-radius: 2vw;
    font-size: 0.8vw;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 5px 15px rgba(106, 126, 159, 0.3);
    width: 100%;
}

.prices-content .services__item .item-bottom__btn:hover {
    background: linear-gradient(135deg, #3c475a 0%, #6a7e9f 100%);
    box-shadow: 0 8px 25px rgba(106, 126, 159, 0.4);
    transform: translateY(-2px);
}

/* Специальные стили для разных типов карточек */
.prices-content .price-card--main {
    border: 3px solid #d2afa0;
    transform: scale(1.05);
    box-shadow: 0 15px 50px rgba(210, 175, 160, 0.2);
}

.prices-content .price-card--main:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 25px 70px rgba(210, 175, 160, 0.3);
}

.prices-content .price-card--premium {
    background: #2c3e50 !important;
    border: 1px solid #34495e !important;
    color: white !important;
}

.prices-content .price-card--premium .item-title {
    color: #ffffff !important;
}

.prices-content .price-card--premium .item-text p {
    color: #ffffff !important;
}

.prices-content .price-card--premium .item-bottom__price .price-label {
    color: #ffffff !important;
}

.prices-content .price-card--premium .item-bottom__price .price-amount {
    color: white !important;
}



.prices-info {
    padding: 80px 0;
    background: white;
}

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

.prices-info__title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #3c475a;
    margin-bottom: 60px;
}

.prices-info__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background: #f8fafc;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.info-item:hover {
    background: white;
    box-shadow: 0 10px 30px rgba(60, 71, 90, 0.1);
    transform: translateY(-5px);
}

.info-item__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #d2afa0 0%, #c19a8b 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.info-item__icon svg {
    width: 24px;
    height: 24px;
}

.info-item__content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #3c475a;
    margin-bottom: 10px;
}

.info-item__content p {
    color: #6a7e9f;
    line-height: 1.6;
    margin: 0;
}

.prices-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #3c475a 0%, #6a7e9f 50%, #d2afa0 100%);
    position: relative;
    overflow: hidden;
}

.prices-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

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

.prices-cta__icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: white;
}

.prices-cta__icon svg {
    width: 40px;
    height: 40px;
}

.prices-cta__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.prices-cta__text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    line-height: 1.6;
}

.prices-cta__features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.cta-feature svg {
    width: 20px;
    height: 20px;
    color: #d2afa0;
}

.prices-cta__btn {
    background: linear-gradient(135deg, #d2afa0 0%, #c19a8b 100%);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(210, 175, 160, 0.3);
}

.prices-cta__btn:hover {
    background: linear-gradient(135deg, #c19a8b 0%, #b08a7a 100%);
    box-shadow: 0 15px 40px rgba(210, 175, 160, 0.4);
    transform: translateY(-3px);
}

.prices-cta__btn svg {
    width: 20px;
    height: 20px;
}

/* ===== PRICES PAGE RESPONSIVE ===== */
@media (max-width: 1024px) {
    .prices-content .services__container .container-flex {
        margin: -2vw -1vw;
        justify-content: space-around;
    }
    
    .prices-content .services__item {
        width: calc(50% - 2vw);
        margin: 2vw 1vw;
        min-height: 25vw;
        padding: 3vw 2vw 2vw 2vw;
    }
    
    .prices-content .services__item .item-title {
        font-size: 1.25rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
    
    .prices-content .services__item .item-text {
        font-size: 0.875rem;
        line-height: 1.4;
    }
    
    .prices-content .services__item .item-bottom__price .price-amount {
        font-size: 1.5rem;
    }
    
    .prices-content .price-card--main {
        transform: scale(1.02);
    }
    
    .prices-content .price-card--main:hover {
        transform: scale(1.02) translateY(-10px);
    }
    
    .prices-info__content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .prices-cta__features {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .prices-hero {
        padding: 60px 0;
    }
    
    .prices-hero__title {
        font-size: 2.5rem;
    }
    
    .prices-hero__subtitle {
        font-size: 1.125rem;
    }
    
    .prices-content {
        padding: 60px 0;
    }
    
    .prices-content .services__container .container-flex {
        margin: -2.5vw -1.5vw;
        justify-content: center;
    }
    
    .prices-content .services__item {
        width: calc(100% - 3vw);
        margin: 2.5vw 1.5vw;
        min-height: 30vw;
        padding: 3.5vw 2.5vw 2.5vw 2.5vw;
    }
    
    .prices-content .services__item .item-title {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 1.5rem;
    }
    
    .prices-content .services__item .item-text {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    
    .prices-content .services__item .item-text p {
        margin: 0.75rem 0;
    }
    
    .prices-content .services__item .item-bottom__price .price-amount {
        font-size: 1.75rem;
    }
    
    .prices-content .price-card--main {
        transform: none;
    }
    
    .prices-content .price-card--main:hover {
        transform: translateY(-10px);
    }
    
    .prices-info {
        padding: 60px 0;
    }
    
    .prices-info__title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .info-item {
        padding: 25px;
        gap: 15px;
    }
    
    .prices-cta {
        padding: 60px 20px;
    }
    
    .prices-cta__content {
        padding: 0 10px;
    }
    
    .prices-cta__title {
        font-size: 2rem;
    }
    
    .prices-cta__text {
        font-size: 1rem;
    }
    
    .prices-cta__features {
        gap: 15px;
    }
    
    .cta-feature {
        padding: 10px 15px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 480px) {
    .prices-hero__title {
        font-size: 2rem;
    }
    
    .prices-hero__subtitle {
        font-size: 1rem;
    }
    
    .prices-content .services__item {
        min-height: 35vw;
        padding: 4vw 3vw 3vw 3vw;
    }
    
    .prices-content .services__item .item-title {
        font-size: 1.25rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
    
    .prices-content .services__item .item-text {
        font-size: 0.875rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    
    .prices-content .services__item .item-text p {
        margin: 0.5rem 0;
    }
    
    .prices-content .services__item .item-bottom__price .price-amount {
        font-size: 1.5rem;
    }
    
    .prices-info__title {
        font-size: 1.75rem;
    }
    
    .prices-cta {
        padding: 50px 15px;
    }
    
    .prices-cta__content {
        padding: 0 5px;
    }
    
    .prices-cta__title {
        font-size: 1.75rem;
    }
    
    .prices-cta__text {
        font-size: 0.9rem;
    }
    
    .prices-cta__features {
        gap: 12px;
    }
    
    .cta-feature {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
    
    .prices-cta__btn {
        padding: 15px 30px;
        font-size: 0.875rem;
    }
}
.prices-content {
    padding: 100px 0;
    background: white;
}

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

.prices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.price-card {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.price-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #f7931e);
}

.price-card:hover {
    transform: translateY(-10px);
    border-color: #ff6b35;
    box-shadow: 0 30px 80px rgba(255, 107, 53, 0.2);
}

.price-card__title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #2c3e50;
}

.price-card__price {
    font-size: 56px;
    font-weight: 700;
    color: #ff6b35;
    margin: 0 0 40px 0;
    line-height: 1;
}

.price-card__price small {
    font-size: 18px;
    color: #95a5a6;
    font-weight: 400;
}

.price-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.price-card__features li {
    padding: 15px 0;
    border-bottom: 1px solid #ecf0f1;
    color: #7f8c8d;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.price-card__features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff6b35;
    font-weight: bold;
    font-size: 18px;
}

.price-card__features li:last-child {
    border-bottom: none;
}

.price-card__btn {
    display: inline-block;
    padding: 18px 40px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-card__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(255, 107, 53, 0.4);
}

/* ===== CONTACT PAGE ===== */
.contact-content {
    padding: 100px 0;
    background: #f8f9fa;
}

.contact-content__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.contact-info h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #2c3e50;
    line-height: 1.2;
}

.contact-info p {
    font-size: 18px;
    line-height: 1.8;
    color: #7f8c8d;
    margin: 0 0 30px 0;
}

/* .contact-details {
    margin-top: 40px;
} */

.contact-detail {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-detail:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-detail svg {
    width: 30px;
    height: 30px;
    color: #6a7e9f;
    flex-shrink: 0;
}

.contact-detail a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-detail a:hover {
    color: #6a7e9f;
}

.contact-detail img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  
}

.contact-form {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6a7e9f, #d2afa0);
}

.contact-form h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 40px 0;
    color: #2c3e50;
    text-align: center;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
    font-size: 16px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #ecf0f1;
    border-radius: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #6a7e9f;
    background: white;
    box-shadow: 0 0 0 3px rgba(106, 126, 159, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236a7e9f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
    position: relative;
    z-index: 1;
}

.form-group select:focus {
    outline: none;
    border-color: #6a7e9f;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(106, 126, 159, 0.1);
}

.form-group select option {
    padding: 10px;
    background: white;
    color: #2c3e50;
}

.form-group select option:hover {
    background: #f8f9fa;
}

.form-group select.has-value {
    border-color: #6a7e9f;
    background-color: white;
}

/* Стили для мобильных устройств */
@media (max-width: 768px) {
    .form-group select {
        font-size: 16px; /* Предотвращает зум на iOS */
    }
}

/* Принудительное отображение селекта */
.form-group select,
.time-select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Специфичные стили для селекта времени */
.time-select {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #ecf0f1;
    border-radius: 15px;
    font-size: 16px;
    background: #f8f9fa;
    cursor: pointer;
}

/* Отключаем nice-select для нашего селекта */
.no-nice-select + .nice-select {
    display: none !important;
}

.no-nice-select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Унификация мобильного меню со стилем главной страницы */
@media (max-width: 900px) {
  .header__nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-90%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    z-index: 999 !important;
    height: 100vh !important;
    padding-top: 80px !important;
    overflow-y: auto !important;
    display: block !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .header__nav.open,
  .header__nav.active,
  .header.open .header__nav {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .nav-wrap {
    width: 100% !important;
    max-width: 720px !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .nav {
    list-style: none !important;
    padding: 20px 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
  }

  .nav-item { opacity: 1 !important; transform: none !important; }

  .nav-link {
    display: block !important;
    width: 100% !important;
    max-width: 560px !important;
    padding: 15px 0 !important;
    background: transparent !important;
    color: #1C1C1C !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    backdrop-filter: none !important;
  }

  .nav-link:last-child { border-bottom: none !important; }

  .nav-link:hover,
  .nav-link.active {
    background: #f8f9fa !important;
    color: #4A90E2 !important;
    transform: none !important;
    box-shadow: none !important;
  }
}

/* Стили для бургер кнопки */
.header__btn-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.header__btn-wrap p {
    font-size: 11px !important;
    color: #6a7e9f !important;
    font-weight: 500 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.header__btn {
    width: 26px !important;
    height: 20px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.header__btn span {
    display: block !important;
    width: 100% !important;
    height: 2.5px !important;
    background: linear-gradient(135deg, #6a7e9f 0%, #8fa3c4 100%) !important;
    border-radius: 2px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transform-origin: center !important;
    box-shadow: 0 1px 3px rgba(106, 126, 159, 0.2) !important;
}

.header__btn.open span:first-child {
    transform: translateY(8.75px) rotate(45deg) !important;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%) !important;
}

.header__btn.open span:nth-child(2) {
    opacity: 0 !important;
    transform: scale(0) !important;
}

.header__btn.open span:last-child {
    transform: translateY(-8.75px) rotate(-45deg) !important;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%) !important;
}

/* Блокировка скролла при открытом меню */
body.menu-open {
    overflow: hidden !important;
}

/* Анимации для элементов меню */
.header__nav.open .nav-item:nth-child(1) { transition-delay: 0.1s !important; }
.header__nav.open .nav-item:nth-child(2) { transition-delay: 0.15s !important; }
.header__nav.open .nav-item:nth-child(3) { transition-delay: 0.2s !important; }
.header__nav.open .nav-item:nth-child(4) { transition-delay: 0.25s !important; }
.header__nav.open .nav-item:nth-child(5) { transition-delay: 0.3s !important; }
.header__nav.open .nav-item:nth-child(6) { transition-delay: 0.35s !important; }
.header__nav.open .nav-item:nth-child(7) { transition-delay: 0.4s !important; }
.header__nav.open .nav-item:nth-child(8) { transition-delay: 0.45s !important; }

/* Стили для чекбокса согласия */
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #6a7e9f;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-label a {
    color: #6a7e9f;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.checkbox-label a:hover {
    color: #d2afa0;
}



.contact-form__btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #6a7e9f 0%, #5a6e8f 100%);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(106, 126, 159, 0.4);
    background: linear-gradient(135deg, #5a6e8f 0%, #4a5e7f 100%);
}

/* ===== CONTACT FAQ ===== */
.contact-faq {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-faq__container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-faq__title {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 50px 0;
    color: #2c3e50;
    text-align: center;
    line-height: 1.2;
}

.contact-faq__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.faq-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #6a7e9f;
    line-height: 1.3;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #7f8c8d;
    margin: 0;
}

/* ===== CONTACT SCHEDULE ===== */
.contact-schedule {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-schedule__container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-schedule__title {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 50px 0;
    color: #2c3e50;
    text-align: center;
    line-height: 1.2;
}

.contact-schedule__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.schedule-item {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #6a7e9f;
}

.schedule-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.schedule-item--weekend {
    border-left-color: #d2afa0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.schedule-item__day {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #6a7e9f;
    line-height: 1.3;
}

.schedule-item--weekend .schedule-item__day {
    color: #d2afa0;
}

.schedule-item__time {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #2c3e50;
}

.schedule-item__description {
    font-size: 16px;
    line-height: 1.6;
    color: #7f8c8d;
    margin: 0;
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 1024px) {
    .footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .about-content__container,
    .contact-content__container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .services-hero__title,
    .about-hero__title,
    .reviews-hero__title,
    .prices-hero__title,
    .contact-hero__title {
        font-size: 42px;
    }
    
    .services-list__container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .reviews-stats__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer__main {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer__bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer__legal {
        flex-direction: column;
        gap: 10px;
    }
    
    .services-hero,
    .about-hero,
    .reviews-hero,
    .meditations-hero,
    .prices-hero,
    .contact-hero {
        padding: 80px 0;
        margin-top: 120px;
    }
    
    .services-hero__title,
    .about-hero__title,
    .reviews-hero__title,
    .prices-hero__title,
    .contact-hero__title {
        font-size: 32px;
    }
    
    .services-hero__subtitle,
    .about-hero__subtitle,
    .reviews-hero__subtitle,
    .prices-hero__subtitle,
    .contact-hero__subtitle {
        font-size: 16px;
    }

    .services-hero__stats {
        flex-direction: column;
        gap: 30px;
    }

    .hero-stat__number {
        font-size: 28px;
    }

    .services-benefits {
        padding: 60px 0;
    }

    .services-benefits__title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .benefit-item {
        padding: 30px 20px;
    }

    .services-list__header {
        margin-bottom: 40px;
    }

    .services-list__title {
        font-size: 32px;
    }

    .services-list__subtitle {
        font-size: 16px;
    }
    
    .services-list,
    .about-content,
    .reviews-content,
    .prices-content,
    .contact-content {
        padding: 80px 0;
    }
    
    .services-list {
        padding: 60px 0;
    }
    
    .services-list__container {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 25px;
    }
    
    .service-card {
        padding: 30px 25px;
        margin: 0 10px;
        border-radius: 15px;
    }
    
    .services-cta {
        padding: 60px 20px;
        margin: 40px 0;
    }
    
    .services-cta__title {
        font-size: 28px;
    }
    
    .services-cta__text {
        font-size: 16px;
    }
    
    .services-cta__btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        min-width: auto;
    }
    
    .about-approach {
        padding: 60px 0;
    }
    
    .about-approach__container {
        padding: 0 20px;
    }
    
    .about-approach__content {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .about-approach__title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .approach-item {
        padding: 25px 20px;
        border-radius: 15px;
    }
    
    .about-cta {
        padding: 50px 20px;
        margin: 30px 0;
        border-radius: 15px;
    }
    
    .about-cta__title {
        font-size: 28px;
    }
    
    .about-cta__text {
        font-size: 16px;
    }
    
    .about-cta__btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        min-width: auto;
    }
    
    .about-content__inner {
        padding: 0 20px;
    }
    
    .about-content__container {
        gap: 30px;
    }
    
    .about-content__text {
        padding: 0 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .about-content__text h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .about-content__text p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
        word-break: normal;
    }
    
    .about-content__image {
        padding: 0 10px;
    }
    
    .about-content__image img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 2;
        margin: 0 auto;
        border-radius: 15px;
    }
    
    .prices-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-form {
        padding: 40px 30px;
    }
    
    .contact-faq__title {
        font-size: 32px;
    }
    
    .faq-item {
        padding: 25px;
    }
    
    .faq-item h3 {
        font-size: 20px;
    }
    
    .contact-schedule__title {
        font-size: 32px;
    }
    
    .schedule-item {
        padding: 25px;
    }
    
    .schedule-item__day {
        font-size: 20px;
    }
    
    .reviews-filters {
        gap: 10px;
        margin-bottom: 30px;
    }

    .filter-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .reviews-carousel__container {
        gap: 20px;
        padding: 10px 0;
    }
    
    .reviews-swiper .swiper-slide {
        height: 450px;
    }
    
    .review-slide {
        width: 300px;
        padding: 30px 25px;
        height: 450px; /* Меньшая высота для планшетов */
    }
    
    .review-slide__text {
        max-height: calc(100% - 180px); /* Адаптируем под меньшую высоту */
    }

    .review-slide__tags {
        gap: 6px;
    }

    .review-tag {
        font-size: 11px;
        padding: 3px 10px;
    }
}

@media (max-width: 480px) {
    .reviews-swiper .swiper-slide {
        height: 400px;
    }
    
    .review-slide {
        width: 280px;
        padding: 25px 20px;
    }
    
    .reviews-carousel__container {
        padding: 5px 0;
    }
    
    .footer__logo img {
        max-width: 150px;
    }
    
    .about-content__inner {
        padding: 0 15px;
    }
    
    .about-content__container {
        gap: 25px;
    }
    
    .about-content__text {
        padding: 0 5px;
    }
    
    .about-content__text h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .about-content__text p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    
    .about-content__image {
        padding: 0 5px;
    }
    
    .about-content__image img {
        border-radius: 12px;
    }
    
    .about-approach__container {
        padding: 0 15px;
    }
    
    .about-approach__content {
        gap: 20px;
    }
    
    .about-approach__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .approach-item {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .about-cta {
        padding: 40px 15px;
        margin: 25px 0;
        border-radius: 12px;
    }
    
    .about-cta__title {
        font-size: 24px;
    }
    
    .about-cta__text {
        font-size: 15px;
    }
    
    .social-links {
        gap: 10px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
    }
    
    .services-hero__title,
    .about-hero__title,
    .reviews-hero__title,
    .prices-hero__title,
    .contact-hero__title {
        font-size: 28px;
    }

    .services-hero__badge {
        font-size: 12px;
        padding: 6px 16px;
    }

    .services-hero__stats {
        gap: 20px;
    }

    .hero-stat__number {
        font-size: 24px;
    }

    .hero-stat__label {
        font-size: 12px;
    }

    .services-benefits__title {
        font-size: 28px;
    }

    .benefit-item__title {
        font-size: 20px;
    }

    .services-list__title {
        font-size: 28px;
    }
    
    .services-list__container {
        padding: 0 15px;
        gap: 20px;
    }
    
    .service-card {
        padding: 25px 20px;
        margin: 0 5px;
        border-radius: 12px;
    }
    
    .service-card__title {
        font-size: 22px;
    }
    
    .service-card__description {
        font-size: 16px;
    }
    
    .price-card__price {
        font-size: 42px;
    }
    
    .reviews-filters {
        gap: 8px;
        margin-bottom: 25px;
    }

    .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .reviews-swiper .swiper-slide {
        height: 400px; /* Меньшая высота для мобильных */
    }

    .review-slide {
        width: 280px;
        padding: 25px 20px;
        height: 400px; /* Еще меньшая высота для мобильных */
    }
    
    .review-slide__text {
        max-height: calc(100% - 160px); /* Адаптируем под меньшую высоту */
    }

    .review-slide__tags {
        gap: 5px;
    }

    .review-tag {
        font-size: 10px;
        padding: 2px 8px;
    }

    .reviews-stats__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-item {
        padding: 20px 15px;
    }

    .stat-item__number {
        font-size: 36px;
    }

    .stat-item__label {
        font-size: 16px;
    }

    .reviews-cta__title {
        font-size: 32px;
    }

    .reviews-cta__text {
        font-size: 18px;
    }

    .reviews-cta__features {
        gap: 15px;
    }

    .cta-feature {
        padding: 10px 15px;
        font-size: 14px;
    }

    .reviews-stats__container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-item {
        padding: 15px 10px;
    }

    .stat-item__number {
        font-size: 32px;
    }

    .stat-item__label {
        font-size: 14px;
    }

    .reviews-cta__title {
        font-size: 28px;
    }

    .reviews-cta__text {
        font-size: 16px;
    }

    .reviews-cta__features {
        flex-direction: column;
        gap: 10px;
    }

    .cta-feature {
        padding: 8px 12px;
        font-size: 13px;
    }

    .reviews-carousel__indicators {
        margin-top: 20px;
        gap: 6px;
    }

    .carousel-indicator {
        width: 10px;
        height: 10px;
    }

    .photo-modal__content {
        max-width: 95%;
        max-height: 95%;
    }

    .photo-modal__close {
        width: 35px;
        height: 35px;
        font-size: 20px;
        top: 10px;
        right: 10px;
    }

    .photo-modal__caption {
        padding: 15px;
        font-size: 16px;
    }

    .review-slide__zoom-icon {
        width: 35px;
        height: 35px;
        top: 8px;
        right: 8px;
    }

    .review-slide__zoom-icon svg {
        width: 18px;
        height: 18px;
    }
}

/* ===== 404 ERROR PAGE ===== */
.error-404 {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin-top: 130px;
}

.error-404::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(0,0,0,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.error-404__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.error-404__image {
    text-align: center;
}

.error-404__image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
}

.error-404__image img:hover {
    transform: scale(1.02);
}

.error-404__text {
    color: #3c475a;
}

.error-404__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #3c475a;
}

.error-404__title-accent {
    display: block;
    font-size: 32px;
    color: #6a7e9f;
    margin-top: 15px;
}

.error-404__description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #6a7e9f;
}

.error-404__description p {
    margin-bottom: 15px;
}

.error-404__actions {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.error-404__btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #3c475a 0%, #6a7e9f 100%);
    color: white;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(60, 71, 90, 0.2);
    max-width: fit-content;
}

.error-404__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(60, 71, 90, 0.3);
    background: linear-gradient(135deg, #6a7e9f 0%, #3c475a 100%);
}

.error-404__btn svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.error-404__btn:hover svg {
    transform: translateX(-5px);
}

.error-404__links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.error-404__link {
    color: #6a7e9f;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #e1e8f0;
    border-radius: 25px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
}

.error-404__link:hover {
    color: #3c475a;
    border-color: #6a7e9f;
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(60, 71, 90, 0.1);
}

@media (max-width: 1024px) {
    .error-404__content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .error-404__title {
        font-size: 36px;
    }
    
    .error-404__title-accent {
        font-size: 28px;
    }
    
    .error-404__actions {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .error-404 {
        min-height: 70vh;
        padding: 60px 0;
    }
    
    .error-404__content {
        gap: 40px;
    }
    
    .error-404__title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .error-404__title-accent {
        font-size: 22px;
        margin-top: 10px;
    }
    
    .error-404__description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .error-404__btn {
        padding: 15px 30px;
        font-size: 16px;
    }
    
    .error-404__links {
        justify-content: center;
        gap: 15px;
    }
    
    .error-404__link {
        font-size: 14px;
        padding: 8px 16px;
    }
    
    .contact-faq__title {
        font-size: 24px;
    }
    
    .faq-item {
        padding: 20px;
    }
    
    .faq-item h3 {
        font-size: 18px;
    }
    
    .contact-schedule__title {
        font-size: 24px;
    }
    
    .schedule-item {
        padding: 20px;
    }
    
    .schedule-item__day {
        font-size: 18px;
    }
    
    .schedule-item__time {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .error-404 {
        padding: 40px 0;
    }
    
    .error-404__title {
        font-size: 24px;
    }
    
    .error-404__title-accent {
        font-size: 18px;
    }
    
    .error-404__description {
        font-size: 15px;
    }
    
    .error-404__btn {
        padding: 12px 25px;
        font-size: 15px;
    }
    
    .error-404__links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .error-404__link {
        width: 100%;
        text-align: center;
        max-width: 200px;
    }
}

/* ===== CONTACT FORM MESSAGES ===== */
.contact-message {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    animation: slideInUp 0.3s ease-out;
}

.contact-message--success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.contact-message--error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@keyframes slideInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
} 