/* ============================================
   Стили для главной страницы (landing)
   Студия растяжки - Пастельная гамма
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Marmelad&display=swap');

.marmelad-regular {
    font-family: "Marmelad", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Marmelad', sans-serif !important;
    color: #5C4B3A !important;
    background-color: #FFFDF9 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Marmelad', serif !important;
    color: #4A3B2E !important;
}

p {
    font-family: 'Marmelad', sans-serif !important;
    color: #6B5A4C !important;
    line-height: 1.8 !important;
}

.section-title h2 {
    font-family: 'Marmelad', serif !important;
    font-size: 35px !important;
    color: #4A3B2E !important;
    position: relative !important;
    margin-top: 15px !important;
}

.section-title h2:after {
    content: '' !important;
    position: absolute !important;
    bottom: -15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 2px !important;
    background: #D4A5A5 !important;
}

.normal-title h2:after {
    display: none !important;
}

.primary-btn {
    background: transparent !important;
    border: 1.5px solid #D4A5A5 !important;
    color: #D4A5A5 !important;
    padding: 14px 35px !important;
    border-radius: 40px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.primary-btn:hover {
    background: #D4A5A5 !important;
    color: #FFFDF9 !important;
}

/* === HERO SECTION === */
.hero {
    margin-top: 0 !important;
}

.hero__items {
    height: 90vh !important;
    min-height: 700px !important;
    position: relative !important;
}

.hero__items:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(255, 253, 249, 0.1) 0%, rgba(212, 165, 165, 0.2) 100%) !important;
}

.hero__text span {
    font-family: 'Marmelad', serif !important;
    font-size: 24px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    opacity: 0.85 !important;
}

.hero__text h2 {
    font-family: 'Marmelad', serif !important;
    font-size: 70px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* === НАКЛЕЙКА С АКЦИЕЙ === */
.hero__offer-card {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 8px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(212, 165, 165, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 30px;
}

.hero__offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 40px rgba(212, 165, 165, 0.2);
}

.offer-card__inner {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 22px;
    text-align: center;
}

.offer-tag {
    display: inline-block;
    background: linear-gradient(135deg, #D4A5A5, #C9A78B);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.offer-price {
    font-size: 16px;
    color: #6B5A4C;
    font-family: 'Marmelad', sans-serif;
}

.offer-price span {
    font-size: 48px;
    font-weight: 700;
    color: #D4A5A5;
    font-family: 'Marmelad', serif;
    margin: 0 5px;
}

.offer-desc {
    font-size: 14px;
    color: #8B7A6B;
    margin: 10px 0 20px;
}

.offer-divider {
    width: 50px;
    height: 2px;
    background: #D4A5A5;
    margin: 15px auto;
}

.bonus-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: left;
}

.bonus-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #5C4B3A;
}

.bonus-list li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: #D4A5A5;
    font-weight: bold;
}

