body.cont-body { background-color: #e8e4d9; color: #1a1613; font-family: "Segoe UI", -apple-system, sans-serif; margin: 0; padding: 0; }
.cont-floating-nav { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background-color: rgba(26, 22, 19, 0.9); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); padding: 12px 30px; border-radius: 30px; border: 1px solid rgba(184, 59, 38, 0.3); z-index: 10005; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.cont-floating-container { display: flex; align-items: center; gap: 15px; }
.cont-nav-item { color: #fdfaf2; text-decoration: none; font-weight: bold; font-size: 14px; transition: color 0.2s; }
.cont-nav-item:hover { color: #b83b26; }
.cont-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.cont-logo { float: left; margin: 15px 0; }
.cont-logo img { height: 40px; display: block; filter: grayscale(100%) contrast(1.2); }
.cont-main-layout { display: flex; flex-wrap: wrap; margin-top: 30px; }
.cont-column-left { width: 50%; padding: 15px; box-sizing: border-box; }
.cont-column-right { width: 50%; padding: 15px; box-sizing: border-box; }
.cont-panel { background-color: #f3eee3; border: 1px solid #b83b26; padding: 25px; box-sizing: border-box; border-radius: 8px 0 8px 0; position: relative; }
.cont-radar-concentric { position: absolute; right: 15px; bottom: 15px; width: 120px; height: 120px; border-radius: 50%; border: 1px dashed rgba(184, 59, 38, 0.15); pointer-events: none; }
.cont-radar-concentric::before { content: ''; position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; border-radius: 50%; border: 1px dashed rgba(184, 59, 38, 0.15); }
.cont-radar-concentric::after { content: ''; position: absolute; left: 30px; top: 30px; right: 30px; bottom: 30px; border-radius: 50%; border: 1px dashed rgba(184, 59, 38, 0.15); }
.cont-notice-strip { background-color: #f3eee3; border-left: 4px solid #b83b26; padding: 15px; margin-bottom: 25px; color: #1a1613; font-size: 14px; border-radius: 4px; }
.cont-notice-seal { display: inline-block; width: 24px; height: 24px; border: 1px solid #b83b26; color: #b83b26; text-align: center; line-height: 22px; font-size: 11px; margin-right: 10px; font-weight: bold; }
.cont-product-grid { display: flex; flex-wrap: wrap; margin: -1%; width: 100%; }
.cont-product-card { width: 48%; margin: 1%; background-color: #f3eee3; border: 1px solid rgba(184, 59, 38, 0.25); padding: 20px; box-sizing: border-box; transition: all 0.3s; border-radius: 6px 0 6px 0; }
.cont-product-card:hover { border-color: #b83b26; box-shadow: 0 0 15px rgba(184, 59, 38, 0.15); }
.cont-product-info { text-align: left; }
.cont-product-name { font-size: 15px; font-weight: bold; color: #1a1613; text-decoration: none; display: block; margin-bottom: 12px; }
.cont-product-name:hover { color: #b83b26; }
.cont-badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 4px; font-weight: bold; }
.cont-badge-auto { background-color: rgba(184, 59, 38, 0.1); color: #b83b26; border: 1px solid rgba(184, 59, 38, 0.3); }
.cont-badge-manual { background-color: rgba(26, 22, 19, 0.1); color: #1a1613; border: 1px solid rgba(26, 22, 19, 0.2); }
.cont-price-box { margin-top: 15px; display: flex; justify-content: space-between; align-items: center; }
.cont-price { color: #b83b26; font-weight: bold; font-size: 18px; }
.cont-btn-buy { display: inline-block; text-align: center; background-color: transparent; color: #b83b26 !important; border: 1px solid #b83b26; padding: 6px 16px; text-decoration: none; border-radius: 4px; font-weight: bold; transition: all 0.2s; }
.cont-btn-buy:hover { background-color: #b83b26; color: #fdfaf2 !important; }
.cont-footer { background-color: #e8e4d9; border-top: 1px solid rgba(184, 59, 38, 0.1); padding: 25px 0; margin-top: 50px; clear: both; }
.cont-footer a { color: #b83b26; text-decoration: none; }
.cont-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 2px solid #b83b26; }
.cont-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; }
.cont-tab-item.active { background-color: #b83b26; color: #fdfaf2; }
.cont-tab-item a { color: inherit; text-decoration: none; }
.cont-form-item { margin-bottom: 20px; }
.cont-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #1a1613; }
.cont-form-input { width: 100%; padding: 12px; border: 1px solid #b83b26; background-color: #f3eee3; color: #1a1613; box-sizing: border-box; border-radius: 4px; font-family: inherit; }
.cont-form-input:focus { outline: none; border-color: #b83b26; }
.cont-btn-submit { width: 100%; padding: 14px; background-color: #b83b26; color: #fdfaf2; border: none; font-weight: bold; cursor: pointer; border-radius: 4px; font-size: 16px; }
.cont-btn-submit:hover { background-color: #8c2a19; }
.cont-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.cont-table th, .cont-table td { border: 1px solid #b83b26; padding: 12px; text-align: left; }
.cont-table th { background-color: #f3eee3; color: #b83b26; }
@media (max-width: 991px) {
    .cont-column-left, .cont-column-right { width: 100%; float: none; }
}
@media (max-width: 767px) {
    .cont-product-card { width: 100%; float: none; margin: 0 0 15px 0; }
}
