.solution-hero,
.solution-program,
.solution-intro,
.solution-advantages,
.solution-benefit,
.solution-kit,
.solution-process,
.solution-bureaucracy,
.solution-savings,
.solution-grant-steps,
.solution-credit,
.solution-faq { --content-width: 1420px; }

.solution-hero .container,
.solution-advantages .container,
.solution-benefit .container,
.solution-program .container,
.solution-grant-steps .container,
.solution-credit .container,
.solution-kit .container,
.solution-savings .container,
.solution-process .container,
.solution-bureaucracy .container { max-width: var(--content-width); }

.solution-faq .container { max-width: 1100px; }

.solution-hero__cta,
.solution-kit__cta,
.solution-process__cta,
.solution-bureaucracy__cta,
.solution-credit__cta,
.solution-faq__cta {
    display:       inline-block;
    padding:       14px 26px;
    background:    linear-gradient(90deg, #3f8f46 0%, #6dc170 100%);
    color:         #ffffff;
    font-family:   inherit;
    font-size:     18px;
    font-weight:   500;
    line-height:   24px;
    text-align:    center;
    border:        1px solid #ffffff;
    border-radius: 10px;
    box-shadow:    0 7px 13px 0 rgba(0, 0, 0, .1);
    cursor:        pointer;
    transition:    background var(--transition);
}

.solution-hero__cta:hover,
.solution-kit__cta:hover,
.solution-process__cta:hover,
.solution-bureaucracy__cta:hover,
.solution-credit__cta:hover,
.solution-faq__cta:hover { background: #1c7d46; }

.solution-benefit__cta {
    display:       inline-block;
    padding:       14px 26px;
    background:    #f4f3ee;
    color:         #55ac61;
    font-family:   inherit;
    font-size:     18px;
    font-weight:   500;
    line-height:   24px;
    text-align:    center;
    border:        1px solid #ffffff;
    border-radius: 10px;
    box-shadow:    0 7px 13px 0 rgba(0, 0, 0, .1);
    cursor:        pointer;
    transition:    background var(--transition), color var(--transition);
}

.solution-benefit__cta:hover {
    background: linear-gradient(180deg, #55ac61 0%, #55ac61 100%);
    color:      #ffffff;
}

.solution-process__cta--secondary,
.solution-bureaucracy__cta--secondary,
.solution-credit__cta--secondary {
    background: #ffffff;
    color:      #1c7d46;
    border:     1px solid #55ac61;
}

.solution-process__cta--secondary:hover,
.solution-bureaucracy__cta--secondary:hover,
.solution-credit__cta--secondary:hover { background: #f7f7f7; }

.solution-process__actions,
.solution-bureaucracy__actions,
.solution-credit__actions {
    display:         flex;
    justify-content: center;
    gap:             16px;
    margin-top:      40px;
}

.solution-kit__cta,
.solution-faq__cta { display: block; width: max-content; margin: 40px auto 0; }

.solution-benefit__cta { display: block; width: max-content; margin: 40px auto 0; }

.solution-hero {
    background-size:     cover;
    background-position: center center;
    background-repeat:   no-repeat;
}

.solution-hero__inner {
    max-width:  700px;
    padding:    100px 0;
    text-align: left;
}

.solution-hero__title {
    margin:      0;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #353329;
}

.solution-hero__subtitle {
    margin:      16px 0 0;
    font-size:   16px;
    font-weight: 600;
    line-height: 20px;
    color:       #000000;
}

.solution-hero__cta {
    display:     inline-flex;
    align-items: center;
    gap:         8px;
    margin-top:  30px;
}

.solution-hero__cta svg { display: block; width: 24px; height: 24px; flex: none; }

.solution-intro__row {
    display:         flex;
    align-items:     center;
    justify-content: space-between;
    gap:             60px;
}

.solution-intro__image { flex: 1 1 0; }

.solution-intro__image img { display: block; width: 100%; height: auto; border-radius: 16px; }

.solution-intro__col { flex: 1 1 0; display: flex; flex-direction: column; gap: 16px; }

.solution-intro__title {
    margin:      0;
    font-size:   36px;
    font-weight: 700;
    line-height: 42px;
    color:       #353329;
}

.solution-intro__text {
    margin:      0;
    font-size:   16px;
    font-weight: 400;
    line-height: 20px;
    color:       #000000;
}

.solution-advantages { padding: 100px 0; }

.solution-advantages__title {
    margin:      0 0 50px;
    text-align:  center;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #000000;
}

.solution-advantages__grid {
    display:               grid;
    grid-template-columns: repeat(3, 1fr);
    gap:                   16px;
}

.solution-advantages__item {
    display:         flex;
    flex-direction:  column;
    gap:             16px;
    padding:         24px;
    background:      #ffffff;
    border:          1px solid #e1e1e1;
    border-radius:   16px;
}

.solution-advantages__icon svg { display: block; width: 48px; height: 48px; }

.solution-advantages__item-title {
    margin:      0;
    font-size:   20px;
    font-weight: 600;
    line-height: 24px;
    color:       #000000;
}

.solution-advantages__item-text {
    margin:      0;
    font-size:   16px;
    font-weight: 400;
    line-height: 20px;
    color:       rgba(0, 0, 0, .5);
}

.solution-benefit { background: #55ac61; padding: 100px 0; }

.solution-benefit__title {
    margin:      0 0 50px;
    text-align:  center;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #ffffff;
}

.solution-benefit__grid {
    display:               grid;
    grid-template-columns: repeat(3, 1fr);
    gap:                   0;
    border-radius:         16px;
    overflow:              hidden;
}

.solution-benefit__item {
    display:         flex;
    flex-direction:  column;
    gap:             16px;
    align-items:     center;
    padding:         40px;
    text-align:      center;
    background:      #f7fcf8;
}

.solution-benefit__item:nth-child(2) { background: #f0f8f0; }

.solution-benefit__icon svg { display: block; width: 60px; height: 60px; }

.solution-benefit__item-title {
    margin:      0;
    font-size:   20px;
    font-weight: 600;
    line-height: 24px;
    color:       #000000;
}

.solution-benefit__item-text {
    margin:      0;
    font-size:   16px;
    font-weight: 400;
    line-height: 20px;
    color:       rgba(0, 0, 0, .5);
}

.solution-program { padding: 100px 0; }

.solution-program__card {
    padding:             60px;
    border-radius:       40px;
    background-size:     cover;
    background-position: center center;
    background-repeat:   no-repeat;
    text-align:          center;
}

.solution-program__title {
    margin:      0;
    font-size:   36px;
    font-weight: 700;
    line-height: 42px;
    color:       #000000;
}

.solution-program__suffix { display: block; }

.solution-program__claim {
    margin:      16px 0 0;
    font-size:   24px;
    font-weight: 600;
    line-height: 28px;
    color:       #1c7d46;
}

.solution-program__text {
    max-width:   800px;
    margin:      16px auto 0;
    font-size:   16px;
    font-weight: 400;
    line-height: 20px;
    color:       #000000;
}

.solution-grant-steps { background: #f0f3f1; padding: 100px 0; }

.solution-grant-steps__title {
    margin:      0 0 50px;
    text-align:  center;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #353329;
}

.solution-grant-steps__grid {
    display:               grid;
    grid-template-columns: repeat(2, 1fr);
    gap:                   30px;
}

.solution-grant-steps__item {
    padding:        24px 24px 24px 30px;
    background:     #ffffff;
    border-left:    8px solid #55ac61;
    border-radius:  16px;
}

.solution-grant-steps__item-title {
    margin:      0;
    font-size:   18px;
    font-weight: 600;
    line-height: 22px;
    color:       #000000;
}

.solution-grant-steps__item-text {
    margin:      8px 0 0;
    font-size:   16px;
    font-weight: 400;
    line-height: 20px;
    color:       rgba(0, 0, 0, .5);
}

.solution-credit { padding: 100px 0; text-align: center; }

.solution-credit__title {
    margin:      0;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #353329;
}

.solution-credit__intro {
    margin:      16px 0 0;
    font-size:   16px;
    font-weight: 400;
    line-height: 20px;
    color:       #000000;
}

.solution-credit__grid {
    display:               grid;
    grid-template-columns: repeat(3, 1fr);
    gap:                   16px;
    margin-top:            50px;
    text-align:            center;
}

.solution-credit__item {
    display:         flex;
    flex-direction:  column;
    align-items:     center;
    gap:             16px;
    padding:         24px;
    border:          1px solid #e1e1e1;
    border-radius:   16px;
}

.solution-credit__item-image { display: block; width: 100%; height: auto; border-radius: 8px; }

.solution-credit__item-floors {
    padding:       8px 12px;
    background:    #ddeedf;
    border-radius: 50px;
    font-size:     14px;
    font-weight:   500;
    line-height:   18px;
    color:         #1c7d46;
}

.solution-credit__item-amount {
    font-size:   28px;
    font-weight: 700;
    line-height: 32px;
    color:       #000000;
}

.solution-credit__note {
    max-width:   700px;
    margin:      24px auto 0;
    font-size:   14px;
    font-weight: 400;
    line-height: 18px;
    color:       rgba(0, 0, 0, .5);
}

.solution-kit { background: #ffffff; padding: 100px 0; }

.solution-kit__title {
    margin:      0 0 50px;
    text-align:  center;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #353329;
}

.solution-kit__grid {
    display:               grid;
    grid-template-columns: repeat(3, 1fr);
    gap:                   16px;
}

.solution-kit__item {
    display:       flex;
    gap:           20px;
    padding:       16px;
    background:    #ffffff;
    border:        1px solid #e1e1e1;
    border-radius: 16px;
}

.solution-kit__item-image {
    flex:          none;
    width:         120px;
    height:        120px;
    border-radius: 8px;
    overflow:      hidden;
}

.solution-kit__item-image img { display: block; width: 100%; height: 100%; object-fit: cover; }

.solution-kit__item-body { display: flex; flex-direction: column; gap: 8px; }

.solution-kit__item-title {
    margin:      0;
    font-size:   16px;
    font-weight: 600;
    line-height: 20px;
    color:       #000000;
}

.solution-kit__item-title a {
    color:           inherit;
    text-decoration: none;
    transition:      color var(--transition);
}

.solution-kit__item-title a:hover { color: #55ac61; }

.solution-kit__item-list {
    margin:            0 0 0 24px;
    padding:           0;
    list-style:        disc outside;
    font-size:         16px;
    font-weight:       400;
    line-height:       20px;
    color:             #000000;
}

.solution-kit__item-list li { display: list-item; }

.solution-kit__note {
    width:       max-content;
    max-width:   100%;
    margin:      40px auto 0;
    padding:     10px 20px;
    background:  rgba(85, 172, 97, .05);
    font-size:   14px;
    font-weight: 400;
    line-height: 18px;
    text-align:  center;
    color:       #000000;
}

.solution-savings { background: #353329; padding: 100px 0; }

.solution-savings__title {
    margin:      0 0 50px;
    text-align:  center;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #ffffff;
}

.solution-savings__row { display: flex; align-items: center; gap: 60px; }

.solution-savings__image { flex: 1 1 0; }

.solution-savings__image img { display: block; width: 100%; height: auto; border-radius: 16px; }

.solution-savings__col { flex: 1 1 0; display: flex; flex-direction: column; gap: 20px; }

.solution-savings__item {
    margin:        0;
    padding:       24px 24px 24px 30px;
    background:    #46443c;
    border:        1px solid #4f4d45;
    border-radius: 16px;
    font-size:     16px;
    font-weight:   400;
    line-height:   20px;
    color:         rgba(255, 255, 255, .7);
}

.solution-savings__item strong { color: #ffffff; font-weight: 700; }

.solution-process,
.solution-bureaucracy { background: #f7f7f7; padding: 100px 0; }

.solution-process__title,
.solution-bureaucracy__title {
    margin:      0 0 50px;
    text-align:  center;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #353329;
}

.solution-process__grid,
.solution-bureaucracy__grid {
    display:               grid;
    grid-template-columns: repeat(3, 1fr);
    gap:                   16px;
}

.solution-process__item,
.solution-bureaucracy__item {
    display:       flex;
    flex-direction: column;
    background:    #ffffff;
    border:        1px solid #e1e1e1;
    border-radius: 16px;
    overflow:      hidden;
}

.solution-process__item-body,
.solution-bureaucracy__item-body {
    display:        flex;
    flex-direction: column;
    gap:            16px;
    padding:        40px 32px 0;
}

.solution-process__icon svg,
.solution-bureaucracy__icon svg { display: block; width: 60px; height: 60px; }

.solution-process__item-title,
.solution-bureaucracy__item-title {
    margin:      0;
    font-size:   20px;
    font-weight: 600;
    line-height: 24px;
    color:       #000000;
}

.solution-process__item-text,
.solution-bureaucracy__item-text {
    margin:      0;
    font-size:   16px;
    font-weight: 400;
    line-height: 20px;
    color:       rgba(0, 0, 0, .5);
}

.solution-process__item-image,
.solution-bureaucracy__item-image { margin-top: auto; padding-top: 24px; }

.solution-process__item-image img,
.solution-bureaucracy__item-image img { display: block; width: 100%; height: auto; }

.solution-faq { padding: 100px 0 50px; text-align: center; }

.solution-faq__title {
    margin:      0 0 60px;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #353329;
}

.solution-faq__accordion {
    display:        flex;
    flex-direction: column;
    gap:            10px;
    text-align:     left;
}

.solution-faq__item { border-radius: 8px; }

.solution-faq__item-title {
    display:        flex;
    align-items:    center;
    gap:            16px;
    padding:        14px 16px;
    background:     #ffffff;
    border:         1px solid #f2f0ec;
    border-radius:  8px;
    cursor:         pointer;
    list-style:     none;
    font-size:      18px;
    font-weight:    500;
    line-height:    24px;
    color:          #000000;
}

.solution-faq__item-title::-webkit-details-marker { display: none; }

.solution-faq__item[open] > .solution-faq__item-title {
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.solution-faq__item-icon {
    flex:   none;
    width:  15px;
    height: 15px;
    color:  #000000;
}

.solution-faq__item-icon svg { display: block; width: 100%; height: 100%; }

.solution-faq__item-icon .solution-faq__icon-minus { display: none; }
.solution-faq__item[open] .solution-faq__item-icon .solution-faq__icon-plus { display: none; }
.solution-faq__item[open] .solution-faq__item-icon .solution-faq__icon-minus { display: block; }

.solution-faq__item[open] .solution-faq__item-icon,
.solution-faq__item-title:hover .solution-faq__item-icon { color: #55ac61; }

.solution-faq__item-question { flex: 1 1 auto; font-weight: 700; }

.solution-faq__item-content {
    padding:       0 16px 0 42px;
    border:        1px solid #f2f0ec;
    border-top:    0;
    border-radius: 0 0 8px 8px;
    background:    #ffffff;
}

.solution-faq__item-content p {
    margin:      0 0 16px;
    font-size:   16px;
    font-weight: 400;
    line-height: 20px;
    color:       #000000;
}

@media (max-width: 1024px) {
    .solution-hero__inner { padding: 60px 0; }
    .solution-hero__title { font-size: 36px; line-height: 42px; }

    .solution-intro__row { gap: 40px; }

    .solution-advantages { padding: 60px 0; }
    .solution-advantages__title { font-size: 36px; line-height: 42px; margin-bottom: 30px; }

    .solution-benefit { padding: 60px 0; }
    .solution-benefit__title { font-size: 36px; line-height: 42px; margin-bottom: 30px; }

    .solution-program { padding: 60px 0; }
    .solution-program__card { padding: 40px; }
    .solution-program__title { font-size: 28px; line-height: 34px; }

    .solution-grant-steps { padding: 60px 0; }
    .solution-grant-steps__title { font-size: 36px; line-height: 42px; margin-bottom: 30px; }
    .solution-grant-steps__grid { grid-template-columns: repeat(2, 1fr); }

    .solution-credit { padding: 60px 0; }
    .solution-credit__title { font-size: 36px; line-height: 42px; }
    .solution-credit__grid { grid-template-columns: repeat(1, 1fr); }

    .solution-kit { padding: 60px 0; }
    .solution-kit__title { font-size: 36px; line-height: 42px; margin-bottom: 30px; }
    .solution-kit__grid { grid-template-columns: repeat(2, 1fr); }

    .solution-savings { padding: 60px 0; }
    .solution-savings__title { font-size: 36px; line-height: 42px; margin-bottom: 30px; }

    .solution-process,
    .solution-bureaucracy { padding: 60px 0; }
    .solution-process__title,
    .solution-bureaucracy__title { font-size: 36px; line-height: 42px; margin-bottom: 30px; }
    .solution-process__grid,
    .solution-bureaucracy__grid { grid-template-columns: repeat(2, 1fr); }

    .solution-faq { padding: 60px 0 20px; }
    .solution-faq__title { font-size: 36px; line-height: 42px; margin-bottom: 40px; }
    .solution-faq__item-title { padding: 12px; }
    .solution-faq__item-content { padding: 0 12px 0 40px; }
}

@media (max-width: 767px) {
    .solution-hero__inner { padding: 40px 0; }
    .solution-hero__title { font-size: 24px; line-height: 28px; }
    .solution-hero__subtitle { font-size: 14px; line-height: 18px; }

    .solution-intro__row { flex-direction: column; align-items: stretch; gap: 28px; }

    .solution-advantages { padding: 40px 0; }
    .solution-advantages__title { font-size: 24px; line-height: 28px; margin-bottom: 20px; }
    .solution-advantages__grid { grid-template-columns: 1fr; }

    .solution-benefit { padding: 40px 0; }
    .solution-benefit__title { font-size: 24px; line-height: 28px; margin-bottom: 20px; }
    .solution-benefit__grid { grid-template-columns: 1fr; }
    .solution-benefit__item:nth-child(2) { background: #f7fcf8; }
    .solution-benefit__item:nth-child(2n) { background: #f0f8f0; }

    .solution-program { padding: 40px 0; }
    .solution-program__card { padding: 28px; border-radius: 20px; }
    .solution-program__title { font-size: 24px; line-height: 28px; }
    .solution-program__claim { font-size: 20px; line-height: 24px; }

    .solution-grant-steps { padding: 40px 0; }
    .solution-grant-steps__title { font-size: 24px; line-height: 28px; margin-bottom: 20px; }
    .solution-grant-steps__grid { grid-template-columns: 1fr; }

    .solution-credit { padding: 40px 0; }
    .solution-credit__title { font-size: 24px; line-height: 28px; }

    .solution-kit { padding: 40px 0; }
    .solution-kit__title { font-size: 24px; line-height: 28px; margin-bottom: 20px; }
    .solution-kit__grid { grid-template-columns: 1fr; }

    .solution-savings { padding: 40px 0; }
    .solution-savings__title { font-size: 24px; line-height: 28px; margin-bottom: 20px; }
    .solution-savings__row { flex-direction: column; align-items: stretch; gap: 20px; }

    .solution-process,
    .solution-bureaucracy { padding: 40px 0; }
    .solution-process__title,
    .solution-bureaucracy__title { font-size: 24px; line-height: 28px; margin-bottom: 20px; }
    .solution-process__grid,
    .solution-bureaucracy__grid { grid-template-columns: 1fr; }
    .solution-process__actions,
    .solution-bureaucracy__actions,
    .solution-credit__actions { flex-direction: column; align-items: stretch; }

    .solution-faq { padding: 40px 0 20px; }
    .solution-faq__title { font-size: 24px; line-height: 28px; margin-bottom: 28px; }
}
