.page-content {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.page-content.loaded {
    opacity: 1;
}

/* Банер */
.prices-banner {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('../../images/prices-banner.jpg') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    margin-bottom: 60px;
}

.prices-banner h1 {
    font-size: 3em;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Основний контент */
.prices-page {
    padding-left: 250px;
    padding-bottom: 50px;
}

.prices-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Стилі для таблиць */
.price-section {
    margin-bottom: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.price-section h2 {
    background: #2c3e50;
    color: white;
    margin: 0;
    padding: 20px;
    font-size: 1.5em;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table th,
.price-table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.price-table th {
    background: #f8f9fa;
    font-weight: 600;
}

.price-table tr:last-child td {
    border-bottom: none;
}

.price-table td:last-child {
    text-align: right;
    font-weight: 600;
    color: #2c3e50;
}

.price-note {
    font-size: 0.9em;
    color: #666;
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

/* Адаптивність */
@media (max-width: 1200px) {
    .prices-page {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .price-table {
        display: block;
        overflow-x: auto;
    }

    .prices-banner {
        height: 200px;
    }

    .prices-banner h1 {
        font-size: 2em;
    }
}

/* Стилі для статті про технологію укладання плитки */
.tile-technology {
    padding: 60px 0;
    background: #f8f9fa;
}

.tile-technology .article {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tile-technology h2 {
    color: #2c3e50;
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center;
}

.tile-technology h3 {
    color: #2c3e50;
    font-size: 1.4em;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
}

.technology-group {
    margin-bottom: 30px;
}

.technology-group ul {
    list-style: none;
    padding-left: 20px;
}

.technology-group li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.technology-group li:before {
    content: "•";
    color: #3498db;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -5px;
}

.technology-group strong {
    color: #2c3e50;
}

.article-note {
    background: #e8f4fc;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
}

.article-note h3 {
    color: #2c3e50;
    margin-top: 0;
    border-bottom: none;
}

.article-conclusion {
    font-style: italic;
    color: #666;
    margin: 30px 0;
    padding: 20px;
    border-left: 4px solid #3498db;
    background: #f8f9fa;
}

.cta-button {
    text-align: center;
    margin-top: 40px;
}

.cta-button .btn {
    display: inline-block;
    padding: 15px 30px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.cta-button .btn:hover {
    background: #2980b9;
}

@media (max-width: 768px) {
    .tile-technology .article {
        padding: 20px;
    }

    .tile-technology h2 {
        font-size: 1.6em;
    }

    .tile-technology h3 {
        font-size: 1.2em;
    }
}

/* Стилі для статті про вибір плитки */
.tile-selection {
    padding: 60px 0;
    background: #f8f9fa;
}

.tile-selection .article {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tile-selection h2 {
    color: #2c3e50;
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center;
}

.tile-selection h3 {
    color: #2c3e50;
    font-size: 1.4em;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
}

.selection-group {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.selection-group ul {
    list-style: none;
    padding-left: 20px;
}

.selection-group li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
}

.selection-group li:before {
    content: "•";
    color: #3498db;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -5px;
}

.selection-group strong {
    color: #2c3e50;
    font-weight: 600;
}

.tile-selection .article-note {
    background: #e8f4fc;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
}

.tile-selection .article-note h3 {
    color: #2c3e50;
    margin-top: 0;
    border-bottom: none;
}

.tile-selection .article-note ul {
    margin-top: 15px;
}

.tile-selection .article-conclusion {
    font-style: italic;
    color: #666;
    margin: 30px 0;
    padding: 25px;
    border-left: 4px solid #3498db;
    background: #f8f9fa;
    line-height: 1.6;
}

.tile-selection .cta-button {
    text-align: center;
    margin-top: 40px;
}

.tile-selection .cta-button .btn {
    display: inline-block;
    padding: 15px 30px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.tile-selection .cta-button .btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .tile-selection .article {
        padding: 20px;
    }

    .tile-selection h2 {
        font-size: 1.6em;
    }

    .tile-selection h3 {
        font-size: 1.2em;
    }

    .selection-group {
        padding: 15px;
    }
}