:root { --primary: #01456D; --secondary: #016ad3; --link: #016ad3; --accent: #27ae60; --text-dark: #1e293b; --text-sub: #64748b; --bg-light: #f8fafc; --radius: 16px; --shadow: 0 10px 25px rgba(0,0,0,0.05); }

.l-color a:link { color: #1a0dab; text-decoration: none; }
.l-color a:visited { color: #1a0dab; }
.l-color a:hover { color: #0056b3; text-decoration: underline; }
.l-color a:active { color: #d93025; }

.main-wrapper { max-width: 1200px; margin: -100px auto 40px; padding: 0 20px; position: relative; z-index: 10; }

.price-tag { background: var(--bg-light); padding: 15px; border-radius: 12px; text-align: center; margin: 20px 0; }
.price-value { display: block; font-size: 1.8rem; font-weight: 800; color: var(--accent); }

.buttonblu { display: inline-block; background: var(--secondary); color: white; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: 600; width: 100%; text-align: center; box-sizing: border-box; }

.img-center img { max-width: 180px; height: auto; display: block; margin: 0 auto 20px; }
.container-k { max-width: 1000px; margin: 0 auto; }

#overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 1000; }

.star { color: #fbbf24; font-size: 1.3rem; display: inline-block; position: relative; margin-right: 2px; }
.star.empty { color: #ccc; }
.star.half { color: #ccc; }
.star.half::before { content: '★'; color: #FFD700; position: absolute; left: 0; width: 50%; overflow: hidden; }
.rating-display { display: flex; flex-wrap: wrap; gap: 8px; justify-content: right; margin-top: 20px; }

.popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #ffffff; padding: 30px; width: 90%; max-width: 500px; max-height: 65vh; overflow-y: auto; box-shadow: 0px 10px 30px rgba(0,0,0,0.2); border-radius: 12px; z-index: 1000; font-family: 'Segoe UI', sans-serif; border: none; }
.close-btn { cursor: pointer; float: right; font-size: 1.5em; color: #888; line-height: 20px; transition: color 0.2s; }
.close-btn:hover { color: #333; }

.popup h3 { margin-top: 0; color: #2c3e50; font-size: 1.4em; border-bottom: 2px solid #f1f1f1; padding-bottom: 10px; font-weight: 600; }
.popup label { display: block; margin-top: 15px; font-weight: 600; color: #555; margin-bottom: 5px; }

.popup input[type="text"], .popup textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; font-size: 14px; font-weight: normal; color: #333; }
.popup textarea { height: 100px; resize: vertical; }

#star-rating-container { margin: 10px 0; display: block; }
#star-rating-container .stars { cursor: pointer; font-size: 2.5em; color: #ccc; transition: color 0.2s, transform 0.1s; display: inline-block; font-weight: normal; }
#star-rating-container .stars:hover { transform: scale(1.1); }
#star-rating-container .stars.selected, #star-rating-container .stars.highlight { color: #FFD700 !important; }

.blue-button { background-color: #007bff; color: white; border: none; padding: 12px 20px; border-radius: 6px; cursor: pointer; font-weight: bold; margin-right: 10px; transition: background 0.3s; }
.blue-button:hover { background-color: #0056b3; }

.review { background: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 15px; border-left: 4px solid #007bff; }
.review p { margin: 5px 0; font-size: 14px; color: #444; font-weight: normal; }
.review p strong { font-weight: 600; color: #222; }

.starsok { font-size: 18px; color: #ccc; display: inline-block; }
.starsok.active { color: #FFD700; }

hr { border: 0; border-top: 1px solid #eee; margin: 20px 0; }
