.rev-main {
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.rev-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Хлебные крошки */
.rev-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.rev-breadcrumbs a {
    color: #767676;
    text-decoration: none;
    transition: color 0.2s ease;
}

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

.rev-breadcrumbs-sep {
    color: #767676;
}

.rev-breadcrumbs-current {
    color: #000000;
}

/* Кнопки */
.rev-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    background: #EA8F13;
    box-shadow: 0px 6px 8px 0px rgba(255, 255, 255, 0.45) inset,
    0px -4px 11px 0px rgba(0, 0, 0, 0.2) inset;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rev-btn:hover {
    background: #F5A030;
}

.rev-btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    background: #48924E;
    box-shadow: 0px 6px 8px 0px rgba(255, 255, 255, 0.45) inset,
    0px -4px 11px 0px rgba(0, 0, 0, 0.2) inset;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rev-btn-green:hover {
    background: #5aaa62;
}

/* Заголовки секций */
.rev-section-title {
    margin: 0;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    color: #000000;
}

.rev-section-desc {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

/* Герой */
.rev-hero {
    display: flex;
    align-items: stretch;
    gap: 30px;
    margin-top: 40px;
}

.rev-hero-image {
    flex: 1 0 0;
    min-width: 1px;
    border-radius: 10px;
    overflow: hidden;
}

.rev-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.rev-hero-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 520px;
    flex-shrink: 0;
}

.rev-hero-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rev-hero-title {
    margin: 0;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    color: #000000;
}

.rev-hero-desc {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4E4E4E;
}

.rev-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rev-hero-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 254px;
    height: 120px;
    padding: 30px 24px 22px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}

.rev-hero-stat-value {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #48924E;
    white-space: nowrap;
}

.rev-hero-stat-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    white-space: nowrap;
}

.rev-hero-btn {
    width: 100%;
}

/* Отзывы с сайта */
.rev-cards-section {
    margin-top: 80px;
}

.rev-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rev-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
}

.rev-card-upper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.rev-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rev-card-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #307943;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}

.rev-card-user {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rev-card-name {
    font-weight: 700;
    font-size: 15px;
    color: #1D1D1F;
}

.rev-card-meta {
    font-weight: 400;
    font-size: 12px;
    color: #6E6E73;
}

.rev-card-stars {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.rev-star {
    display: block;
    width: 14px;
    height: 14px;
}

.rev-card-text {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #1D1D1F;
}

.rev-card-text--clamped {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rev-card-more {
    padding: 0;
    border: none;
    background: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #4B893F;
    text-decoration: underline;
    cursor: pointer;
}

.rev-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #EDEDED;
}

.rev-card-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    background: #F0F0F0;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    color: #585858;
    white-space: nowrap;
}

.rev-card-verified {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #6E6E73;
    white-space: nowrap;
}

.rev-card-verified svg {
    display: block;
}

.rev-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* Секции виджетов Яндекс/Google */
.rev-widget-section {
    margin-top: 80px;
}

.rev-widget-head {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

.rev-widget-head--google {
    max-width: 662px;
    margin: 0 auto;
}

.rev-yandex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 560px;
    margin: 20px auto 0;
}

.rev-yandex-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 64px;
    padding: 12px 16px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.rev-yandex-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background: #FC3F1D;
    border-radius: 8px;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
}

.rev-yandex-score {
    font-weight: 800;
    font-size: 22px;
    color: #212121;
    white-space: nowrap;
}

.rev-yandex-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rev-yandex-stars svg {
    display: block;
}

.rev-yandex-count {
    font-weight: 400;
    font-size: 15px;
    color: #767676;
    white-space: nowrap;
}

.rev-yandex-widget {
    width: 100%;
    aspect-ratio: 560 / 800;
    border-radius: 8px;
    overflow: hidden;
}

.rev-yandex-widget img,
.rev-yandex-widget iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

/* Google */
.rev-google-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1214px;
    margin: 30px auto 0;
    padding: 24px 20px;
    background: #FFFFFF;
    border: 1px solid #E3E8EE;
    border-radius: 16px;
    box-shadow: 0px 4px 8px rgba(27, 36, 56, 0.03);
}

