#menuHome {
    color: #ea8a28 !important;
}

#homeMobile {
    color: #ea8a28;
}

.home-page {
    padding-bottom: 0;
}

.home-hero {
    padding: 34px 0 56px;
    background:
        radial-gradient(circle at top left, rgba(255, 244, 231, 0.9), transparent 38%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 82%);
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
    gap: 56px;
    align-items: center;
    width: 100%;
}

.home-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.home-hero-eyebrow,
.home-section-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(234, 138, 40, 0.12);
    color: #c6721f;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 16px;
}

.home-hero-trust-item {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #ebf0f7;
    background: #f8fbff;
    color: #4d6082;
    font-size: 0.88rem;
    font-weight: 700;
}

.home-hero-title {
    margin: 18px 0 12px;
    color: #162952;
    max-width: 16.75ch;
    font-size: clamp(2rem, 3.25vw, 2.9rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.home-hero-lead,
.home-section-text,
.home-hero-panel-text,
.home-service-text {
    color: #607190;
    line-height: 1.72;
}

.home-hero-lead {
    margin: 0;
    max-width: 660px;
    font-size: 1rem;
}

.home-hero-support-note {
    max-width: 640px;
    margin: 10px 0 0;
    color: #7a5a3a;
    font-size: 0.92rem;
    line-height: 1.6;
    font-weight: 700;
}

.home-hero-offer {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(242, 181, 68, 0.12) 0%, rgba(234, 138, 40, 0.08) 100%);
    border: 1px solid rgba(234, 138, 40, 0.14);
    box-shadow: 0 16px 28px rgba(234, 138, 40, 0.08);
}

.home-hero-offer-title {
    color: #c6721f;
    font-size: 0.98rem;
    font-weight: 800;
}

.home-hero-offer-note {
    color: #6e7d97;
    font-size: 0.88rem;
    font-weight: 600;
}

.home-hero-side {
    display: flex;
    justify-content: flex-end;
}

.home-hero-visual {
    position: relative;
    width: min(100%, 382px);
}

.home-hero-visual-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.home-hero-visual-card {
    position: relative;
    border: 1px solid rgba(234, 138, 40, 0.14);
    border-radius: 36px;
    overflow: hidden;
    box-shadow:
        0 30px 52px rgba(13, 29, 57, 0.16),
        0 14px 32px rgba(234, 138, 40, 0.12);
}

.home-hero-visual-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(13, 29, 57, 0.12) 100%);
}

.home-hero-visual-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    pointer-events: none;
}

.home-hero-visual-image {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: cover;
}

.home-hero-visual-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 18px 20px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(234, 138, 40, 0.18);
    backdrop-filter: blur(12px);
    box-shadow:
        0 18px 34px rgba(13, 29, 57, 0.14),
        0 10px 24px rgba(234, 138, 40, 0.08);
}

.home-hero-visual-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(242, 181, 68, 0.22);
    color: #c6721f;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-hero-visual-name {
    display: inline-block;
    color: #162952;
    font-size: 1.34rem;
    line-height: 1.15;
    font-weight: 800;
    text-decoration: none;
}

.home-hero-visual-name:hover,
.home-hero-visual-name:focus,
.home-hero-visual-link:hover,
.home-hero-visual-link:focus {
    color: #ea8a28;
    text-decoration: none;
}

.home-hero-visual-meta {
    color: #607190;
    font-size: 0.92rem;
    line-height: 1.5;
}

.home-hero-visual-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
}

.home-hero-visual-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 46px;
    margin-top: 4px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f2b544 0%, #ea8a28 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(234, 138, 40, 0.24);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-hero-visual-action:hover,
.home-hero-visual-action:focus {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(234, 138, 40, 0.24);
}

.home-hero-visual-profile-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 46px;
    margin-top: 4px;
    padding: 0 18px;
    border: 1px solid rgba(36, 59, 104, 0.14);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 255, 0.98) 100%);
    color: #243b68;
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.65),
        0 12px 24px rgba(13, 29, 57, 0.08);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}

.home-hero-visual-profile-link:hover,
.home-hero-visual-profile-link:focus {
    transform: translateY(-1px);
    border-color: rgba(234, 138, 40, 0.28);
    color: #162952;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 16px 28px rgba(13, 29, 57, 0.1);
    text-decoration: none;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}

.home-primary-cta,
.home-secondary-cta,
.home-section-link,
.home-service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-primary-cta {
    background: linear-gradient(135deg, #f2b544 0%, #ea8a28 100%);
    color: #fff;
    box-shadow: 0 16px 32px rgba(234, 138, 40, 0.2);
}

.home-primary-cta:hover,
.home-primary-cta:focus {
    color: #fff;
    transform: translateY(-1px);
}

.home-secondary-cta,
.home-section-link {
    border: 1px solid #d8e3f3;
    background: #fff;
    color: #243b68;
    box-shadow: 0 12px 28px rgba(13, 29, 57, 0.05);
}

.home-secondary-cta:hover,
.home-secondary-cta:focus,
.home-section-link:hover,
.home-section-link:focus {
    color: #162952;
    border-color: #bfd2ef;
}

.home-section {
    padding-top: 0;
    padding-bottom: 56px;
}

.home-section-shell {
    padding: 0;
}

.home-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 14px;
    text-align: center;
}