.offer-btn {
    display: inline-block;
    background: #D4A5A5;
    color: #fff;
    padding: 12px 32px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.offer-btn:hover {
    background: #C49A9A;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(212, 165, 165, 0.35);
}

/* === ABOUT SECTION === */
.home-about {
    padding-bottom: 100px !important;
}

.home__about__pic__item {
    border-radius: 24px !important;
    box-shadow: 0 20px 35px rgba(201, 167, 139, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.home__about__pic__item:hover {
    transform: scale(1.02) !important;
}

.home__about__pic__item__inner {
    border-radius: 24px !important;
    box-shadow: 0 20px 35px rgba(201, 167, 139, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.home__about__pic__item__inner:hover {
    transform: scale(1.02) !important;
}

.home__about__text .section-title {
    text-align: left !important;
}

.home__about__text .section-title h2:after {
    left: 0 !important;
    transform: none !important;
    background: #D4A5A5 !important;
}

.home__about__text span {
    font-family: 'Marmelad', serif !important;
    font-size: 28px !important;
    font-style: italic !important;
    color: #C9A78B !important;
}

/* === SERVICES SECTION === */
.services {
    background: #FAF6F0 !important;
}

.services__item.modern-card {
    text-align: center;
    padding: 35px 20px 30px !important;
    background: #ffffff;
    border-radius: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
    border: 1px solid rgba(212, 165, 165, 0.12);
}

.services__item.modern-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(212, 165, 165, 0.12);
    border-color: rgba(212, 165, 165, 0.25);
}

.services__item.modern-card .card-title {
    font-family: 'Marmelad', serif !important;
    font-size: 22px !important;
    color: #4A3B2E !important;
    margin-bottom: 15px;
    font-weight: 600;
}

.services__item.modern-card .card-divider {
    width: 40px;
    height: 2px;
    background: #D4A5A5;
    margin: 0 auto 20px auto;
    transition: width 0.3s ease;
}

.services__item.modern-card:hover .card-divider {
    width: 60px;
}

.services__item.modern-card p {
    font-size: 14px !important;
    color: #7A6B5E !important;
    margin-bottom: 0;
    line-height: 1.6;
}

/* === CHOOSE US SECTION === */
.chooseus {
    background: #FFFDF9 !important;
}

.chooseus__text h2 {
    font-size: 42px !important;
    color: #4A3B2E !important;
    margin-bottom: 20px;
}

.chooseus__text p {
    color: #6B5A4C;
}

.chooseus__item {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    background: #ffffff !important;
    padding: 18px 20px !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 20px rgba(201, 167, 139, 0.06) !important;
    transition: all 0.3s ease !important;
    margin-bottom: 20px !important;
    border: 1px solid rgba(212, 165, 165, 0.1);
}

.chooseus__item:hover {
    transform: translateX(8px) !important;
    box-shadow: 0 12px 28px rgba(212, 165, 165, 0.12) !important;
    border-color: rgba(212, 165, 165, 0.2);
}

.chooseus__item__icon {
    width: 70px !important;
    height: 70px !important;
    background: linear-gradient(135deg, #FAF6F0 0%, #F5EDE4 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 25px !important;
    transition: transform 0.3s ease !important;
}

.chooseus__item:hover .chooseus__item__icon {
    transform: scale(1.05);
}

.chooseus__item__icon img {
    max-width: 38px !important;
}

.chooseus__item__text h2 {
    font-size: 32px !important;
    color: #D4A5A5 !important;
    line-height: 1.2 !important;
    margin-bottom: 5px;
}

.chooseus__item__text p {
    font-size: 14px !important;
    color: #8B7A6B !important;
    margin-bottom: 0;
}

.chooseus__pic img {
    border-radius: 24px !important;
    box-shadow: 0 25px 40px rgba(201, 167, 139, 0.15) !important;
    transition: transform 0.3s ease !important;
}

.chooseus__pic img:hover {
    transform: scale(1.01) !important;
}

/* === GALLERY SECTION === */
.gallery {
    background: #FAF6F0 !important;
    padding: 80px 0 !important;
}

.gallery__pic {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 16px;
}

.gallery__pic img {
    transition: transform 0.5s ease !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__pic:hover img {
    transform: scale(1.08) !important;
}

.gallery__pic:after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(212, 165, 165, 0.15) 0%, rgba(212, 165, 165, 0) 100%) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.gallery__pic:hover:after {
    opacity: 1 !important;
}

/* === INSTRUCTOR SECTION === */
.instructor {
    background: #FFFDF9 !important;
}

.instructor__item {
    background: #ffffff !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px rgba(201, 167, 139, 0.06) !important;
    transition: all 0.3s ease !important;
}

.instructor__item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 35px rgba(212, 165, 165, 0.12) !important;
}

.instructor__item__pic {
    overflow: hidden !important;
}

.instructor__item__pic img {
    transition: transform 0.5s ease !important;
    width: 100%;
    height: auto;
}

.instructor__item:hover .instructor__item__pic img {
    transform: scale(1.08) !important;
}

.instructor__item__text {
    padding: 20px;
    text-align: center;
}

.instructor__item__text h5 {
    font-family: 'Marmelad', serif !important;
    font-size: 20px !important;
    color: #4A3B2E !important;
    margin-bottom: 8px !important;
}

/* === APPOINTMENT SECTION === */
.appointment {
    background: linear-gradient(135deg, #FAF6F0 0%, #F5EDE4 100%) !important;
    position: relative !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

.appointment__text {
    background: rgba(255, 255, 255, 0.96) !important;
    padding: 50px !important;
    border-radius: 32px !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(212, 165, 165, 0.2);
}

.appointment__form input,
.appointment__form select,
.appointment__form textarea {
    background: #ffffff !important;
    border: 1px solid #E8DDD4 !important;
    border-radius: 16px !important;
    color: #5C4B3A !important;
    font-family: 'Marmelad', sans-serif !important;
    padding: 14px 18px !important;
    height: auto !important;
    transition: all 0.3s ease !important;
}

.appointment__form input:focus,
.appointment__form select:focus,
.appointment__form textarea:focus {
    border-color: #D4A5A5 !important;
    box-shadow: 0 0 0 3px rgba(212, 165, 165, 0.12) !important;
    outline: none !important;
}

.appointment__form label {
    display: block !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #4A3B2E !important;
    margin-bottom: 6px !important;
    letter-spacing: 0.5px !important;
}

.appointment__form button {
    background: #D4A5A5 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 14px 36px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
}

.appointment__form button:hover {
    background: #C49A9A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 20px rgba(212, 165, 165, 0.25) !important;
}

/* === MAP SECTION === */
.map-section {
    padding: 60px 0 80px;
    background-color: #FFFDF9;
}

.map-container {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

/* === АДАПТИВНОСТЬ === */
@media only screen and (max-width: 991px) {
    .hero__offer-card {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .hero .row {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .hero__text h2 {
        font-size: 42px !important;
    }
    
    .appointment__text {
        padding: 30px !important;
    }
    
    .chooseus__item {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .chooseus__item__icon {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    
    .offer-price span {
        font-size: 38px;
    }
}

@media only screen and (max-width: 576px) {
    .hero__text h2 {
        font-size: 32px !important;
    }
    
    .offer-card__inner {
        padding: 20px 15px;
    }
    
    .services__item.modern-card {
        padding: 25px 15px !important;
    }
    
    .section-title h2 {
        font-size: 28px !important;
    }
}

/* === СТАТИСТИКА (GRID) === */
.stats-grid {
    margin-top: 20px;
}

.stats-grid .chooseus__item {
    height: 100%;
}

@media (max-width: 768px) {
    .stats-grid .chooseus__item__icon {
        width: 55px;
        height: 55px;
    }
    
    .stats-grid .chooseus__item__icon img {
        max-width: 30px;
    }
    
    .stats-grid .chooseus__item__text h2 {
        font-size: 24px;
    }
}