body, html {
    margin: 0;
    padding: 0;
    background-color: #151311;
    color: #e8e2d8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
}
a {
    color: #c49b63;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: #dfb57d;
}
.haveTopBar {
    background-color: #0e0d0c;
    border-bottom: 1px solid #231f1c;
    padding: 8px 0;
    font-size: 13px;
    color: #8c827a;
}
.haveTopWrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.haveHeader {
    background-color: #1c1916;
    border-bottom: 2px solid #c49b63;
    position: relative;
    z-index: 1000;
}
.haveNavWrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
}
.haveLogo img {
    height: 42px;
    max-width: 160px;
    object-fit: contain;
    vertical-align: middle;
}
.haveNavMenu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.haveNavMenu li {
    margin: 0 8px;
}
.haveNavMenu li a {
    color: #d6cfc5;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}
.haveNavMenu li a:hover, .haveNavMenu li.haveActive a {
    color: #ffffff;
    background: #c49b63;
}
.haveContainer {
    max-width: 1200px;
    margin: 25px auto;
    padding: 0 20px;
}
.haveSectionHeader {
    text-align: center;
    margin: 40px 0 25px 0;
}
.haveSectionTitle {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.haveSectionLine {
    width: 45px;
    height: 3px;
    background: #c49b63;
    margin: 0 auto;
    border-radius: 2px;
}
.haveHeroBox {
    background: linear-gradient(135deg, #231f1c 0%, #1c1916 100%);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 35px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    border: 1px solid #36302a;
}
.haveHeroCard {
    flex: 1;
    min-width: 280px;
    background: #1c1916;
    border: 1px solid #36302a;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.haveHeroImg {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 6px;
    background: #282420;
    flex-shrink: 0;
}
.haveHeroInfo {
    flex: 1;
    overflow: hidden;
}
.haveHeroTitle {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.haveGridTwo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}
.haveGridFive {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}
.haveGridFour {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}
.haveGridThree {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}
.haveCard {
    background: #1c1916;
    border: 1px solid #36302a;
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.haveCard:hover {
    transform: translateY(-4px);
    border-color: #c49b63;
    box-shadow: 0 6px 20px rgba(196, 155, 99, 0.18);
}
.haveCardImg {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin: 0 auto 12px auto;
}
.haveCardTitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.haveCardPrice {
    color: #c49b63;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.haveCardBtn {
    display: block;
    background: #c49b63;
    color: #151311 !important;
    padding: 7px 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}
.haveCardBtn:hover {
    background: #dfb57d;
}
.haveBtnSmall {
    padding: 6px 14px;
    background: #c49b63;
    color: #151311 !important;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}
.haveBtnSmall:hover {
    background: #dfb57d;
}
.haveTableWrap {
    background: #1c1916;
    border: 1px solid #36302a;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 40px;
}
.haveTable {
    width: 100%;
    border-collapse: collapse;
}
.haveTable th {
    text-align: left;
    padding: 12px 15px;
    color: #8c827a;
    border-bottom: 1px solid #36302a;
    font-size: 13px;
    font-weight: 600;
    background: #231f1c;
}
.haveTable td {
    padding: 14px 15px;
    border-bottom: 1px solid #282420;
    color: #d6cfc5;
    font-size: 14px;
    vertical-align: middle;
}
.haveTable tr:hover td {
    background: #231f1c;
}
.haveBadge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
}
.haveBadgeAuto {
    background: rgba(196, 155, 99, 0.15);
    color: #c49b63;
    border: 1px solid #c49b63;
}
.haveBadgeManual {
    background: #282420;
    color: #8c827a;
    border: 1px solid #3d3731;
}
.havePanel {
    background: #1c1916;
    border: 1px solid #36302a;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}
.haveFormLabel {
    color: #d6cfc5;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    font-weight: 500;
}
.haveInput {
    width: 100%;
    box-sizing: border-box;
    background: #151311;
    border: 1px solid #3d3731;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
}
.haveInput:focus {
    border-color: #c49b63;
}
.haveBtnSubmit {
    background: #c49b63;
    color: #151311;
    border: none;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}
.haveBtnSubmit:hover {
    background: #dfb57d;
}
.haveFooter {
    background: #0e0d0c;
    border-top: 1px solid #231f1c;
    padding: 40px 20px;
    text-align: center;
}
.haveFooterLinks a {
    color: #8c827a;
    margin: 0 12px;
    font-size: 14px;
}
.haveFooterLinks a:hover {
    color: #c49b63;
}
.haveFooterLinks span {
    color: #2e2925;
}
.haveCopyright {
    color: #635c55;
    font-size: 13px;
    margin-top: 15px;
}
@media (max-width: 992px) {
    .haveGridFive { grid-template-columns: repeat(3, 1fr); }
    .haveGridFour { grid-template-columns: repeat(2, 1fr); }
    .haveGridThree { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .haveGridFive { grid-template-columns: repeat(2, 1fr); }
    .haveGridFour { grid-template-columns: 1fr; }
    .haveGridThree { grid-template-columns: 1fr; }
    .haveGridTwo { grid-template-columns: 1fr; }
    .haveNavMenu { display: none; }
}