.home-section-title {
    margin: 14px 0 10px;
    color: #162952;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.home-section-text {
    margin: 0;
    max-width: 740px;
    font-size: 1rem;
}

.home-section-head > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.home-section-footer {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.home-consultor-filter .consultor-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 12px 0 22px;
}

.home-page .consultor-filter button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #d8e3f3;
    border-radius: 999px;
    background: #fff;
    color: #243b68;
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(13, 29, 57, 0.05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.home-page .consultor-filter button i {
    font-size: 0.88rem;
}

.home-page .consultor-filter button img {
    width: 18px;
    height: 18px;
}

.home-page .consultor-filter button:hover,
.home-page .consultor-filter button:focus {
    border-color: #bfd2ef;
    transform: translateY(-1px);
}

.home-page .consultor-filter button.active {
    background: linear-gradient(135deg, #f2b544 0%, #ea8a28 100%);
    border-color: #ea8a28;
    color: #fff;
    box-shadow: 0 16px 30px rgba(234, 138, 40, 0.18);
}

.home-page .consultor-filter button.active img {
    filter: brightness(0) invert(1);
}

.home-consultores-grid {
    row-gap: 6px;
}

.home-services-section .home-section-shell {
    background: transparent;
    width: 100%;
}

.home-service-grid {
    margin-top: 0;
}

.home-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    height: 100%;
    width: 100%;
    padding: 26px 24px 24px;
    border-radius: 30px;
    border: 1px solid #e6edf7;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(13, 29, 57, 0.05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    text-align: center;
}

.home-service-card:hover,
.home-service-card:focus {
    transform: translateY(-2px);
    border-color: #bfd2ef;
    box-shadow: 0 24px 42px rgba(13, 29, 57, 0.08);
}

.home-service-kicker {
    display: inline-flex;
    align-items: center;
    align-self: center;
    min-height: 30px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(234, 138, 40, 0.12);
    color: #c6721f;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-service-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #dce7f6;
    background: #fff;
    box-shadow: 0 12px 24px rgba(13, 29, 57, 0.05);
}

.home-service-icon i {
    color: #243b68;
    font-size: 1.15rem;
}

.home-service-title {
    margin: 16px 0 10px;
    color: #162952;
    font-size: 1.22rem;
    font-weight: 800;
    text-align: center;
}

.home-service-text {
    margin: 0;
    font-size: 0.95rem;
    text-align: center;
    min-height: 112px;
}

.home-service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: auto;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(234, 138, 40, 0.18);
    background: linear-gradient(135deg, rgba(242, 181, 68, 0.14) 0%, rgba(234, 138, 40, 0.08) 100%);
    color: #c6721f;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(234, 138, 40, 0.08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-service-card:hover .home-service-link,
.home-service-card:focus .home-service-link {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(234, 138, 40, 0.12);
    border-color: rgba(234, 138, 40, 0.3);
}

@media (max-width: 991px) {
    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-hero-copy {
        max-width: 100%;
        margin-left: 0;
    }

    .home-hero-side {
        justify-content: center;
    }

    .home-hero-visual-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .home-hero-visual-profile-link {
        display: none;
    }

    .home-section-head {
        flex-direction: column;
    }

    .home-service-text {
        min-height: 96px;
    }

    .home-hero {
        padding-bottom: 44px;
    }

    .home-section {
        padding-bottom: 44px;
    }
}

@media (max-width: 767px) {
    .home-hero {
        padding: 24px 0 36px;
    }

    .home-hero-trust .home-hero-trust-item:nth-child(2),
    .home-hero-trust .home-hero-trust-item:nth-child(3) {
        display: none;
    }

    .home-hero-copy,
    .home-section-shell {
        padding: 0;
        border-radius: 0;
    }

    .home-hero-title {
        font-size: 2.3rem;
        max-width: none;
    }

    .home-hero-actions,
    .home-hero-trust {
        flex-direction: column;
        align-items: stretch;
    }

    .home-primary-cta,
    .home-secondary-cta,
    .home-section-link {
        width: 100%;
    }

    .home-consultor-filter .consultor-filter {
        justify-content: center;
        gap: 8px;
        margin: 10px 0 18px;
    }

    .home-page .consultor-filter button {
        min-height: 40px;
        padding: 0 14px;
        font-size: 0.88rem;
    }

    .home-section {
        padding-bottom: 36px;
    }

    .home-section-head {
        margin-bottom: 12px;
    }

    .home-section-footer {
        margin-top: 16px;
    }
}

@media (max-width: 576px) {
    .home-service-text {
        min-height: 0;
    }

    .home-section-title {
        font-size: 1.95rem;
    }

    .home-page .consultor-filter {
        gap: 8px;
    }

    .home-consultor-filter .consultor-filter {
        gap: 6px;
    }

    .home-page .consultor-filter button {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.84rem;
    }

    .home-page .consultor-filter button img {
        width: 16px;
        height: 16px;
    }

    .home-hero-visual {
        width: min(100%, 340px);
    }

    .home-hero-visual-image {
        aspect-ratio: 3 / 4;
    }

    .home-hero-visual-caption {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 14px 16px;
    }
}
