/* Страница «О нас» (yoge-shell) */
.about-yoge {
    color: #181a17;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 -4px;
}

/* — Intro — */
.about-yoge-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 2rem 2.5rem;
    align-items: start;
    margin-bottom: 3rem;
}

@media (max-width: 991px) {
    .about-yoge-intro {
        grid-template-columns: 1fr;
    }
}

.about-yoge-intro__visual {
    position: relative;
}

.about-yoge-intro__img {
    display: block;
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    max-height: 520px;
    background: #dfe8e3;
}

.about-yoge-intro__badge {
    position: absolute;
    right: 12px;
    bottom: 16px;
    max-width: min(240px, 85%);
    background: #fff;
    border-radius: 16px;
    padding: 1rem 1.15rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.about-yoge-intro__badge strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #448C74;
    line-height: 1.2;
}

.about-yoge-intro__badge span {
    font-size: 0.85rem;
    color: #5a635e;
}

.about-yoge-intro__pill {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #181a17;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
}

.about-yoge-intro__rule {
    height: 1px;
    background: #181a17;
    opacity: 0.15;
    max-width: 100px;
    margin: 0 0 1rem;
}

.about-yoge-intro__title {
    font-size: clamp(1.6rem, 3.2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #448C74;
    margin: 0 0 1rem;
}

.about-yoge-intro__text {
    color: #5a635e;
    margin: 0 0 1.5rem;
}

.about-yoge-intro__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 600px) {
    .about-yoge-intro__features {
        grid-template-columns: 1fr;
    }
}

.about-yoge-intro__feat {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.about-yoge-intro__feat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(68, 140, 116, 0.15);
    color: #448C74;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.about-yoge-intro__feat h3 {
    margin: 0 0 0.25rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: #181a17;
}

.about-yoge-intro__feat p {
    margin: 0;
    font-size: 0.88rem;
    color: #5a635e;
    line-height: 1.45;
}

.about-yoge-intro__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.35rem;
    border-radius: 999px;
    background: #448C74;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.about-yoge-intro__btn:hover {
    background: #3d836b;
    color: #fff !important;
}

/* — Три карточки преимуществ — */
.about-yoge-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 900px) {
    .about-yoge-cards {
        grid-template-columns: 1fr;
    }
}

.about-yoge-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    text-decoration: none;
    color: #fff;
}

.about-yoge-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 35, 28, 0.15) 0%, rgba(15, 35, 28, 0.82) 100%);
    z-index: 1;
}

.about-yoge-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.about-yoge-card__content {
    position: relative;
    z-index: 2;
}

.about-yoge-card__num {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.85);
    color: transparent;
    margin-bottom: 0.35rem;
}

.about-yoge-card__title {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.about-yoge-card__more {
    display: inline-block;
    margin-top: 0.65rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e5c466;
}

/* — Услуги (тёмный блок) — */
.about-yoge-services {
    background: linear-gradient(160deg, #448C74 0%, #3d836b 100%);
    border-radius: 28px;
    padding: 2rem 1.5rem 2.25rem;
    margin-bottom: 3rem;
    color: #fff;
}

.about-yoge-services__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.about-yoge-services__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.about-yoge-services__link {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #e5c466;
    text-decoration: none;
}

.about-yoge-services__link:hover {
    color: #f5dc98;
}

.about-yoge-services__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.75rem;
    align-items: start;
}

@media (max-width: 900px) {
    .about-yoge-services__grid {
        grid-template-columns: 1fr;
    }
}

.about-yoge-services__img {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 5 / 4;
    background: #0f1f19;
}

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

.about-yoge-acc details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.65rem 0;
}

.about-yoge-acc details:last-child {
    border-bottom: none;
}

.about-yoge-acc summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.35rem 0;
}

.about-yoge-acc summary::-webkit-details-marker {
    display: none;
}

.about-yoge-acc summary::after {
    content: "→";
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.about-yoge-acc details[open] summary::after {
    transform: rotate(90deg);
    background: rgba(255, 255, 255, 0.1);
}

.about-yoge-acc__body {
    padding: 0.5rem 3rem 0.75rem 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

.about-yoge-acc__body p {
    margin: 0;
}

/* Блок «подходит всем» */
.about-yoge-everyone {
    margin: 2.5rem -12px 0;
    padding: 2.25rem 1.25rem;
    border-radius: 0;
    background: transparent;
}

.about-yoge-everyone__inner {
    margin: 0 auto;
}

.about-yoge-everyone__title {
    font-size: clamp(1.4rem, 2.6vw, 1.9rem);
    font-weight: 800;
    line-height: 1.2;
    color: #181a17;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.about-yoge-everyone__lead {
    margin: 0 0 1.25rem;
    color: #5a635e;
    font-size: 1rem;
    line-height: 1.65;
}

.about-yoge-everyone__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.5rem;
    border-radius: 999px;
    background: #448C74;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    margin-bottom: 1.75rem;
    transition: background 0.2s ease, transform 0.15s ease;
}

.about-yoge-everyone__btn:hover {
    background: #3a7a66;
    color: #fff !important;
}

.about-yoge-everyone__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.5rem;
}

.about-yoge-everyone__list li {
    margin: 0;
    padding: 1rem 1.1rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(68, 140, 116, 0.15);
}

.about-yoge-everyone__list strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #448C74;
    margin-bottom: 0.35rem;
}

.about-yoge-everyone__list span {
    font-size: 0.9rem;
    color: #5a635e;
    line-height: 1.5;
}

@media (max-width: 700px) {
    .about-yoge-everyone__list {
        grid-template-columns: 1fr;
    }
}

/* FAQ */
.about-yoge-faq {
    margin: 2.5rem 0 0;
    padding: 2rem 0 0;
    border-top: 1px solid rgba(24, 26, 23, 0.1);
}

.about-yoge-faq__heading {
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    color: #448C74;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
}

.about-yoge-faq__list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.about-yoge-faq__item {
    border-bottom: 1px solid rgba(24, 26, 23, 0.12);
}

.about-yoge-faq__item:last-child {
    border-bottom: none;
}

.about-yoge-faq__item summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.85rem 0;
    color: #181a17;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.about-yoge-faq__item summary::-webkit-details-marker {
    display: none;
}

.about-yoge-faq__item summary::after {
    content: "+";
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(68, 140, 116, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #448C74;
    transition: transform 0.2s ease;
}

.about-yoge-faq__item[open] summary::after {
    content: "−";
    transform: rotate(180deg);
}

.about-yoge-faq__body {
    padding: 0 0 1rem;
}

.about-yoge-faq__body p {
    margin: 0;
    font-size: 0.95rem;
    color: #5a635e;
    line-height: 1.6;
}

