.pts-smartphone-spec-table-container{max-width:1000px;margin:50px auto;font-family:'Roboto','Arial',sans-serif;box-shadow:0 8px 24px rgb(0 0 0 / .15);border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f0f4f8,#e1e7ed);padding:20px;border:2px solid #3c4858}.pts-smartphone-spec-table{width:100%;border-collapse:separate;border-spacing:1px;background-color:#fff;border-radius:12px;overflow:hidden;border:1px solid #ccd1d9}.pts-smartphone-spec-table thead th{text-align:center;font-weight:700;padding:20px;font-size:1.4em;border-bottom:2px solid rgb(255 255 255 / .2);color:#fff}.pts-smartphone-spec-table thead th:nth-child(1){background-color:#3498db}.pts-smartphone-spec-table thead th:nth-child(2){background-color:#2ecc71}.pts-smartphone-spec-table thead th:nth-child(3){background-color:#e74c3c}.pts-smartphone-spec-table thead th:nth-child(4){background-color:#9b59b6}.pts-smartphone-spec-table thead th:nth-child(5){background-color:#f39c12}.pts-smartphone-spec-table tbody tr{transition:all 0.3s ease;position:relative}.pts-smartphone-spec-table tbody tr::after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background-color:#007bff;transition:width 0.3s ease}.pts-smartphone-spec-table tbody tr:hover{background-color:#f0f6ff;box-shadow:0 4px 8px rgb(0 123 255 / .1)}.pts-smartphone-spec-table tbody tr:hover::after{width:100%}.pts-smartphone-spec-table tbody tr:nth-of-type(even){background-color:#f4f6f9}.pts-smartphone-spec-table tbody td{padding:18px;border:1px solid #e0e4e8;text-align:center;font-size:1.1em;color:#2c3e50;position:relative;transition:background-color 0.3s ease}.pts-smartphone-spec-table tbody tr:hover td{background-color:rgb(0 123 255 / .05)}.pts-spec-label{font-weight:700;color:#1a2b3c;display:block;font-size:1em;margin-bottom:8px;text-transform:capitalize;transition:color 0.3s ease}.pts-spec-value{color:#007bff;font-size:1em;font-weight:600;transition:color 0.3s ease,transform 0.3s ease}.pts-smartphone-spec-table tbody tr:hover .pts-spec-value{color:#0056b3;transform:scale(1.05)}.pts-prices-section{margin-top:40px;background-color:#f0f4f8;border-top:4px solid #27ae60;border-radius:12px}.pts-prices-header{background-color:#27ae60;color:#fff;text-align:center;font-size:1.5em;padding:22px;font-weight:700;text-transform:uppercase}.pts-price-row td{text-align:center;padding:20px 18px;font-size:1.2em;border:1px solid #e0e4e8;transition:background-color 0.3s ease}.pts-currency-name{font-weight:700;color:#2c3e50;font-size:1.1em;text-transform:uppercase}.pts-currency-value{color:#dc3545;font-weight:700;font-size:1.4em;transition:color 0.3s ease}@media screen and (max-width:768px){.pts-smartphone-spec-table-container{border-radius:12px;padding:8px}.pts-smartphone-spec-table{display:table;width:100%;border-collapse:separate;border-spacing:1px}.pts-smartphone-spec-table thead{display:table-header-group}.pts-smartphone-spec-table tbody{display:table-row-group}.pts-smartphone-spec-table tr{display:table-row}.pts-smartphone-spec-table td{display:table-cell;text-align:center;padding:14px;border:1px solid #e0e4e8}.pts-currency-value{font-size:1em}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pts-smartphone-spec-table-container{animation:fadeIn 0.6s ease-out}