/*
Theme Name: Zentorone Child
Template: zentorone
Author: Atakan Au
Description: A high-performance, lightweight, classic WordPress theme with full WooCommerce compatibility.
Tags: one-column,two-columns,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,full-width-template,theme-options,translation-ready
Version: 1.0.4.1769688815
Updated: 2026-01-29 12:13:35

*/
/* ===== HEADER STYLES ===== */
.site-header {
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
    border-bottom: 3px solid #3b82f6;
    padding: 4px 60px !important;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.08);
}

.site-header .navbar {
    padding: 0;
}

.site-header .custom-logo {
    transition: transform 0.3s ease;
}

.site-header .custom-logo:hover {
    transform: scale(1.05);
}

.site-header .brand-text a {
    color: #1e40af !important;
    font-weight: 700 !important;
    transition: color 0.3s ease;
}

.site-header .brand-text a:hover {
    color: #3b82f6 !important;
}

.site-header .navbar-nav .nav-link {
    color: #1e293b;
    font-weight: 500;
    padding: 8px 16px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.site-header .navbar-nav .nav-link:hover {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.08);
}

.site-header .navbar-nav .nav-item.active .nav-link {
    color: #3b82f6;
    font-weight: 600;
}

.carousel {
    display: none !important;
}

/* ===== GENERAL STYLES ===== */
.site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

.entry-content {
    line-height: 1.8;
    color: #2c3e50;
}

/* ===== HEADINGS ===== */
.entry-content h1.wp-block-heading {
    font-size: 2.3rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 4px solid #3b82f6;
}

.entry-content h2.wp-block-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1e40af;
    margin: 2.5rem 0 1.2rem;
    padding-left: 15px;
    border-left: 5px solid #3b82f6;
}

.entry-content h3.wp-block-heading {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.entry-content h3.wp-block-heading::before {
    content: "✨";
    font-size: 1.5rem;
}

/* ===== TABLES ===== */
.wp-block-table {
    margin: 1.5rem 0;
    overflow-x: auto;
}

.mtr-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

/* Table Headers */
.mtr-table thead tr {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
}

.mtr-thead-th {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Убираем звездочку перед заголовками таблицы */
.mtr-thead-th::before {
    content: none;
}

/* Table Body */
.mtr-table tbody tr {
    background: #ffffff;
}

.mtr-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.mtr-td-tag {
    padding: 10px 14px !important;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
    color: #1e293b;
}

.mtr-td-tag strong {
    color: #1e40af;
    font-weight: 600;
}

/* ===== AUTO REVIEW BOXES ===== */
.auto-review {
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
    border: 2px solid #3b82f6;
    border-radius: 8px;
    padding: 20px;
    margin: 2rem 0;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.1);
    position: relative;
    overflow: hidden;
}

.auto-review::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #3b82f6 0%, #1e40af 100%);
}

.auto-review::after {
    content: "🚗";
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2.5rem;
    opacity: 0.08;
}

/* ===== AUTO REVIEW 1 (ALTERNATE STYLE) ===== */
.auto-review-1 {
    background: linear-gradient(135deg, #ffffff 0%, #fef3c7 100%);
    border: 2px solid #f59e0b;
    border-radius: 8px;
    padding: 20px;
    margin: 2rem 0;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.1);
    position: relative;
    overflow: hidden;
}

.auto-review-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #f59e0b 0%, #d97706 100%);
}

.auto-review-1::after {
    content: "⭐";
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2.5rem;
    opacity: 0.08;
}

