.page-platform-reviews {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-platform-reviews__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-platform-reviews__hero-section {
    background: linear-gradient(135deg, #0A2E36 0%, #2a5a66 100%); /* Darker gradient for text contrast */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-platform-reviews__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.page-platform-reviews__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #E0B34C; /* Accent color for title */
    font-weight: bold;
}

.page-platform-reviews__hero-description,
.page-platform-reviews__hero-description-secondary {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #e0e0e0;
}

.page-platform-reviews__hero-cta-button {
    display: inline-block;
    background-color: #E0B34C;
    color: #0A2E36;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-platform-reviews__hero-cta-button:hover {
    background-color: #d4a23a;
    transform: translateY(-3px);
}

.page-platform-reviews__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
}

.page-platform-reviews__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-platform-reviews__section-title {
    font-size: 2.5em;
    color: #0A2E36;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-platform-reviews__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #E0B34C;
    border-radius: 2px;
}

.page-platform-reviews__sub-section-title {
    font-size: 1.8em;
    color: #0A2E36;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.page-platform-reviews__paragraph {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.page-platform-reviews__paragraph--note {
    font-style: italic;
    color: #777;
    text-align: center;
    margin-top: 40px;
}

.page-platform-reviews__intro-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-platform-reviews__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-platform-reviews__feature-item {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
    border-top: 4px solid #E0B34C;
}

.page-platform-reviews__feature-item:hover {
    transform: translateY(-5px);
}

.page-platform-reviews__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1));
}

.page-platform-reviews__feature-title {
    font-size: 1.4em;
    color: #0A2E36;
    margin-bottom: 10px;
}

.page-platform-reviews__feature-text {
    color: #666;
    font-size: 0.95em;
}

.page-platform-reviews__how-we-review {
    padding: 60px 0;
    background-color: #f0f4f7;
}

.page-platform-reviews__review-steps {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-platform-reviews__review-steps li {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    position: relative;
    padding-left: 60px;
}

.page-platform-reviews__review-steps li::before {
    content: attr(data-step);
    position: absolute;
    left: 20px;
    top: 25px;
    background-color: #0A2E36;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
}

.page-platform-reviews__review-steps li:nth-child(1)::before { content: '1'; }
.page-platform-reviews__review-steps li:nth-child(2)::before { content: '2'; }
.page-platform-reviews__review-steps li:nth-child(3)::before { content: '3'; }
.page-platform-reviews__review-steps li:nth-child(4)::before { content: '4'; }
.page-platform-reviews__review-steps li:nth-child(5)::before { content: '5'; }
.page-platform-reviews__review-steps li:nth-child(6)::before { content: '6'; }
.page-platform-reviews__review-steps li:nth-child(7)::before { content: '7'; }

.page-platform-reviews__step-title {
    font-size: 1.5em;
    color: #0A2E36;
    margin-bottom: 10px;
}

.page-platform-reviews__step-text {
    color: #555;
    font-size: 1em;
}

.page-platform-reviews__process-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto 0;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-platform-reviews__reviews-list {
    padding: 60px 0;
    background-color: #fff;
}

.page-platform-reviews__review-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-platform-reviews__review-card {
    background-color: #fdfdfd;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-platform-reviews__review-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.page-platform-reviews__review-card-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 20px;
}

.page-platform-reviews__review-card-title {
    font-size: 1.6em;
    color: #0A2E36;
    margin-bottom: 15px;
}

.page-platform-reviews__review-card-title a {
    color: #0A2E36;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-platform-reviews__review-card-title a:hover {
    color: #E0B34C;
}

.page-platform-reviews__review-card-description {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-platform-reviews__review-card-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.page-platform-reviews__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.page-platform-reviews__button--primary {
    background-color: #E0B34C;
    color: #0A2E36;
    border: 2px solid #E0B34C;
}

.page-platform-reviews__button--primary:hover {
    background-color: #d4a23a;
    border-color: #d4a23a;
    transform: translateY(-2px);
}

.page-platform-reviews__button--secondary {
    background-color: transparent;
    color: #0A2E36;
    border: 2px solid #0A2E36;
}

.page-platform-reviews__button--secondary:hover {
    background-color: #0A2E36;
    color: #fff;
    transform: translateY(-2px);
}

.page-platform-reviews__expert-tips-section {
    padding: 60px 0;
    background-color: #f0f4f7;
}

.page-platform-reviews__tip-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-platform-reviews__tip-list li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-left: 5px solid #E0B34C;
}

.page-platform-reviews__tip-title {
    font-size: 1.3em;
    color: #0A2E36;
    margin-bottom: 8px;
}

.page-platform-reviews__tip-text {
    color: #555;
    font-size: 0.95em;
}

.page-platform-reviews__expert-tips-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 40px auto 0;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-platform-reviews__cta-section {
    background-color: #0A2E36;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-platform-reviews__cta-title {
    font-size: 2.8em;
    color: #E0B34C;
    margin-bottom: 20px;
}

.page-platform-reviews__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-platform-reviews__cta-button {
    display: inline-block;
    background-color: #E0B34C;
    color: #0A2E36;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-platform-reviews__cta-button:hover {
    background-color: #d4a23a;
    transform: translateY(-5px);
}

.page-platform-reviews__cta-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 50px auto 0;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-platform-reviews__hero-title {
        font-size: 2.5em;
    }
    .page-platform-reviews__hero-description,
    .page-platform-reviews__hero-description-secondary {
        font-size: 1em;
    }
    .page-platform-reviews__section-title {
        font-size: 2em;
    }
    .page-platform-reviews__sub-section-title {
        font-size: 1.5em;
    }
    .page-platform-reviews__review-steps li {
        padding-left: 50px;
    }
    .page-platform-reviews__review-steps li::before {
        left: 15px;
        width: 25px;
        height: 25px;
        font-size: 1em;
    }
    .page-platform-reviews__cta-title {
        font-size: 2em;
    }
    .page-platform-reviews__cta-description {
        font-size: 1em;
    }
    .page-platform-reviews__button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-platform-reviews__review-card-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-platform-reviews__hero-title {
        font-size: 2em;
    }
    .page-platform-reviews__section-title {
        font-size: 1.8em;
    }
    .page-platform-reviews__cta-title {
        font-size: 1.8em;
    }
    .page-platform-reviews__features-grid,
    .page-platform-reviews__review-card-grid {
        grid-template-columns: 1fr;
    }
    .page-platform-reviews__review-card-actions {
        flex-direction: column;
        gap: 10px;
    }
    .page-platform-reviews__button {
        width: 80%;
    }
}