/* ============================================
   ABOUT PAGE – полностью обновлённый дизайн
   ============================================ */

/* Общие */
.about-page {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
}

.about-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .about-page .container {
        padding: 0 60px;
    }
}

@media (min-width: 1024px) {
    .about-page .container {
        padding: 0 100px;
    }
}

.colored {
    color: #FF8200;
}

.colored--inline {
    display: inline-block;
}

/* HERO */
.about-hero {
    padding: 80px 0 50px;
    position: relative;
    background: linear-gradient(135deg, #fef9f4 0%, #fff 100%);
}

.about-hero__title {
    font-size: 48px;
    font-weight: 900;
    margin: 0 0 30px;
    line-height: 1.2;
}

.about-hero__title .colored {
    display: inline-block;
}

.about-hero__title-light {
    font-weight: 300;
    color: #333;
}

.about-hero__text {
    font-size: 20px;
    font-weight: 500;
    max-width: 780px;
    color: #444;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .about-hero {
        padding: 120px 0 70px;
    }
    .about-hero__title {
        font-size: 64px;
    }
    .about-hero__text {
        font-size: 22px;
    }
}

@media (min-width: 1024px) {
    .about-hero__title {
        font-size: 80px;
    }
    .about-hero__text {
        font-size: 24px;
    }
}

/* QUOTE (без автора) */
.about-quote {
    padding: 60px 0;
    background: #f6f8fa;
    text-align: center;
}

.about-quote__block {
    font-size: 28px;
    font-weight: 800;
    color: #FF8200;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.4;
    quotes: "“" "”" "‘" "’";
}

@media (min-width: 768px) {
    .about-quote__block {
        font-size: 38px;
    }
}

@media (min-width: 1024px) {
    .about-quote__block {
        font-size: 48px;
    }
}

/* TEAM QUOTES (без фото) */
.about-team {
    padding: 80px 0 60px;
}

.about-team__heading {
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 50px;
    text-align: center;
}

.about-team__heading .colored {
    display: inline-block;
}

.about-team__heading-light {
    font-weight: 300;
    color: #333;
}

.about-team__quotes {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.about-team__quotes blockquote {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin: 0;
    padding: 20px 30px;
    background: #f6f8fa;
    border-radius: 16px;
    position: relative;
    border-left: 5px solid #FF8200;
}

.about-team__quotes blockquote strong {
    color: #FF8200;
    font-weight: 700;
}

@media (min-width: 768px) {
    .about-team__heading {
        font-size: 52px;
    }
    .about-team__quotes blockquote {
        font-size: 22px;
        padding: 30px 40px;
    }
}

@media (min-width: 1024px) {
    .about-team__heading {
        font-size: 64px;
    }
    .about-team__quotes blockquote {
        font-size: 24px;
    }
}

/* CULTURE & VALUES */
.about-values {
    padding: 60px 0 80px;
    background: #fef9f4;
}

.about-values__grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-values__block {
    flex: 1;
}

.about-values__title {
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 30px;
}

.about-values__title .colored {
    display: inline-block;
}

.about-values__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about-values__list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: transform 0.2s;
}

.about-values__list li:hover {
    transform: translateY(-3px);
}

.about-values__icon {
    font-size: 32px;
    line-height: 1;
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}

.about-values__list li div strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.about-values__list li div p {
    margin: 0;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .about-values__grid {
        flex-direction: row;
        gap: 80px;
    }
    .about-values__title {
        font-size: 40px;
    }
}

@media (min-width: 1024px) {
    .about-values__title {
        font-size: 48px;
    }
    .about-values__list li {
        padding: 25px 30px;
    }
    .about-values__list li div strong {
        font-size: 22px;
    }
    .about-values__list li div p {
        font-size: 18px;
    }
}

/* STEPS */
.about-steps {
    padding: 80px 0;
    background: #FF8200;
    color: #fff;
    text-align: center;
}

.about-steps__heading {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 50px;
}

.about-steps__heading .colored--inline {
    color: #fff;
    display: inline-block;
    border-bottom: 3px solid rgba(255,255,255,0.4);
}

.about-steps__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.about-steps__item {
    display: flex;
    align-items: center;
    gap: 25px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(4px);
    padding: 20px 30px;
    border-radius: 20px;
    text-align: left;
    transition: background 0.3s;
}

.about-steps__item:hover {
    background: rgba(255,255,255,0.2);
}

.about-steps__number {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    opacity: 0.7;
    flex-shrink: 0;
    width: 60px;
    text-align: center;
}

.about-steps__item p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.about-steps__item p strong {
    font-weight: 700;
}

@media (min-width: 768px) {
    .about-steps__heading {
        font-size: 48px;
    }
    .about-steps__grid {
        flex-direction: row;
        gap: 30px;
    }
    .about-steps__item {
        flex: 1;
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .about-steps__number {
        font-size: 64px;
        width: auto;
    }
    .about-steps__item p {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .about-steps__heading {
        font-size: 60px;
    }
    .about-steps__item p {
        font-size: 20px;
    }
}

/* FAQ */
.about-faq {
    padding: 80px 0 60px;
}

.about-faq__heading {
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 50px;
}

.about-faq__heading .colored {
    display: inline-block;
}

.about-faq__list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-faq__item {
    background: #f6f8fa;
    border-radius: 16px;
    padding: 0;
    border: none;
    overflow: hidden;
}

.about-faq__question {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 30px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
    position: relative;
}

.about-faq__question::-webkit-details-marker {
    display: none;
}

.about-faq__question::after {
    content: '+';
    font-size: 28px;
    font-weight: 300;
    color: #FF8200;
    transition: transform 0.3s;
}

.about-faq__item[open] .about-faq__question::after {
    transform: rotate(45deg);
}

.about-faq__item[open] .about-faq__question {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.about-faq__answer {
    padding: 20px 30px 30px;
    font-size: 18px;
    color: #444;
    line-height: 1.7;
    background: #fff;
}

.about-faq__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.btn {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

.btn--primary {
    background: #FF8200;
    color: #fff;
    border: 2px solid #FF8200;
}

.btn--primary:hover {
    background: transparent;
    color: #FF8200;
}

.btn--secondary {
    background: transparent;
    color: #aaa;
    border: 2px solid #ccc;
}

.btn--secondary:hover {
    background: #FF8200;
    color: #fff;
    border-color: #FF8200;
}

@media (min-width: 768px) {
    .about-faq__heading {
        font-size: 48px;
    }
    .about-faq__question {
        font-size: 22px;
    }
    .about-faq__answer {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .about-faq__heading {
        font-size: 60px;
    }
}