
.product-detail-page {font-family: Arial, sans-serif; line-height: 1.6; max-width: 900px; margin: auto; padding: 20px;}
.product-title {font-size: 28px; margin-bottom: 15px; color:#222;}
.product-intro p {font-size: 16px; color:#444;}
.product-section {margin-top: 30px;}
.product-section h2 {font-size: 22px; margin-bottom: 12px; color:#0A4C8C;}
.product-section ul {list-style: disc; margin-left: 20px;}
.specs table {width: 100%; border-collapse: collapse;}
.specs table td {border: 1px solid #ddd; padding: 8px;}
.cta-box {margin-top: 40px; padding: 25px; background: #f5f9ff; text-align: center; border-radius: 8px;}
.cta-box h2 {color:#0A4C8C; margin-bottom: 10px;}
.cta-button {display:inline-block; margin:10px; padding:12px 20px; background:#0A4C8C; color:#fff; border-radius:5px; text-decoration:none; font-weight:bold;}
.cta-button.secondary {background:#444;}