/* Images in review boxes - БЕЗ HOVER */
.auto-review .wp-block-image img,
.auto-review-1 .wp-block-image img {
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

/* Location and contact info */
.auto-review p strong em,
.auto-review-1 p strong em {
    color: #64748b;
    font-style: normal;
    display: inline-block;
    margin: 5px 0;
}

/* Contact tables inside review boxes - СТИЛИЗОВАННЫЕ ГРАНИЦЫ */
.auto-review .wp-block-table,
.auto-review-1 .wp-block-table {
    margin-top: 15px;
}

.auto-review .mtr-table,
.auto-review-1 .mtr-table {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    overflow: hidden;
}

.auto-review .mtr-table tbody tr td,
.auto-review-1 .mtr-table tbody tr td {
    border: 1px solid #cbd5e1;
    border-style: solid;
}

.auto-review .mtr-table tbody tr:first-child td:first-child,
.auto-review-1 .mtr-table tbody tr:first-child td:first-child {
    border-top-left-radius: 6px;
}

.auto-review .mtr-table tbody tr:first-child td:last-child,
.auto-review-1 .mtr-table tbody tr:first-child td:last-child {
    border-top-right-radius: 6px;
}

.auto-review .mtr-table tbody tr:last-child td:first-child,
.auto-review-1 .mtr-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.auto-review .mtr-table tbody tr:last-child td:last-child,
.auto-review-1 .mtr-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

/* Специальные стили для таблиц Website/Phone */
.auto-review .mtr-table tbody .mtr-td-tag:first-child,
.auto-review-1 .mtr-table tbody .mtr-td-tag:first-child {
    background: #f1f5f9;
    font-weight: 600;
    color: #1e40af;
    border-right: 2px solid #cbd5e1;
}

/* ===== STYLED LIST ===== */
.styled-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.styled-list li {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-left: 4px solid #3b82f6;
    padding: 14px 16px 14px 45px;
    margin: 12px 0;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.08);
    position: relative;
    transition: all 0.3s ease;
    font-size: 1.05rem;
    color: #1e293b;
}

.styled-list li::before {
    content: "💎";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

.styled-list li:hover {
    transform: translateX(8px);
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.15);
}

/* ===== NOTE BOX ===== */
.note-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #f59e0b;
    border-radius: 6px;
    padding: 18px 20px;
    margin: 2.5rem 0;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.1);
    position: relative;
    overflow: hidden;
}

.note-box::before {
    content: "ℹ️";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 2rem;
    opacity: 0.25;
}

.note-box p {
    margin: 8px 0;
    padding-left: 45px;
    color: #78350f;
    line-height: 1.7;
}

.note-box p:first-of-type strong {
    color: #92400e;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 6px;
}

.note-box em {
    font-style: normal;
    color: #78350f;
}

/* ===== FOOTER STYLES ===== */
footer#colophon.site-footer.bg-light.pt-4 {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    border-top: 4px solid #3b82f6 !important;
    padding: 11px 0 20px !important;
    margin-top: 15px !important;
}

footer#colophon.site-footer .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.site-footer .site-info.text-center.pt-4 {
    padding: 0px 0 !important;
    padding-top: 0px !important;
    text-align: center !important;
}

.site-footer .site-info .copyright {
    color: #e2e8f0 !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    text-decoration: none;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
}

.scroll-to-top i {
    font-size: 1.3rem;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .site-header {
        padding: 10px 20px !important;
    }
    
    .site-main {
        padding: 10px;
    }
    
    .entry-content h1.wp-block-heading {
        font-size: 1.8rem;
    }
    
    .entry-content h2.wp-block-heading {
        font-size: 1.5rem;
        padding-left: 12px;
    }
    
    .entry-content h3.wp-block-heading {
        font-size: 1.3rem;
    }
    
    .auto-review,
    .auto-review-1 {
        padding: 15px;
        margin: 1.5rem 0;
    }
    
    .auto-review::after,
    .auto-review-1::after {
        font-size: 2rem;
        top: 10px;
        right: 10px;
    }
    
    .styled-list li {
        padding: 12px 12px 12px 40px;
        font-size: 0.95rem;
        margin: 10px 0;
    }
    
    .styled-list li::before {
        left: 12px;
        font-size: 1.1rem;
    }
    
    .note-box {
        padding: 15px;
    }
    
    .note-box p {
        padding-left: 35px;
    }
    
    .note-box::before {
        font-size: 1.5rem;
        top: 12px;
        left: 12px;
    }
    
    .mtr-thead-th {
        font-size: 0.85rem;
        padding: 10px 8px !important;
    }
    
    .mtr-td-tag {
        font-size: 0.9rem;
        padding: 8px !important;
    }
    
    footer#colophon.site-footer {
        margin-top: 20px !important;
        padding: 10px 0 15px !important;
    }
    
    .site-footer .site-info {
        padding: 15px 0 !important;
    }
    
    .site-footer .site-info .copyright {
        font-size: 0.85rem !important;
    }
    
    .scroll-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
    
    .scroll-to-top i {
        font-size: 1.1rem;
    }
}