/*
 * WRD Spider 4 vs 4M Comparison
 * Clean Scandinavian design - minimal, refined
 */

.spider-comparison-content {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
}

.comparison-page-content,
.hentry-comparison-page {
    padding: 0;
    margin: 0;
}
.entry-content p {
    margin-bottom: 0px;
}

.comparison-page-content {
    padding: 12px;
}

.comparison-cta-section {
    margin-bottom: 0;
}


/* Hero */
.comparison-hero {
    padding: 32px 0 32px;
    border-bottom: 2px solid #d75917;
}

.comparison-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .comparison-main-title {
        font-size: 48px;
        margin-bottom: 12px;
    }
}

.comparison-main-title .vs-separator {
    color: #d75917;
    font-weight: 300;
    font-style: italic;
}

.comparison-subtitle {
    font-size: 17px;
    color: #777;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .comparison-subtitle {
        font-size: 19px;
    }
}

/* Section Titles */
.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 48px 0 24px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #d75917;
}

@media screen and (min-width: 768px) {
    .section-title {
        font-size: 36px;
        margin-top: 64px;
        margin-bottom: 32px;
    }
}

/* Product Cards */
.comparison-overview {
    margin: 32px 0 48px 0;
}

.product-card {
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 24px;
}

.product-card.enhanced {
    border: 2px solid #d75917;
}

.product-card-header {
    background: #333;
    color: #fff;
    padding: 18px 20px;
}

.product-card.enhanced .product-card-header {
    background: #d75917;
}

.product-card-header h3 {
    margin: 0 0 4px 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.product-card-badge {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-image-placeholder {
    padding: 8px;
    min-height: 240px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.placeholder-box {
    background: #fff;
    border: 2px dashed #ccc;
    padding: 48px 20px;
    text-align: center;
    color: #999;
    font-size: 13px;
    font-style: italic;
    width: 100%;
}

.product-highlights {
    padding: 24px 20px;
}

.feature-list {
    list-style: none;
    padding: 0;
    font-size: 15px;
    line-height: 1.8;
}

.feature-list li {
    margin-bottom: 10px;
    color: #555;
}

.feature-list i {
    color: #999;
}

.feature-list.enhanced-list i {
    color: #d75917;
}

/* Feature Rows */
.feature-comparison-section {
    margin-bottom: 48px;
}

.feature-row {
    margin-bottom: 56px;
    padding: 32px 0;
    border-bottom: 1px solid #eee;
}

.feature-row:last-child {
    border-bottom: none;
}

.feature-image-placeholder {
    /* padding: 16px; */
    background: #fafafa;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 4px;
}

.feature-content {
    padding: 16px 0;
}

@media screen and (min-width: 768px) {
    .feature-content {
        padding: 0 20px;
    }
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

@media screen and (min-width: 768px) {
    .feature-title {
        font-size: 26px;
        margin-bottom: 16px;
    }
}

.feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #d75917;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    margin-right: 12px;
    flex-shrink: 0;
}

.improvement-badge {
    display: inline-block;
    background: gold;
    color: #333;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.improvement-badge i {
    margin-right: 4px;
}

.feature-description {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .feature-description {
        font-size: 17px;
    }
}

.benefit-list {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 16px;
    display: none;
}

.benefit-list i {
    color: #d75917;
}

/* Technical Specs Table */
.technical-specs-section {
    margin-bottom: 48px;
}

.specs-table-wrapper {
    overflow-x: auto;
}

.comparison-specs-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 15px;
    border: 1px solid #eee;
}

.comparison-specs-table thead {
    background: #333;
    color: #fff;
}

.comparison-specs-table thead th {
    padding: 14px 16px;
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    border-bottom: 2px solid #d75917;
}

.comparison-specs-table tbody tr {
    border-bottom: 1px solid #eee;
}

.comparison-specs-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-specs-table tbody tr:hover {
    background: #fafafa;
}

.comparison-specs-table td {
    padding: 12px 16px;
    vertical-align: middle;
}

.spec-label {
    font-weight: 600;
    color: #333;
    background: #f8f8f8;
}


.enhanced-cell {
    background: #fffbf8;
}

.enhanced-cell strong {
    color: #d75917;
}

.new-badge {
    display: inline-block;
    background: gold;
    color: #333;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 700;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.text-success {
    color: #5cb85c;
    font-size: 18px;
}

/* Upgrade Guide */
.upgrade-guide-section {
    margin-bottom: 48px;
    padding: 32px 0;
    margin-left: -26px;
    margin-right: -26px;
    padding-left: 26px;
    padding-right: 26px;
}

.upgrade-card {
    background: #fff;
    padding: 24px;
    margin-bottom: 20px;
    border-left: 3px solid gold;
}

.upgrade-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
}

.upgrade-card h3 i {
    color: #d75917;
    margin-right: 8px;
}

.upgrade-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}

.reassurance-note {
    background: #fff3e0;
    border-left: 3px solid #ff9800;
    padding: 20px;
    margin-top: 24px;
}

.reassurance-note p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.reassurance-note strong {
    color: #e65100;
}

.reassurance-note i {
    color: #ff9800;
    margin-right: 6px;
}

/* Shared Features */
.shared-features-section {
    margin-bottom: 48px;
}

.shared-features-grid {
    margin-top: 32px;
}

.shared-feature-box {
    background: #fff;
    padding: 24px 20px;
    margin-bottom: 20px;
    text-align: center;
    border-top: 3px solid #eee;
    transition: border-color 0.2s;
}

.shared-feature-box:hover {
    border-top-color: #d75917;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #d75917;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
}

.feature-icon i {
    color: #fff;
    font-size: 28px;
}

.shared-feature-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px 0;
}

.shared-feature-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    margin: 0;
}

/* Visual Comparison */
.visual-comparison-section {
    margin-bottom: 48px;
}

.comparison-images-row {
    margin-bottom: 24px;
}

.comparison-image-box {
    background: #fff;
    padding: 16px;
    margin-bottom: 20px;
}

.comparison-image-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.comparison-image-placeholder {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    padding: 12px;
}

.comparison-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 4px;
}

.comparison-image.enhanced {
    border: 2px solid #d75917;
}

.comparison-image-placeholder .placeholder-box.enhanced {
    border-color: #d75917;
}

/* CTA Section */
.comparison-cta-section {
    background: #333;
    color: #fff;
    padding: 48px 32px;
    text-align: center;
}

.comparison-cta-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
}

@media screen and (min-width: 768px) {
    .comparison-cta-section h2 {
        font-size: 32px;
    }
}

.cta-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

.cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
    }

    .cta-btn {
        width: 100%;
    }
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .comparison-hero {
        padding: 32px 0 40px;
    }

    .feature-row {
        margin-bottom: 40px;
        padding: 24px 0;
    }

    .feature-image-placeholder {
        min-height: 200px;
        margin-bottom: 16px;
    }

    .upgrade-guide-section {
        padding: 24px 16px;
        margin-left: -16px;
        margin-right: -16px;
    }
}