body {
    margin: 0;
    background: #F5F5F5;
    font-family: 'Roboto', Arial, sans-serif;
}

.corp-main {
    background: #F5F5F5;
}

.corp-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

.corp-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px 0 30px;
}

.corp-breadcrumbs a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #767676;
    text-decoration: none;
    transition: color 0.2s;
}

.corp-breadcrumbs a:hover {
    color: #48924E;
}

.corp-breadcrumbs-sep {
    font-size: 16px;
    color: #767676;
    margin: 0 8px;
}

.corp-breadcrumbs-current {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.corp-hero {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 32px;
}

.corp-hero-left {
    flex: 1;
    min-width: 0;
}

.corp-hero-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    color: #000000;
    margin: 0;
}

.corp-hero-title-green {
    color: #48924E;
}

.corp-hero-right {
    flex: 0 0 420px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px;
    margin-right: 60px;
}

.corp-hero-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.corp-banner {
    margin-bottom: 48px;
}

.corp-banner-img {
    width: 100%;
    height: 422px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
}

.corp-section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 24px;
}

.corp-advantages-section {
    margin-bottom: 48px;
}

.corp-advantages-wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.corp-cards-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    min-width: 0;
}

.corp-adv-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 20px 24px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.corp-adv-card:nth-child(5) {
    grid-column: 1 / 2;
}

.corp-adv-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.corp-adv-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.corp-adv-num {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 79.2px;
    line-height: 1;
    color: #F5F5F5;
    user-select: none;
    margin-right: -22px;
}

.corp-adv-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0;
}

.corp-adv-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0;
}

.corp-form-card {
    flex: 0 0 385px;
    max-width: 385px;
    background: #1D3A2A;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.corp-form-top {
    flex: 1;
    padding: 32px 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.corp-form-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.corp-form-title-orange {
    color: #EA8F13;
}

.corp-form-sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.corp-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.corp-input {
    width: 100%;
    height: 49px;
    border-radius: 6px;
    border: none;
    background: #284A37;
    padding: 0 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
    box-sizing: border-box;
    transition: box-shadow 0.2s;
}

.corp-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.corp-input:focus {
    box-shadow: 0 0 0 2px #48924E;
}

.corp-submit-btn {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: none;
    background: #EA8F13;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.25s;
}

.corp-submit-btn:hover {
    background: #F5A030;
}

.corp-form-disclaimer {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #88968F;
    text-align: center;
    margin: 0;
}

.corp-form-house {
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.corp-form-house-img {
    width: 100%;
    height: auto;
    display: block;
}

.corp-offer-section {
    margin-bottom: 0;
}

.corp-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.corp-offer-card {
    border-radius: 8px;
    padding: 24px 20px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.corp-offer-card--green {
    background: #48924E;
}

.corp-offer-card--dark {
    background: #1D3A2A;
}

.corp-offer-card--orange {
    background: #D07D0C;
}

.corp-offer-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.corp-offer-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.corp-offer-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
}

.corp-offer-list {
    list-style: disc;
    padding-left: 18px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.corp-offer-list li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.corp-cta-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-cta {
    margin-bottom: 0;
    overflow: visible;
    padding-top: 40px;
}

.faq-cta-inner {
    background: linear-gradient(100deg, #1D3A2A 55%, #A8A180 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: visible;
    min-height: 380px;
}

.faq-cta-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    margin-left: 100px;
    padding-bottom: 64px;
}

.faq-cta-photo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.faq-cta-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}

.faq-cta-decor {
    position: absolute;
    width: 320px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.faq-cta-person {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
}

.faq-cta-person-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}

.faq-cta-person-role {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}

.faq-cta-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    margin-left: 120px;
}

.faq-cta-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    margin: 0 0 8px;
}

.faq-cta-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0 0 24px;
}

.faq-cta-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 300px;
}

.faq-cta-phone {
    width: 100%;
    height: 49px;
    border-radius: 6px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    padding: 0 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.faq-cta-phone::placeholder {
    color: #999;
}

.faq-cta-phone:focus {
    box-shadow: 0 0 0 2px #48924E,
    0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
}

.faq-cta-submit {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: none;
    background: #EA8F13;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.25s;
}

.faq-cta-submit:hover {
    background: #FFA326;
}

.faq-cta-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    cursor: pointer;
}

.faq-cta-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #48924E;
    cursor: pointer;
    flex-shrink: 0;
}

.faq-cta-consent span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #D1E2D5;
}

.faq-cta-consent a {
    color: #D1E2D5;
    text-decoration: underline;
}