.rev-google-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.rev-google-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #FFFFFF;
    border: 1px solid #E3E8EE;
    border-radius: 10px;
}

.rev-google-logo svg {
    display: block;
}

.rev-google-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.rev-google-title {
    font-weight: 700;
    font-size: 22px;
    color: #111B3D;
    white-space: nowrap;
}

.rev-google-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rev-google-score {
    font-weight: 800;
    font-size: 20px;
    color: #111B3D;
    white-space: nowrap;
}

.rev-google-stars {
    display: flex;
    align-items: flex-start;
    gap: 3px;
}

.rev-google-stars svg {
    display: block;
}

.rev-google-count {
    font-weight: 500;
    font-size: 16px;
    color: #7E879F;
    white-space: nowrap;
}

.rev-google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: #007BFF;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.15);
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.rev-google-btn:hover {
    background: #1a88ff;
}

.rev-google-widget {
    max-width: 1214px;
    margin: 30px auto 0;
    border-radius: 8px;
    overflow: hidden;
}

.rev-google-widget img {
    display: block;
    width: 100%;
    height: 318px;
    object-fit: cover;
}

.rev-google-widget-link {
    display: block;
    transition: opacity 0.2s ease;
}

.rev-google-widget-link:hover {
    opacity: 0.92;
}

/* Живые карточки отзывов Google (Places API) */
.rev-google-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1214px;
    margin: 30px auto 0;
}

.rev-google-cards > .rev-google-card:nth-child(n+5) {
    display: none;
}

.rev-google-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px 20px;
    background: #FFFFFF;
    border: 1px solid #E3E8EE;
    border-radius: 14px;
    box-shadow: 0px 4px 8px rgba(27, 36, 56, 0.03);
}

.rev-google-card-stars {
    display: flex;
    gap: 4px;
}

.rev-google-card-stars svg {
    display: block;
}

.rev-google-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #5B6478;
}

.rev-google-card-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 6px;
}

.rev-google-card-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
}

.rev-google-card-avatar--letter {
    background: #E8F0FE;
    font-weight: 700;
    font-size: 16px;
    color: #1A73E8;
}

.rev-google-card-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.rev-google-card-name {
    font-weight: 700;
    font-size: 14px;
    color: #111B3D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rev-google-card-date {
    font-weight: 400;
    font-size: 12px;
    color: #7E879F;
}

/* Видео-отзывы */
.rev-videos-section {
    margin-top: 80px;
}

.rev-videos-section .rev-section-title {
    text-align: center;
}

.rev-videos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.rev-video-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.rev-video-wrap {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 608 / 343;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.rev-video-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.rev-video-wrap:hover .rev-video-img {
    filter: brightness(0.85);
}

.rev-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(72, 146, 78, 0.9);
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.rev-video-play svg {
    margin-left: 4px;
}

.rev-video-wrap:hover .rev-video-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Форма отзыва */
.rev-form-section {
    display: flex;
    align-items: stretch;
    max-width: 1052px;
    margin: 80px auto 80px;
}

.rev-form-promo {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 50%;
    padding: 30px 40px;
    background: linear-gradient(180deg, #4B9A3F 0%, #3B6635 100%);
    border-radius: 20px 0 0 20px;
    box-shadow: 0px 10px 39.1px 0px rgba(75, 137, 63, 0.11);
    overflow: hidden;
}

.rev-form-promo-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rev-form-promo-title {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
}

.rev-form-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rev-form-step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rev-form-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: #FF9C00;
    border-radius: 50%;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    color: #FFFFFF;
}

.rev-form-step-text {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
}

.rev-form-promo-photo {
    flex: 1 0 0;
    min-height: 1px;
    border-radius: 16px;
    overflow: hidden;
}

.rev-form-promo-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rev-form-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 700px;
    padding: 30px 40px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 0 20px 20px 0;
    box-shadow: 0px 10px 39.1px 0px rgba(75, 137, 63, 0.11);
}

.rev-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    max-width: 446px;
}

.rev-form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.rev-form-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #111111;
}

.rev-form-input {
    width: 100%;
    padding: 14px 18px;
    background: #FFFFFF;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset,
    0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    outline: none;
}

.rev-form-input::placeholder {
    color: #ABABAB;
}

