/* Стили для страницы менеджера по продажам */

/* Hero секция */
.manager-main-img {
    position: absolute;
    bottom: 0;
    right: -86px;
    z-index: 0;
    width: 650px;
    opacity: 0.9;
}
.hero-section__title {
    max-width: 875px;
    position: relative;
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 129px !important;
    line-height: 110px !important;
    color: var(--primary-black);
    font-weight: 400;
    margin-bottom: 25px;
}
.career-section .title-section {
        margin: 0 auto 50px;
    width: fit-content;
}
/* О компании */
.about-company {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.about-company__content {
    max-width: 900px;
}

.about-lead {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-black);
    margin-bottom: 30px;
    line-height: 1.6;
}

.about-quote {
    background: white;
    border-left: 5px solid var(--blue);
    padding: 25px 30px;
    border-radius: 0 15px 15px 0;
    margin: 30px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.about-quote p {
    font-size: 18px;
    font-style: italic;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.about-company__content > p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

/* Почему Happy Work */
.why-happywork {
    padding: 100px 0;
    background: white;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.value-card {
    background: var(--light);
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.value-card:hover {
    transform: translateY(-5px);
    border-color: var(--blue);
    box-shadow: 0 10px 30px rgba(0, 134, 255, 0.15);
}

.value-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.value-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-black);
    margin-bottom: 15px;
}

.value-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* Что вы будете делать */
.responsibilities {
    background: linear-gradient(135deg, #1b185b 0%, #2a2677 100%);
}

.responsibilities .title-section {
    color: white;
}

.section-subtitle {
position: relative;
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    max-width: 800px;
        margin-bottom: 20px;
}

.tasks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.task-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.task-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

.task-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.task-card p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.important-note {
    background: rgba(255, 193, 7, 0.2);
    border: 2px solid #ffc107;
    border-radius: 15px;
    padding: 25px 30px;
    text-align: center;
    margin-top: 30px;
}

.important-note p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.section-cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* Доход */
.income-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.income-section .title-section {
    color: white;
}

.income-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.income-structure {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 35px;
    backdrop-filter: blur(10px);
}

.income-structure h3 {
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
}

.income-structure ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.income-structure ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
}

.income-structure ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: 700;
}

.income-numbers {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.income-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.income-period {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}

.income-range {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-black);
}

.income-card.first-months {
    border-left: 5px solid #ffc107;
}

.income-card.later-months {
    border-left: 5px solid #28a745;
}

.no-limit-block {
    background: white;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.no-limit-block h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-black);
    margin-bottom: 15px;
}

.no-limit-block p {
    font-size: 18px;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* График и формат */
.format-section {
    background: white;
}

.format-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.format-card {
    background: var(--light);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.format-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.format-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.format-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-black);
    margin-bottom: 10px;
}

.format-card p {
    font-size: 16px;
    color: #666;
}

.format-note {
    background: var(--blue);
    border-radius: 15px;
    padding: 25px 35px;
    text-align: center;
    margin-top: 40px;
}

.format-note p {
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin: 0;
}

/* Почему клиенты выбирают нас */
.why-clients {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.clients-reasons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.reason-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 18px 25px;
    border-radius: 50px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.reason-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 134, 255, 0.15);
}

.reason-icon {
    font-size: 22px;
}

.strong-product {
    background: var(--primary-black);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
}

.strong-product p {
    font-size: 22px;
    color: white;
    font-weight: 700;
    margin: 0;
}

/* Карьера и развитие */
.career-section {
    background: white;
}

.career-path {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 50px 0 30px;
    flex-wrap: wrap;
}

.career-step {
    background: var(--light);
    border-radius: 20px;
    padding: 30px 40px;
    text-align: center;
    position: relative;
    min-width: 200px;
}

.career-step:first-child {
    border: 3px solid var(--blue);
}

.career-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.career-step h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-black);
}

.career-label {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--blue);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.career-arrow {
    font-size: 30px;
    color: var(--blue);
    font-weight: 700;
}

.career-additional {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.career-option {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 134, 255, 0.1);
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 500;
}

.option-icon {
    font-size: 20px;
}

.career-note {
    font-size: 18px;
    color: #666;
    text-align: center;
    font-style: italic;
}

/* Для кого эта работа */
.for-whom {
    padding: 100px 0;
    background: linear-gradient(135deg, #1b185b 0%, #2a2677 100%);
}

.for-whom .title-section {
    color: white;
    margin: 0 auto 50px;
    width: fit-content;
}

.whom-grid {
    max-width: 700px;
    margin: 0 auto;
}

.whom-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.whom-card h3 {
    font-size: 24px;
    color: white;
    margin-bottom: 25px;
}

.whom-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whom-card ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
}

.whom-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-size: 20px;
    font-weight: 700;
}

/* Слово руководителя */
.founder-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.founder-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.founder-quote {
    position: relative;
    padding: 40px;
}

.quote-mark {
    font-size: 120px;
    color: var(--blue);
    opacity: 0.2;
    position: absolute;
    top: -20px;
    left: 0;
    font-family: Georgia, serif;
    line-height: 1;
}

.founder-quote p {
    font-size: 20px;
    line-height: 1.8;
    color: var(--primary-black);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.founder-info {
    margin-top: 30px;
}

.founder-name {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-black);
    margin-bottom: 5px;
}

.founder-title {
    font-size: 16px;
    color: #666;
}

/* CTA секция */
.cta-section {
    background: var(--primary-black);
}

.cta-wrapper {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-wrapper p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 30px;
}

.cta-wrapper .btn {
    margin: 0 auto;
}

/* Popup форма */
.pop-up-order .contact-form__input {
    margin-bottom: 15px;
}

/* Адаптивность */
@media (max-width: 1400px) {
    .manager-main-img {
        right: -150px;
        width: 550px;
    }
}

@media (max-width: 1270px) {
    .manager-main-img {
        right: -200px;
        width: 500px;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tasks-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .manager-main-img {
        display: none;
    }
    .hero-section__title {
        font-size: 34px !important;
        line-height: 41px !important;
        text-align: left;
        margin-bottom: 20px;
    }
    .values-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .tasks-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .income-wrapper {
        grid-template-columns: 1fr;
    }

    .format-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .career-path {
        flex-direction: column;
    }

    .career-arrow {
        transform: rotate(90deg);
    }

    .career-additional {
        flex-direction: column;
        align-items: center;
    }

    .clients-reasons {
        flex-direction: column;
        align-items: center;
    }

    .reason-item {
        width: 100%;
        justify-content: center;
    }

    .why-happywork,
    .income-section,
    .why-clients,
    .for-whom {
        padding: 50px 0;
    }

    .section-subtitle {
        font-size: 17px;
    }

    .about-lead {
        font-size: 18px;
    }

    .income-range {
        font-size: 26px;
    }

    .value-card {
        padding: 25px;
    }

    .task-card {
        padding: 20px;
    }

    .format-card {
        padding: 25px;
    }

    .founder-quote p {
        font-size: 17px;
    }

    .quote-mark {
        font-size: 80px;
    }
}

@media (max-width: 576px) {
    .career-step {
        min-width: 100%;
    }

    .income-card {
        padding: 25px;
    }

    .no-limit-block {
        padding: 25px;
    }

    .no-limit-block h3 {
        font-size: 22px;
    }

    .whom-card {
        padding: 25px;
    }

    .whom-card ul li {
        font-size: 16px;
    }

    .founder-wrapper {
        padding: 0 15px;
    }
}