.faq-cta-right {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.faq-cta-house {
    width: 410px;
    height: auto;
    display: block;
}

@media (max-width: 1100px) {
    .corp-hero-right {
        flex: 0 0 360px;
        max-width: 360px;
    }

    .corp-form-card {
        flex: 0 0 320px;
        max-width: 320px;
    }

    .corp-form-top {
        padding: 24px 24px 20px;
    }

    .corp-form-title {
        font-size: 26px;
    }

    .corp-banner-img {
        height: 360px;
    }

    .faq-cta-left {
        margin-left: 55px;
    }

    .faq-cta-center {
        margin-left: 85px;
    }

    .faq-cta-form {
        max-width: 270px;
    }

    .faq-cta-house {
        width: 340px;
    }

    .corp-hero-right {
        margin: 0;
    }
}

@media (max-width: 900px) {

    .corp-advantages-wrap {
        gap: 16px;
    }

    .corp-form-card {
        flex: 0 0 280px;
        max-width: 280px;
    }

    .corp-form-top {
        padding: 60px 16px 16px;
    }

    .corp-form-title {
        font-size: 22px;
        line-height: 28px;
    }

    .corp-form-sub {
        font-size: 14px;
    }

    .corp-hero-title {
        font-size: 32px;
        line-height: 40px;
    }

    .corp-hero-right {
        flex: 0 0 300px;
        max-width: 300px;
    }

    .corp-banner-img {
        height: 280px;
        border-radius: 20px;
    }

    .corp-cards-grid {
        grid-template-columns: 1fr 1fr;
    }

    .corp-adv-card:nth-child(5) {
        grid-column: auto;
    }

    .corp-form-house {
        flex: 0 0 260px;
        max-width: 260px;
    }

    .corp-form-house-img {
        height: 100%;
        object-fit: cover;
    }

    .corp-offer-grid {
        grid-template-columns: 1fr;
    }

    .faq-cta-left {
        margin-left: 40px;
    }

    .faq-cta-photo {
        width: 150px;
        height: 150px;
    }

    .faq-cta-decor {
        width: 280px;
    }

    .faq-cta-center {
        margin-left: 40px;
    }

    .faq-cta-title {
        font-size: 20px;
    }

    .faq-cta-subtitle {
        font-size: 15px;
    }

    .faq-cta-form {
        max-width: 240px;
    }

    .faq-cta-house {
        width: 260px;
    }
}

@media (max-width: 768px) {
    .corp-container {
        padding: 0 16px 32px;
    }

    .corp-breadcrumbs {
        padding: 20px 0;
    }

    .corp-breadcrumbs a,
    .corp-breadcrumbs-sep,
    .corp-breadcrumbs-current {
        font-size: 14px;
    }

    .corp-hero {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 20px;
    }

    .corp-hero-left {
        width: 100%;
    }

    .corp-hero-right {
        flex: none;
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }

    .corp-hero-title {
        font-size: 26px;
        line-height: 34px;
    }

    .corp-banner {
        margin-bottom: 32px;
    }

    .corp-banner-img {
        height: 220px;
        border-radius: 16px;
    }

    .corp-cards-grid {
        grid-template-columns: 1fr;
    }

    .corp-adv-card:nth-child(5) {
        grid-column: auto;
    }

    .corp-form-card {
        flex-direction: column;
    }

    .corp-form-top {
        padding: 24px 20px;
    }

    .corp-form-house {
        flex: none;
        width: 100%;
        max-width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .corp-form-house-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 20%;
    }

    .corp-offer-grid {
        grid-template-columns: 1fr;
    }

    .corp-offer-card {
        min-height: auto;
    }

    .faq-cta {
        padding-top: 0;
    }

    .corp-cta-container {
        padding: 0 16px;
    }

    .faq-cta-inner {
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 0 0 0 !important;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        overflow: hidden !important;
        min-height: unset !important;
        position: relative !important;
    }

    .faq-cta-left {
        order: 1;
        width: 100%;
        margin: 0 0 20px 0 !important;
        padding: 0 20px !important;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 0 !important;
    }

    .faq-cta-photo {
        width: 150px;
        height: 150px;
    }

    .faq-cta-decor {
        width: 300px;
    }

    .faq-cta-center {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin: 0 !important;
        padding: 0 20px 30px 20px !important;
        box-sizing: border-box;
    }

    .faq-cta-title {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }

    .faq-cta-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .faq-cta-form {
        max-width: 100%;
        width: 100%;
    }

    .faq-cta-phone {
        height: 46px;
    }

    .faq-cta-submit {
        height: 46px;
        font-size: 15px;
    }

    .faq-cta-consent {
        justify-content: center;
    }

    .faq-cta-right {
        order: 3;
        position: static !important;
        display: block;
        width: 100% !important;
        overflow: hidden;
        height: 280px;
    }

    .faq-cta-house {
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: center 0%;
        display: block;
    }

    .corp-advantages-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .corp-cards-grid {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .corp-adv-card:nth-child(5) {
        grid-column: auto;
    }

    .corp-form-card {
        flex: none;
        width: 100%;
        max-width: 100%;
        align-self: auto;
    }

    .corp-form-top {
        padding: 28px 24px 20px;
    }

    .corp-form-title {
        font-size: 28px;
        line-height: 32px;
    }

    .corp-form-house {
        height: 220px;
        overflow: hidden;
    }

    .corp-form-house-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 20%;
    }
}

@media (max-width: 480px) {
    .corp-hero-title {
        font-size: 22px;
        line-height: 30px;
    }

    .corp-hero-text {
        font-size: 14px;
        line-height: 22px;
    }

    .corp-banner-img {
        height: 180px;
        border-radius: 12px;
    }

    .corp-adv-num {
        font-size: 56px;
    }

    .corp-offer-title {
        font-size: 18px;
    }

    .corp-offer-list li {
        font-size: 14px;
        line-height: 20px;
    }

    .corp-cards-grid {
        grid-template-columns: 1fr;
    }

    .corp-adv-card:nth-child(5) {
        grid-column: auto;
    }

    .corp-form-house {
        height: 180px;
    }
}