.rev-form-textarea {
    height: 123px;
    font-size: 14px;
    resize: vertical;
}

.rev-form-field--rating {
    gap: 15px;
}

.rev-form-stars {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.rev-form-star {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.rev-form-star svg {
    display: block;
}

.rev-form-star svg path {
    fill: none;
    stroke: #D2D2D7;
    transition: fill 0.15s ease, stroke 0.15s ease;
}

.rev-form-star.active svg path,
.rev-form-star.hovered svg path {
    fill: #FF9F0A;
    stroke: #FF9F0A;
}

.rev-form-hint {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #9D9D9D;
}

.rev-form-consent {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.rev-form-consent input {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin: 0;
    accent-color: #48924E;
    border: 1px solid #8F8F8F;
    border-radius: 4px;
}

.rev-form-consent span {
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #8F8F8F;
}

.rev-form-consent a {
    color: #48924E;
    text-decoration: underline;
}

.rev-form-submit {
    width: 100%;
    font-size: 22px;
}

/* Планшет */
@media (max-width: 1100px) {
    .rev-container {
        padding: 0 30px;
    }

    .rev-hero-right {
        width: 520px;
    }

    .rev-google-widget img {
        height: auto;
    }

    .rev-form-panel {
        min-height: auto;
        padding: 30px;
    }

    .rev-form-promo {
        padding: 30px;
    }

    .rev-form-submit {
        font-size: 20px;
    }

    .rev-google-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1000px) {
    .rev-hero {
        gap: 22px;
    }

    .rev-hero-right {
        width: 480px;
    }

    .rev-hero-stat {
        width: calc(50% - 6px);
        padding: 24px 20px 18px;
    }

    .rev-cards-grid {
        gap: 16px;
    }

    .rev-card {
        padding: 20px;
    }
}

/* Мобильные */
@media (max-width: 768px) {
    .rev-container {
        padding: 0 20px;
    }

    .rev-breadcrumbs {
        margin-top: 24px;
    }

    .rev-hero {
        flex-direction: column;
        gap: 30px;
        margin-top: 24px;
    }

    .rev-hero-image {
        order: 2;
        flex: none;
        width: 100%;
        height: 240px;
    }

    .rev-hero-right {
        order: 1;
        width: 100%;
    }

    .rev-hero-title {
        font-size: 24px;
    }

    .rev-hero-stats {
        gap: 6px;
    }

    .rev-hero-stat {
        width: calc(50% - 3px);
        height: auto;
        min-height: 110px;
        gap: 8px;
        padding: 16px 12px;
    }

    .rev-hero-stat-value {
        font-size: 34px;
    }

    .rev-hero-stat-label {
        font-size: 16px;
        line-height: 1.2;
        white-space: normal;
    }

    .rev-cards-section,
    .rev-widget-section,
    .rev-videos-section {
        margin-top: 60px;
    }

    .rev-section-title {
        font-size: 24px;
    }

    .rev-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rev-card {
        padding: 24px;
    }

    .rev-yandex-badge {
        flex-wrap: wrap;
        height: auto;
        min-height: 64px;
        gap: 8px;
        padding: 12px;
    }

    .rev-yandex-count-tail {
        display: none;
    }

    .rev-google-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
    }

    .rev-google-widget img {
        height: auto;
    }

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

    .rev-google-cards > .rev-google-card:nth-child(n+4) {
        display: none;
    }

    .rev-videos-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rev-video-item {
        gap: 16px;
    }

    .rev-btn-green {
        width: 100%;
        font-size: 18px;
    }

    .rev-form-section {
        flex-direction: column;
        gap: 20px;
        margin: 60px auto;
    }

    .rev-form-promo {
        width: 100%;
        gap: 30px;
        padding: 24px 20px;
        border-radius: 20px;
    }

    .rev-form-promo-photo {
        flex: none;
        height: 280px;
    }

    .rev-form-panel {
        width: 100%;
        padding: 24px 20px;
        border-radius: 20px;
    }

    .rev-btn {
        font-size: 18px;
    }

    .rev-form-submit {
        padding: 15px 10px;
        font-size: 15px;
    }

    .rev-form-consent span {
        font-size: 12px;
        line-height: 1.3;
    }
}
