.elementor-11997 .elementor-element.elementor-element-e41a72b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-96bcfbf *//* БАЗА */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.antenna-review-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
}

/* HERO СЕКЦИЯ */
.review-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 30px;
    margin: 0 0 3rem 0;
    position: relative;
    overflow: hidden;
}

.review-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(14, 165, 233, 0.1), transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(59, 130, 246, 0.1), transparent 50%);
}

.review-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.review-year-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0ea5e9, #3b82f6);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.review-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 1.25rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff !important; /* ДОБАВИЛ !important */
}

.review-hero-subtitle {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    opacity: 0.9;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}

/* ВВЕДЕНИЕ */
.review-intro {
    background: #f8fafc;
    padding: 3rem 2rem;
    border-radius: 24px;
    margin-bottom: 3rem;
    border: 1px solid #e2e8f0;
}

.review-intro h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.25rem;
}

.review-intro p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* КАРТОЧКИ АНТЕНН */
.antenna-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.antenna-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.antenna-card:hover {
    border-color: #0ea5e9;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(14, 165, 233, 0.15);
}

/* ВЫДЕЛЕНИЕ ДЛЯ МИР-8 */
.antenna-card.featured {
    border: 3px solid #fbbf24;
    background: linear-gradient(to bottom, #fffbeb 0%, #ffffff 100%);
}

.antenna-card.featured .antenna-header {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-bottom: 3px solid #fbbf24;
}

.featured-badge {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #000;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.85rem;
    display: inline-block;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.antenna-header {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 2rem;
    border-bottom: 2px solid #bae6fd;
    position: relative;
}

.antenna-rank {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.3);
}

.antenna-rank.gold {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    box-shadow: 0 8px 20px rgba(251, 191, 36, 0.3);
}

.antenna-header h3 {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 0.75rem;
    padding-right: 80px;
    line-height: 1.2;
}

.antenna-model {
    font-size: 1rem;
    color: #0ea5e9;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.antenna-body {
    padding: 2rem;
}

.antenna-description {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.antenna-specs {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 16px;
    margin-bottom: 1.5rem;
}

.antenna-specs h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
}

.specs-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.specs-list li {
    font-size: 0.95rem;
    color: #475569;
    padding-left: 1.5rem;
    position: relative;
}

.specs-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0ea5e9;
    font-weight: 900;
    font-size: 1.1rem;
}

.antenna-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.pros, .cons {
    padding: 1.25rem;
    border-radius: 16px;
}

.pros {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.cons {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.pros h4 {
    color: #059669;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.cons h4 {
    color: #dc2626;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.pros ul, .cons ul {
    list-style: none;
    padding: 0;
}

.pros li, .cons li {
    font-size: 0.9rem;
    color: #475569;
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.pros li:before {
    content: "+";
    position: absolute;
    left: 0;
    color: #059669;
    font-weight: 900;
}

.cons li:before {
    content: "−";
    position: absolute;
    left: 0;
    color: #dc2626;
    font-weight: 900;
}

.antenna-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-btn {
    flex: 1;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-primary {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.25);
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(14, 165, 233, 0.35);
}

.cta-secondary {
    background: #ffffff;
    color: #0ea5e9;
    border: 2px solid #0ea5e9;
}

.cta-secondary:hover {
    background: #f0f9ff;
}

/* СПЕЦИАЛЬНАЯ КНОПКА ДЛЯ МИР-8 */
.cta-featured {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #000;
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.3);
    font-size: 1.1rem;
    padding: 1.2rem 2.5rem;
}

.cta-featured:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(251, 191, 36, 0.45);
}

/* FAQ */
.review-faq {
    background: #ffffff;
    padding: 3rem 2rem;
    border-radius: 24px;
    margin-bottom: 3rem;
    border: 1px solid #e2e8f0;
}

.review-faq h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 2rem;
    text-align: center;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 1.5rem 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.faq-answer {
    font-size: 1rem;
    color: #475569;
    line-height: 1.8;
}

/* ЗАКЛЮЧЕНИЕ */
.review-conclusion {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #ffffff;
    padding: 3.5rem 2rem;
    text-align: center;
    border-radius: 24px;
    margin-top: 3rem;
}

.review-conclusion h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    margin-bottom: 1.25rem;
    color: #ffffff;
}

.review-conclusion p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.conclusion-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #ffffff;
    color: #0ea5e9;
    padding: 1.1rem 3rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.conclusion-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    color: #0284c7;
}

/* АДАПТИВ */
@media (max-width: 968px) {
    .review-hero {
        padding: 3rem 1.5rem;
        border-radius: 20px;
    }

    .review-intro,
    .review-faq {
        padding: 2rem 1.5rem;
        border-radius: 20px;
    }

    .antenna-card {
        border-radius: 20px;
    }

    .antenna-header {
        padding: 1.5rem;
    }

    .antenna-rank {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        top: 1rem;
        right: 1rem;
    }

    .antenna-body {
        padding: 1.5rem;
    }

    .specs-list {
        grid-template-columns: 1fr;
    }

    .antenna-pros-cons {
        grid-template-columns: 1fr;
    }

    .antenna-cta {
        flex-direction: column;
    }

    .cta-btn {
        width: 100%;
    }

    .review-conclusion {
        padding: 2.5rem 1.5rem;
        border-radius: 20px;
    }
}/* End custom CSS */