/* ── HERO ── */
.wr-hero {
    background: #fff;
    border-bottom: 1px solid #efefef;
    padding: 40px 0 36px;
    text-align: center;
}
.wr-cat-pills {
    display: flex; flex-wrap: wrap; gap: 10px;
    justify-content: center; margin-bottom: 24px;
}
.wr-cat-pill {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 20px; border-radius: 50px;
    border: 1.5px solid #e0e0e0; background: #fff;
    color: #444; font-size: .85rem; font-weight: 600;
    cursor: pointer; transition: all .2s; white-space: nowrap;
    text-decoration: none;
}
.wr-cat-pill:hover, .wr-cat-pill.active {
    background: #8B1A2B; border-color: #8B1A2B; color: #fff;
}
.wr-hero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800; color: #1a1a2e; margin-bottom: 10px;
}
.wr-hero p { font-size: .95rem; color: #888; margin-bottom: 24px; }
.wr-search-bar {
    display: flex; align-items: center;
    background: #fff; border-radius: 50px;
    border: 1.5px solid #e0e0e0;
    max-width: 640px; margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,.07);
    overflow: hidden; padding: 5px 5px 5px 0;
    position: relative;
}
.wr-search-field {
    display: flex; align-items: center;
    flex: 1; padding: 0 16px; gap: 10px;
}
.wr-search-field i { color: #bbb; font-size: .9rem; flex-shrink: 0; }
.wr-search-field input {
    border: none; outline: none; background: transparent;
    font-size: .92rem; color: #333; width: 100%; padding: 10px 0;
}
.wr-search-field input::placeholder { color: #bbb; }
.wr-search-divider { width: 1px; height: 26px; background: #e5e5e5; flex-shrink: 0; }
.wr-search-btn {
    background: #8B1A2B; color: #fff; border: none;
    border-radius: 50px; padding: 11px 28px;
    font-size: .9rem; font-weight: 600; cursor: pointer;
    transition: opacity .2s; flex-shrink: 0; margin-left: 5px;
}
.wr-search-btn:hover { opacity: .88; }
.wr-search-dropdown {
    position: absolute; top: calc(100% + 8px); left: 0; right: 0;
    background: #fff; border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    border: 1px solid #efefef; z-index: 100;
    max-height: 320px; overflow-y: auto;
}
.wr-search-item {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 16px; cursor: pointer; transition: background .15s;
    border-bottom: 1px solid #f5f5f5;
}
.wr-search-item:last-child { border: none; }
.wr-search-item:hover { background: #fff5f7; }
.wr-search-img {
    width: 44px; height: 44px; border-radius: 10px;
    object-fit: cover; flex-shrink: 0;
}
.wr-search-name { font-size: .88rem; font-weight: 700; color: #1a1a2e; }
.wr-search-addr { font-size: .75rem; color: #aaa; }

/* ── HOW IT WORKS ── */
.wr-how { padding: 48px 0; background: #f7f8fc; }
.wr-how-grid {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
}
.wr-how-card {
    background: #fff; border-radius: 20px;
    border: 1px solid #efefef; padding: 32px 24px;
    text-align: center; transition: box-shadow .2s;
}
.wr-how-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.08); }
.wr-how-icon {
    width: 64px; height: 64px; border-radius: 50%;
    background: #fff5f7; display: flex; align-items: center;
    justify-content: center; margin: 0 auto 18px;
    font-size: 1.5rem; color: #8B1A2B;
}
.wr-how-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem; font-weight: 800; color: #1a1a2e; margin-bottom: 10px;
}
.wr-how-desc { font-size: .85rem; color: #888; line-height: 1.7; }

/* ── BODY ── */
.wr-body { padding: 40px 0 60px; background: #fff; }
.wr-layout { display: grid; grid-template-columns: 1fr 280px; gap: 32px; }

/* Business cards */
.wr-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem; font-weight: 800; color: #1a1a2e; margin-bottom: 20px;
}
.wr-biz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wr-biz-card {
    border-radius: 16px; overflow: hidden;
    border: 1px solid #efefef; background: #fff;
    transition: box-shadow .2s, transform .2s;
}
.wr-biz-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.1); transform: translateY(-2px); }
.wr-biz-img-wrap { position: relative; height: 160px; overflow: hidden; }
.wr-biz-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.wr-biz-card:hover .wr-biz-img { transform: scale(1.04); }
.wr-biz-badge {
    position: absolute; top: 10px; right: 10px;
    background: rgba(255,255,255,.92); font-size: .65rem;
    font-weight: 800; color: #1a1a2e; padding: 3px 8px;
    border-radius: 6px; letter-spacing: .5px; text-transform: uppercase;
}
.wr-verified-badge {
    position: absolute; top: 10px; left: 10px;
    background: #8B1A2B; color: #fff; font-size: .65rem;
    font-weight: 700; padding: 3px 8px; border-radius: 6px;
}
.wr-biz-body { padding: 14px; }
.wr-biz-name {
    font-size: .92rem; font-weight: 800; color: #1a1a2e;
    margin-bottom: 4px; font-family: 'Montserrat', sans-serif;
}
.wr-biz-addr { font-size: .75rem; color: #aaa; margin-bottom: 12px; display: flex; align-items: center; gap: 4px; }
.wr-biz-addr i { color: #8B1A2B; font-size: .7rem; }
.wr-write-btn {
    width: 100%; padding: 9px; background: #fff;
    border: 1.5px solid #e0e0e0; border-radius: 10px;
    font-size: .8rem; font-weight: 600; color: #444;
    cursor: pointer; transition: all .2s;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    text-decoration: none;
}
.wr-write-btn:hover { border-color: #8B1A2B; color: #8B1A2B; background: #fff5f7; }

/* Trending sidebar */
.wr-trending-card {
    background: #fff; border-radius: 16px;
    border: 1px solid #efefef; padding: 20px;
    position: sticky; top: 80px;
}
.wr-trending-title {
    font-family: 'Montserrat', sans-serif;
    font-size: .95rem; font-weight: 800; color: #1a1a2e; margin-bottom: 6px;
}
.wr-trending-sub { font-size: .8rem; color: #aaa; margin-bottom: 18px; line-height: 1.5; }
.wr-trending-item {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 0; border-bottom: 1px solid #f5f5f5;
    cursor: pointer; transition: all .2s;
    text-decoration: none;
}
.wr-trending-item:last-child { border: none; }
.wr-trending-item:hover { opacity: .8; }
.wr-trending-img {
    width: 48px; height: 48px; border-radius: 10px;
    object-fit: cover; flex-shrink: 0;
}
.wr-trending-name { font-size: .85rem; font-weight: 700; color: #1a1a2e; margin-bottom: 2px; }
.wr-trending-meta { font-size: .72rem; color: #aaa; }
.wr-trending-stars { display: flex; gap: 2px; margin-top: 3px; }
.wr-trending-stars i { font-size: .7rem; color: #f5a623; }
.wr-explore-more {
    display: flex; align-items: center; gap: 6px;
    font-size: .82rem; font-weight: 700; color: #8B1A2B;
    text-decoration: none; margin-top: 14px;
    transition: opacity .2s;
}
.wr-explore-more:hover { opacity: .75; color: #8B1A2B; }

/* Review Modal */
.wr-modal-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,.5);
    z-index: 1000; display: none; align-items: center; justify-content: center;
}
.wr-modal-overlay.show { display: flex; }
.wr-modal {
    background: #fff; border-radius: 20px;
    padding: 32px; width: 100%; max-width: 520px;
    box-shadow: 0 20px 60px rgba(0,0,0,.2);
    position: relative; max-height: 90vh; overflow-y: auto;
}
.wr-modal-close {
    position: absolute; top: 16px; right: 16px;
    width: 32px; height: 32px; border-radius: 50%;
    background: #f5f5f5; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: .85rem; color: #666; transition: all .2s;
}
.wr-modal-close:hover { background: #8B1A2B; color: #fff; }
.wr-modal-biz {
    display: flex; align-items: center; gap: 12px;
    padding: 14px; background: #f9f9fb; border-radius: 12px; margin-bottom: 24px;
}
.wr-modal-biz-img { width: 52px; height: 52px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.wr-modal-biz-name { font-size: .92rem; font-weight: 700; color: #1a1a2e; }
.wr-modal-biz-addr { font-size: .75rem; color: #aaa; }
.wr-star-row { display: flex; gap: 8px; margin-bottom: 20px; }
.wr-star {
    font-size: 2rem; color: #e0e0e0; cursor: pointer;
    transition: color .15s, transform .15s;
}
.wr-star.active, .wr-star:hover { color: #f5a623; transform: scale(1.15); }
.wr-modal label {
    display: block; font-size: .78rem; font-weight: 700;
    letter-spacing: .5px; text-transform: uppercase; color: #888; margin-bottom: 8px;
}
.wr-modal textarea {
    width: 100%; padding: 12px 14px; border: 1.5px solid #e0e0e0;
    border-radius: 12px; font-size: .9rem; color: #1a1a2e;
    background: #fafafa; outline: none; resize: vertical;
    min-height: 100px; transition: border-color .2s;
}
.wr-modal textarea:focus { border-color: #8B1A2B; background: #fff; }
.wr-submit-btn {
    width: 100%; padding: 13px; background: #8B1A2B; color: #fff;
    border: none; border-radius: 12px; font-size: .92rem; font-weight: 700;
    cursor: pointer; transition: opacity .2s; margin-top: 16px;
}
.wr-submit-btn:hover { opacity: .88; }

@media(max-width:768px){
    .wr-how-grid { grid-template-columns: 1fr; }
    .wr-layout { grid-template-columns: 1fr; }
    .wr-trending-card { display: none; }
    .wr-biz-grid { grid-template-columns: 1fr; }
}
