.hls {
    margin: 0;
    min-height: 100vh;
    direction: rtl;
    text-align: right;
    font-family: yekan, "IRANYekan", Tahoma, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    background: #f4f6f9;
    color: #3f4064;
}
.hls a { color: #1a4f8b; text-decoration: none; }
.hls a:hover { text-decoration: underline; }
.hls-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: #fff;
    border-bottom: 1px solid #e6e8ee;
}
.hls-bar__mark { font-weight: 700; color: #111; }
.hls-main { max-width: 1080px; margin: 0 auto; padding: 20px 16px 48px; }
.hls-crumbs { font-size: 13px; color: #6b6e85; margin-bottom: 12px; }
.hls-crumbs__sep { margin: 0 6px; color: #b0b3c4; }
.hls-hero {
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 16px;
    padding: 20px 18px 22px;
    margin-bottom: 22px;
    box-shadow: 0 10px 28px rgba(26, 79, 139, 0.08);
}
.hls h1 { font-size: 26px; margin: 0 0 14px; color: #1d1e36; font-weight: 800; line-height: 1.45; }
.hls h2 { font-size: 16px; margin: 0 0 10px; color: #1d1e36; }
.hls-copy { margin: 0 0 18px; }
.hls-copy p { margin: 0 0 10px; font-size: 15px; }
.hls-copy p:last-child { margin-bottom: 0; }
.hls-drive {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hls-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 22px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
    box-sizing: border-box;
    flex: 1 1 220px;
}
.hls-btn--shop {
    background: #1a4f8b;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(26, 79, 139, 0.28);
}
.hls-btn--near {
    background: #c8f06a;
    color: #102016 !important;
    box-shadow: 0 8px 18px rgba(80, 120, 20, 0.22);
}
.hls-btn--plan {
    background: #fff;
    color: #1a4f8b !important;
    border: 2px solid #1a4f8b;
}
.hls-btn:hover { filter: brightness(1.05); }
.hls-meta { font-size: 13px; color: #5a5d74; margin: 0 0 10px; }
.hls-plan-link { margin: 0 0 18px; font-size: 15px; }
.hls-more {
    display: block;
    width: 100%;
    margin-top: 14px;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: #1a4f8b;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}
.hls-more:disabled { opacity: 0.7; cursor: wait; }
.hls-block { background: #fff; border: 1px solid #e6e8ee; border-radius: 12px; padding: 16px; margin-bottom: 16px; }
.hls-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hls-chips a {
    display: inline-block;
    padding: 6px 12px;
    background: #eef3f9;
    border-radius: 999px;
    color: #1a4f8b;
}
.hls-chips a[aria-current="page"] { background: #1a4f8b; color: #fff; }
.hls-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
}
.hls-card {
    display: block;
    background: #f8f9fc;
    border-radius: 10px;
    overflow: hidden;
    color: #1d1e36;
}
.hls-card img { width: 100%; height: auto; display: block; aspect-ratio: 1; object-fit: contain; background: #fff; }
.hls-card span { display: block; padding: 8px 10px 12px; font-size: 13px; }
@media (max-width: 600px) {
    .hls h1 { font-size: 20px; }
    .hls-btn { min-height: 56px; font-size: 15px; }
}
