/* Review Page Specific Styles */

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-section {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding: 30px 0;
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.hero-section h1 {
    font-size: 2.2em;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 800;
    line-height: 1.3;
}

.hero-image {
    max-width: 60%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    margin: 0 auto 25px;
    display: block;
}

.hero-image:hover {
    transform: scale(1.02);
}

.star-rating {
    color: #FF9900;
    font-size: 28px;
    margin: 15px 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Product Summary Box */
.summary-box {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border-left: 5px solid #3498db;
}

.summary-box h2 {
    color: #3498db;
    margin-bottom: 20px;
    font-size: 1.8em;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

.specs-table td, .specs-table th {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}

.specs-table th {
    text-align: left;
    width: 40%;
    font-weight: 600;
    color: #555;
    background-color: #f5f7fa;
}

.specs-table tr:last-child td,
.specs-table tr:last-child th {
    border-bottom: none;
}

/* Review Body */
.review-body,
.review-content {
    margin: 40px 0;
    line-height: 1.8;
}

.review-body h2,
.review-content h2 {
    color: #3498db;
    font-size: 1.8em;
    margin-bottom: 20px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
}

.review-body p,
.review-content p {
    margin-bottom: 20px;
    font-size: 1.05em;
    color: #444;
}

.review-content h3 {
    color: #2c3e50;
    font-size: 1.5em;
    margin: 30px 0 15px;
}

/* Score Card */
.scorecard,
.score-card {
    margin: 40px 0;
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.scorecard h2,
.score-card h2 {
    color: #3498db;
    margin-bottom: 20px;
    font-size: 1.8em;
}

.score-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

.score-table td, .score-table th {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}

.score-table th {
    text-align: left;
    font-weight: 600;
    color: #555;
    background-color: #f5f7fa;
}

.score-table td:last-child {
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
}

.score-table tr:last-child {
    background-color: #f5f7fa;
}

.score-table tr:last-child td {
    font-weight: 800;
    color: #3498db;
    font-size: 1.2em;
}

/* Sections */
.section {
    margin: 40px 0;
    padding: 25px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.section h2 {
    color: #3498db;
    margin-bottom: 20px;
    font-size: 1.8em;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
}

/* Pros & Cons */
.pros-cons {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    padding: 0;
}

@media (max-width: 768px) {
    .pros-cons {
        flex-direction: column;
    }
}

.pros, .cons {
    flex: 1;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.pros {
    background-color: #f0fff4;
    border-left: 5px solid #28a745;
}

.cons {
    background-color: #fff5f5;
    border-left: 5px solid #dc3545;
}

.pros h3 {
    color: #28a745;
    margin-bottom: 15px;
}

.cons h3 {
    color: #dc3545;
    margin-bottom: 15px;
}

.pros ul li::before {
    content: "✅ ";
}

.cons ul li::before {
    content: "❌ ";
}

.pros ul, .cons ul {
    padding-left: 5px;
    list-style-type: none;
}

.pros ul li, .cons ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.pros ul li::before, .cons ul li::before {
    position: absolute;
    left: 0;
}

/* Comparison Section */
.comparison {
    margin: 40px 0;
    padding: 25px;
    background-color: #f0f7ff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border-left: 5px solid #9b59b6;
}

.comparison h2 {
    color: #9b59b6;
    margin-bottom: 15px;
}

/* Accessories */
.accessories {
    margin: 40px 0;
}

.accessories h2 {
    color: #3498db;
    margin-bottom: 25px;
    font-size: 1.8em;
}

.accessories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.accessory-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.accessory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border-color: #e0e0e0;
}

.accessory-card h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.accessory-card p {
    flex-grow: 1;
    margin-bottom: 15px;
}

.accessory-image {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
    padding: 10px;
    transition: transform 0.3s ease;
}

.accessory-card:hover .accessory-image {
    transform: scale(1.05);
}

/* FAQ Section */
.faq-section {
    margin: 40px 0;
}

.faq-section h2 {
    color: #3498db;
    margin-bottom: 25px;
    font-size: 1.8em;
}

details {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    background-color: white;
    border-left: 3px solid #3498db;
}

summary {
    font-weight: 600;
    cursor: pointer;
    padding: 15px;
    background-color: #f8f9fa;
    outline: none;
    transition: background-color 0.3s;
}

summary:hover {
    background-color: #edf2f7;
}

details p {
    padding: 15px;
    margin: 0;
}

/* Final CTA */
.final-cta {
    background: linear-gradient(135deg, #3498db, #9b59b6);
    color: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.final-cta h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 2em;
}

.final-cta p {
    margin-bottom: 25px;
    font-size: 1.1em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta .cta-button {
    background-color: white;
    color: #9b59b6;
    font-size: 1.1em;
    padding: 15px 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.final-cta .cta-button:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background-color: #FF9900;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(255, 153, 0, 0.3);
}

.cta-button:hover {
    background-color: #E68A00;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 153, 0, 0.4);
    text-decoration: none;
}
