.staticpage-text {
    margin-top: 6rem;
    margin-bottom: 4rem;
    line-height: 1.7;
}

.staticpage-text h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.staticpage-text .text-blue {
    color: #008dd2;
}

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;
    color: #FFF;
    background: #337AB7;
    padding: 10px 20px;
    border-top: 4px solid #BFE2FF;
}

.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #549fe0;
    border: 2px solid #BFE2FF;
}

.reviews-page-gradient {
    height: 150px;
    background: linear-gradient(to top, #e3f2fd, white);
    border-bottom: 4px solid #e3f2fd;
    z-index: 0;
}

.reviews-page-section {
    margin-top: 6rem;
    padding-top: 2rem;
}

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

.reviews-page-title {
    text-align: center;
    font-size: 36px;
    color: #008dd2;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-weight: 1000;
}

.reviews-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}

.reviews-page-card {
    background-color: #f3f7ff;
    border-radius: 10px;
    padding: 70px 30px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    min-height: 400px;
}

.reviews-page-avatar {
    position: absolute;
    top: -80px;
    left: 30%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 9px solid #f3f7ff;
}

.reviews-page-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}

.reviews-page-text-container {
    position: relative;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.reviews-page-text {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-top: 1rem;
    text-align: justify;
}

.reviews-page-author {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.reviews-page-position {
    font-size: 14px;
    line-height: 1.2;
}

.reviews-page-buttons-container {
    text-align: center;
    margin-top: 1rem;
}

.reviews-page-btn {
    background: none;
    border: none;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 10px;
    text-decoration: none;
    display: inline-block;
}

.reviews-page-btn:hover {
    color: #008dd2;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .reviews-page-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reviews-page-grid {
        grid-template-columns: 1fr;
    }

    .reviews-page-card {
        margin-top: 80px;
    }

    .reviews-page-section {
        margin-top: 4rem;
        padding-top: 1rem;
    }
}

.article-page-gradient {
    height: 5rem;
    background: linear-gradient(to top, #e3f2fd, white);
    border-bottom: 4px solid #e3f2fd;
    z-index: 0;
}

.article-section {
    padding: 40px 0;
    background: #fff;
}

.article-content {
    max-width: 800px;
    margin: 0 auto;
}

.article-title {
    text-align: center;
    color: #008dd2;
    margin-top: 5rem;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}

.article-image {
    text-align: center;
    margin-bottom: 40px;
}

.article-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.article-text {
    line-height: 1.7;
    color: #444;
    margin-bottom: 50px;
}

.article-text h3 {
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.article-text p {
    margin-bottom: 20px;
    text-align: justify;
}

.article-text ul {
    margin-left: 25px;
    margin-bottom: 20px;
    list-style: none;
}

.article-text li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 0;
}

.article-text li:before {
    content: "•";
    color: #008dd2;
    font-weight: bold;
    margin-right: 10px;
}

.article-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 1px solid #e9ecef;
    font-size: 14px;
}

.article-navigation .nav-link {
    color: #008dd2;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
    padding: 8px 16px;
    border-radius: 4px;
}

.article-navigation .nav-link:hover {
    color: #0056b3;
    background: #f8f9fa;
}

.article-navigation .nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008dd2;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    padding: 15px;
    transition: all 0.3s ease;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
}

.article-navigation .nav-arrow:hover {
    background: #f8f9fa;
    color: #0056b3;
    transform: scale(1.1);
}

.article-navigation .arrow-icon {
    font-size: 28px;
    font-weight: bold;
}

.article-navigation .nav-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    text-align: center;
}

.article-navigation .nav-title {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    padding: 5px 10px;
    border-radius: 4px;
}

.article-navigation .nav-title:hover {
    color: #008dd2;
    background: #f8f9fa;
}

.article-navigation .prev-title {
    order: 1;
}

.article-navigation .next-title {
    order: 2;
}

@media (max-width: 768px) {
    .article-section {
        padding: 20px 0;
    }

    .article-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .article-navigation {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .article-navigation .nav-link {
        font-size: 14px;
        padding: 6px 12px;
    }

    .article-navigation .nav-arrow {
        min-width: 50px;
        min-height: 50px;
    }

    .article-navigation .nav-titles {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .article-navigation .prev-title {
        order: 1;
        text-align: left;
    }

    .article-navigation .next-title {
        order: 2;
        text-align: right;
    }
}
