* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: #f4f6f8;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
a {
    color: inherit;
    text-decoration: none;
}
.granitecontainer {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}
.graniteheader {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}
.granitetopbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
.granitelogo img {
    max-height: 42px;
    max-width: 100%;
    object-fit: contain;
}
.granitenavbar {
    background: #0984e3;
}
.granitenav {
    display: flex;
    align-items: center;
}
.granitenavlink {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 20px;
    transition: background 0.2s;
}
.granitenavlink:hover, .granitenavlink.active {
    background: #00a8ff;
}
.granitesearchinput {
    height: 36px;
    padding: 0 12px;
    border: 2px solid #0984e3;
    border-radius: 4px 0 0 4px;
    outline: none;
    font-size: 13px;
    width: 220px;
}
.granitesearchbtn {
    height: 36px;
    padding: 0 16px;
    background: #ff7675;
    color: #ffffff;
    border: none;
    font-weight: 700;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.granitenotice {
    background: #ffffff;
    border-left: 4px solid #0984e3;
    padding: 12px 18px;
    margin: 15px 0;
    border-radius: 4px;
    color: #555555;
    font-size: 13px;
    box-shadow: 0 2px 5px rgba(9,132,227,0.08);
}
.graniteherogrid {
    display: grid;
    grid-template-columns: 2fr 1.2fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}
.granitebox {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    padding: 15px;
}
.graniteboxtitle {
    font-size: 15px;
    font-weight: 700;
    color: #0984e3;
    padding-bottom: 8px;
    border-bottom: 2px solid #0984e3;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.graniteheroimgbox {
    width: 100%;
    height: 220px;
    background: #fafbfc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.graniteheroimg {
    max-height: 180px;
    max-width: 85%;
    object-fit: contain;
}
.granitegrid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}
.granitegrid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}
.granitecard {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}
.granitecard:hover {
    border-color: #0984e3;
    box-shadow: 0 4px 15px rgba(9,132,227,0.12);
}
.granitecardimg {
    width: 100%;
    height: 110px;
    object-fit: cover;
    margin-bottom: 8px;
    display: block;
    border-radius: 4px;
}
.granitecardtitle {
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}
.graniteprice {
    color: #e74c3c;
    font-weight: 700;
}
.granitebadge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #0984e3;
    color: #ffffff;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 2px;
}
.graniteautotag {
    font-size: 10px;
    background: #e8f4f8;
    color: #0984e3;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #0984e3;
}
.granitesectiontitle {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin: 25px 0 15px;
    padding-left: 10px;
    border-left: 4px solid #0984e3;
}
.granitefooter {
    background: #222222;
    color: #888888;
    padding: 30px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 13px;
}
.granitefooterlinks {
    margin-bottom: 10px;
}
.granitefooterlinks a {
    color: #cccccc;
}
.granitecardbox {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    padding: 25px;
    margin-bottom: 20px;
}
.graniteformgroup {
    margin-bottom: 15px;
}
.granitelabel {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333333;
}
.graniteinput {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
}
.granitebtn {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #0984e3;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.granitetabs {
    display: flex;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 20px;
}
.granitetabitem {
    padding: 10px 20px;
    font-weight: 600;
    color: #666666;
}
.granitetabitem.active {
    color: #0984e3;
    border-bottom: 2px solid #0984e3;
    margin-bottom: -2px;
}
@media (max-width: 992px) {
    .graniteherogrid {
        grid-template-columns: 1fr;
    }
    .granitegrid6 {
        grid-template-columns: repeat(3, 1fr);
    }
    .granitegrid4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
