* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: #faf6f7;
    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;
}
.oftencontainer {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}
.oftenheader {
    background: #ffffff;
    border-bottom: 1px solid #f2e3e5;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}
.oftentopbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
.oftenlogo img {
    max-height: 42px;
    max-width: 100%;
    object-fit: contain;
}
.oftennav {
    display: flex;
    align-items: center;
    gap: 15px;
}
.oftennavlink {
    font-size: 15px;
    font-weight: 600;
    color: #444444;
    padding: 8px 12px;
    transition: color 0.2s;
}
.oftennavlink:hover, .oftennavlink.active {
    color: #e84393;
}
.oftensearchinput {
    height: 36px;
    padding: 0 15px;
    border: 1px solid #e84393;
    border-radius: 18px 0 0 18px;
    outline: none;
    font-size: 13px;
    width: 200px;
}
.oftensearchbtn {
    height: 36px;
    padding: 0 18px;
    background: #e84393;
    color: #ffffff;
    border: none;
    font-weight: 700;
    border-radius: 0 18px 18px 0;
    cursor: pointer;
}
.oftennotice {
    background: #ffffff;
    border-left: 4px solid #e84393;
    padding: 12px 18px;
    margin: 15px 0;
    border-radius: 4px;
    color: #555555;
    font-size: 13px;
    box-shadow: 0 2px 5px rgba(232,67,147,0.08);
}
.oftenherobox {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #f2e3e5;
    overflow: hidden;
    margin-bottom: 25px;
}
.oftenheroimgbox {
    width: 100%;
    height: 240px;
    background: #fff0f3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oftenheroimg {
    max-height: 200px;
    max-width: 85%;
    object-fit: contain;
}
.oftenherobody {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oftentabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f2e3e5;
    padding-bottom: 10px;
}
.oftentabitem {
    font-size: 15px;
    font-weight: 600;
    color: #666666;
    padding: 5px 15px;
    border-radius: 15px;
    transition: all 0.2s;
}
.oftentabitem.active {
    background: #e84393;
    color: #ffffff;
}
.oftengrid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}
.oftencard {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #f2e3e5;
    padding: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}
.oftencard:hover {
    border-color: #e84393;
    box-shadow: 0 4px 15px rgba(232,67,147,0.12);
}
.oftencardimg {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
    display: block;
}
.oftencardtitle {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.oftencardbottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.oftenprice {
    color: #e84393;
    font-weight: 700;
    font-size: 16px;
}
.oftenbadge {
    position: absolute;
    bottom: 45px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: #e84393;
    color: #ffffff;
    font-size: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.oftenautotag {
    font-size: 11px;
    background: #fde8f0;
    color: #e84393;
    padding: 2px 6px;
    border-radius: 3px;
}
.oftensectiontitle {
    font-size: 16px;
    font-weight: 700;
    color: #e84393;
    margin: 25px 0 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e84393;
}
.oftenfooter {
    background: #2d3436;
    color: #b2bec3;
    padding: 30px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 13px;
}
.oftenfooterlinks {
    margin-bottom: 10px;
}
.oftenfooterlinks a {
    color: #ffffff;
}
.oftencardbox {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #f2e3e5;
    padding: 25px;
    margin-bottom: 20px;
}
.oftenformgroup {
    margin-bottom: 15px;
}
.oftenlabel {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333333;
}
.ofteninput {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
}
.oftenbtn {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #e84393;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
@media (max-width: 992px) {
    .oftengrid4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
