.info-v2-shell {
    width: 100%;
    padding: 0 40px 80px;
    background: #fff;
}

.info-v2-shell .breadcrumbs {
    max-width: 1280px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 auto 18px;
    padding: 14px 0 0;
    font-size: 13px;
    color: var(--text-muted, #6b7280);
    line-height: 1.4;
}

.info-v2-shell .breadcrumbs a,
.info-v2-shell .breadcrumbs span {
    color: var(--text-muted, #6b7280);
    text-decoration: none;
}

.info-v2-shell .breadcrumbs a:hover {
    color: var(--green-dark, #46a334);
}

.info-v2-shell .breadcrumbs .breadcrumb_last,
.info-v2-shell .breadcrumbs [aria-current="page"] {
    color: var(--text, #1a1a1a);
    font-weight: 500;
}

.info-v2-page {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 24px;
}

.info-v2-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
}

.info-v2-hero__content {
    border-radius: 22px;
    padding: 42px 40px;
    background:
        radial-gradient(circle at top right, rgba(91, 191, 71, 0.18), transparent 34%),
        linear-gradient(145deg, #edf9ea, #f7f8f6 60%);
    border: 1px solid #cfeec7;
}

.info-v2-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #c2edb8;
    background: rgba(255, 255, 255, 0.72);
    color: var(--green-dark, #46a334);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
}

.info-v2-title {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: var(--text, #1a1a1a);
}

.info-v2-lead {
    margin: 0;
    max-width: 680px;
    font-size: 17px;
    line-height: 1.7;
    color: #4b5563;
}

.info-v2-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.info-v2-tags li {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dfe5dc;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.info-v2-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.info-v2-btn {
    min-height: 46px;
    padding: 0 24px;
    border-radius: 10px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: 0.15s ease;
    cursor: pointer;
}

.info-v2-btn--primary {
    background: var(--green, #5bbf47);
    color: #fff;
    border-color: var(--green, #5bbf47);
}

.info-v2-btn--primary:hover {
    background: var(--green-dark, #46a334);
    border-color: var(--green-dark, #46a334);
}

.info-v2-btn--ghost {
    background: #fff;
    color: var(--text, #1a1a1a);
    border-color: #d7ddd4;
}

.info-v2-btn--ghost:hover {
    border-color: var(--green, #5bbf47);
    color: var(--green-dark, #46a334);
}

.info-v2-hero__visual {
    position: relative;
    min-height: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.info-v2-hero__visual img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}

.info-v2-hero__badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(26, 26, 26, 0.84);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.info-v2-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.info-v2-card {
    border-radius: 20px;
    background: #f6f7f5;
    border: 1px solid #edf0ea;
    padding: 28px 24px;
}

.info-v2-card--accent {
    background: linear-gradient(145deg, var(--green, #5bbf47), #6dc35b);
    border-color: transparent;
    color: #fff;
}

.info-v2-card__kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--green-dark, #46a334);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
}

.info-v2-card--accent .info-v2-card__kicker {
    color: rgba(255, 255, 255, 0.78);
}

.info-v2-card__title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: inherit;
}

.info-v2-card__text,
.info-v2-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: inherit;
}

.info-v2-card p + p {
    margin-top: 10px;
}

.info-v2-section {
    margin-top: 56px;
}

.info-v2-section__head {
    max-width: 760px;
    margin-bottom: 22px;
}

.info-v2-section__label {
    display: inline-flex;
    align-items: center;
    border: 1px solid #c2edb8;
    border-radius: 999px;
    background: #edf9ea;
    color: var(--green-dark, #46a334);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 12px;
    margin-bottom: 14px;
}

.info-v2-section__head h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: var(--text, #1a1a1a);
}

.info-v2-columns {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 18px;
}

.info-v2-panel {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e8ece7;
    padding: 28px 28px 30px;
}

.info-v2-panel h3 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--text, #1a1a1a);
}

.info-v2-panel p,
.info-v2-panel li {
    font-size: 15px;
    line-height: 1.72;
    color: #4b5563;
}

.info-v2-panel p {
    margin: 0;
}

.info-v2-panel p + p {
    margin-top: 12px;
}

.info-v2-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.info-v2-list li {
    position: relative;
    padding-left: 18px;
}

.info-v2-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green, #5bbf47);
    position: absolute;
    left: 0;
    top: 10px;
}

.info-v2-richtext {
    border-radius: 20px;
    background: linear-gradient(180deg, #fcfcfb, #f6f7f5);
    border: 1px solid #edf0ea;
    padding: 34px 32px;
}

.info-v2-richtext p,
.info-v2-richtext li,
.info-v2-richtext blockquote {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.78;
}

.info-v2-richtext h2,
.info-v2-richtext h3,
.info-v2-richtext h4 {
    color: var(--text, #1a1a1a);
    font-weight: 800;
}

.info-v2-richtext > :first-child {
    margin-top: 0;
}

.info-v2-richtext > :last-child {
    margin-bottom: 0;
}

.info-v2-map {
    border-radius: 20px;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
}

.info-v2-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

.info-v2-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.info-v2-contact-card {
    border-radius: 18px;
    background: #f6f7f5;
    border: 1px solid #edf0ea;
    padding: 22px 20px;
}

.info-v2-contact-card__label {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-muted, #6b7280);
}

.info-v2-contact-card__value,
.info-v2-contact-card__value a,
.info-v2-contact-card__value p {
    margin: 0;
    color: var(--text, #1a1a1a);
    text-decoration: none;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
}

.info-v2-contact-card__meta {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}

.info-v2-cta {
    margin-top: 56px;
    border-radius: 22px;
    background: #1a1a1a;
    padding: 42px 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.info-v2-cta__text h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.info-v2-cta__text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.7;
}

.info-v2-cta .info-v2-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.24);
    color: #fff;
}

.info-v2-cta .info-v2-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 1024px) {
    .info-v2-shell {
        padding: 0 16px 56px;
    }

    .info-v2-page {
        padding-top: 16px;
    }

    .info-v2-hero,
    .info-v2-columns {
        grid-template-columns: 1fr;
    }

    .info-v2-title {
        font-size: 34px;
    }

    .info-v2-grid {
        grid-template-columns: 1fr;
    }

    .info-v2-hero__visual {
        min-height: 340px;
    }

    .info-v2-cta {
        padding: 34px 28px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .info-v2-shell .breadcrumbs {
        margin-bottom: 14px;
    }

    .info-v2-hero__content {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .info-v2-title {
        font-size: 26px;
    }

    .info-v2-lead {
        font-size: 15px;
    }

    .info-v2-actions,
    .info-v2-cta .info-v2-actions {
        width: 100%;
        flex-direction: column;
    }

    .info-v2-btn {
        width: 100%;
    }

    .info-v2-hero__visual,
    .info-v2-card,
    .info-v2-panel,
    .info-v2-richtext,
    .info-v2-map,
    .info-v2-cta {
        border-radius: 16px;
    }

    .info-v2-card,
    .info-v2-panel,
    .info-v2-richtext {
        padding: 22px 18px;
    }

    .info-v2-section {
        margin-top: 34px;
    }

    .info-v2-section__head h2,
    .info-v2-cta__text h2 {
        font-size: 22px;
    }

    .info-v2-contact-grid {
        grid-template-columns: 1fr;
    }

    .info-v2-contact-card__value,
    .info-v2-contact-card__value a,
    .info-v2-contact-card__value p {
        font-size: 18px;
    }

    .info-v2-map iframe {
        min-height: 320px;
    }
}
