*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

body{
background:#f5f5f5;
}

.hero-box{
background:#fff;
margin:20px;
padding:35px 20px 25px;
border-radius:30px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

h1{
text-align:center;
color:#ff1493;
font-size:38px;
font-weight:700;
line-height:1.15;
text-shadow:0 0 20px rgba(255,20,147,.25);
margin-bottom:15px;

max-width:420px;
margin-left:auto;
margin-right:auto;
}

h1 span{
    display:inline;
    white-space:nowrap;
    font-size:38px;
    line-height:1.1;
}
@media (max-width:480px){

h1{
    font-size:30px;
    max-width:100%;
}

h1 span{
    font-size:30px;
}

}


#wishCount{
font-size:20px;
color:#666;
line-height:1.4;
margin:18px 0 25px;
}

.filters{
margin-top:25px;
display:flex;
flex-direction:column;
gap:15px;
}

#searchBox,
.filters select{
width:100%;
padding:10px 16px;
border:none;
border-radius:50px;
background:#fff;
font-size:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
outline:none;
}

.filters select{
appearance:none;
-webkit-appearance:none;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5'/%3E%3C/svg%3E");
background-repeat:no-repeat;
background-position:right 16px center;
background-size:18px;
padding-right:45px;
cursor:pointer;
}

.category-chips{
display:flex;
gap:10px;
overflow-x:auto;
padding:15px 0;
scrollbar-width:none;
}

.category-chips::-webkit-scrollbar{
display:none;
}

.category-chips button{
border:none;
padding:10px 18px;
border-radius:30px;
background:#fff;
font-size:16px;
font-weight:500;
white-space:nowrap;
box-shadow:0 2px 8px rgba(0,0,0,.1);
cursor:pointer;
flex-shrink:0;
}

.category-chips button:hover{
background:#ff4e8d;
color:#fff;
}

.category-chips button:hover{
background:#ff4e8d;
color:#fff;
}

.category-chips button.active{
    background:#ff1493;
    color:#fff;
    border:2px solid #ff1493;
    box-shadow:0 4px 12px rgba(255,20,147,.3);
}

#wishContainer{
padding:20px;
}

.wish-card{
background:#fff;
border-radius:25px;
padding:20px;
margin-bottom:20px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.wish-card p{
font-size:18px;
line-height:1.6;
margin-bottom:20px;
}

.wish-buttons{
display:flex;
gap:15px;
}

.wish-buttons button{
flex:1;
border:none;
border-radius:30px;
padding:12px;
font-size:16px;
cursor:pointer;
}

.actions{
display:flex;
gap:15px;
align-items:center;
margin-top:15px;
}

.actions button{
border:none;
border-radius:25px;
padding:10px 16px;
font-size:14px;
cursor:pointer;
color:#fff;
}

.copy{
background:linear-gradient(135deg,#ff4fa3,#ff2d8d);
}

.share{
background:linear-gradient(135deg,#00d84f,#00c853);
}

.favorite-btn{
background:none;
border:none;
box-shadow:none;
width:auto;
height:auto;
padding:0;
margin-left:15px;
font-size:30px;
color:#bdbdbd;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
}

.favorite-btn.active{
color:red;
}
.load-more-wrapper{
    text-align:center;
    margin:20px 0 30px;
}

.load-more-btn{
    background:linear-gradient(135deg,#ff4d6d,#ff6b81);
    color:#fff;
    border:none;
    border-radius:50px;
    padding:14px 28px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 8px 18px rgba(255,77,109,.35);
}

.load-more-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 24px rgba(255,77,109,.45);
}

.load-more-btn:active{
    transform:scale(.97);
}
.load-more-wrapper{
    text-align:center;
    margin:25px 0 35px;
}

.load-more-btn{
    background:linear-gradient(135deg,#ff4d6d,#ff6b81);
    color:#fff;
    border:none;
    border-radius:50px;
    padding:14px 28px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    box-shadow:0 8px 18px rgba(255,77,109,.35);
    transition:.3s;
}

.load-more-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 24px rgba(255,77,109,.45);
}

.load-more-btn:active{
    transform:scale(.97);
}

.seo-intro{
    background:#fff;
    margin:25px 20px;
    padding:20px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    line-height:1.8;
}

.seo-intro h2{
    color:#ff1493;
    margin-bottom:12px;
    font-size:24px;
}

.seo-intro p{
    color:#555;
    font-size:16px;
}

.seo-faq{
    background:#fff;
    margin:25px 20px;
    padding:20px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.seo-faq h2{
    color:#ff1493;
    margin-bottom:15px;
}

.seo-faq h3{
    margin-top:18px;
    font-size:18px;
}

.seo-faq p{
    color:#555;
    line-height:1.8;
}

.breadcrumb{
    padding:15px 20px 0;
    font-size:14px;
}

.breadcrumb a{
    color:#ff1493;
    text-decoration:none;
}

.breadcrumb span{
    color:#666;
}
.footer-links{
background:#fff;
margin:30px 20px;
padding:20px;
border-radius:20px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.footer-links h2{
font-size:24px;
color:#ff1493;
margin-bottom:15px;
}

.footer-links a{
display:block;
padding:10px 0;
color:#444;
font-size:17px;
text-decoration:none;
border-bottom:1px solid #eee;
transition:.3s;
}

.footer-links a:hover{
color:#ff1493;
padding-left:10px;
}
.category-chips button.active{
    background:#ff4e8d;
    color:#fff;
}