.header-left h1 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 4px;
}

.header-subtitle {
    color: var(--text-grey);
}

.location-icon-down {
    font-size: 10px;
}

.header-right {
    display: flex;
    gap: 8px;
}

.header-cart-wrapper {
    position: relative;
}

.header-cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4757;
    color: white;
    font-size: 10px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-section-container {
    padding: 12px 16px 16px;
}

.seo-hidden-h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cat-card-v2 {
    text-decoration: none;
}

.cat-card-mini {
    text-decoration: none;
}

.quick-service-section-padding {
    padding: 0 16px 20px;
}

.seo-keywords-container {
    padding: 24px 16px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.seo-text-container {
    max-width: 800px;
    margin: 0 auto;
    color: #666;
    font-size: 14px;
}

.seo-section-center {
    text-align: center;
    margin-bottom: 24px;
}

.seo-section-title {
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    margin-top: 0;
}

.seo-content-justify {
    line-height: 1.8;
    text-align: justify;
}

.seo-subsection-title {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 12px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 5px;
}

.seo-content-p {
    margin-bottom: 20px;
}

.seo-link-grey {
    color: #666;
    text-decoration: none;
}

.seo-content-summary-p {
    margin-bottom: 15px;
}

.seo-internal-links-section {
    background: #f9f9f9;
    padding: 40px 16px;
    border-top: 1px solid #eee;
}

.seo-links-container {
    max-width: 1000px;
    margin: 0 auto;
}

.seo-link-group-wrapper {
    margin-bottom: 30px;
}

.seo-link-group-title {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
}

.seo-link-group-title.blue {
    color: #0288d1;
    border-left: 4px solid #0288d1;
}

.seo-link-group-title.orange {
    color: #ff9800;
    border-left: 4px solid #ff9800;
}

.seo-link-group-title.green {
    color: #4caf50;
    border-left: 4px solid #4caf50;
}

.seo-link-group-title.dark {
    color: #333;
    border-left: 4px solid #333;
}

.seo-link-clean {
    text-decoration: none;
    color: inherit;
}

.seo-grid-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.seo-pill-link {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    background: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #eee;
}

.seo-areas-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* New Category Layout (Modern Grid) */
.category-new-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 10px 16px;
    max-width: 600px;
    margin: 0 auto;
}

.cat-rect {
    display: block;
    position: relative;
    height: 120px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.cat-rect:hover {
    transform: translateY(-3px);
}

.cat-rect .cat-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.cat-content {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 2;
}

.cat-content h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
}

.cat-content p {
    font-size: 13px;
    color: #4b5563;
    margin: 4px 0 0;
}

/* Square Row */
.cat-square-row {
    display: flex;
    gap: 16px;
}

.cat-square {
    flex: 1;
    aspect-ratio: 1 / 1;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.cat-square:hover {
    transform: translateY(-3px);
}

.cat-square .cat-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-content-square {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    padding: 8px;
    border-radius: 12px;
}

.cat-content-square h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.cat-content-square p {
    font-size: 10px;
    color: #4b5563;
    margin: 2px 0 0;
}

/* Others Mini Grid */
.cat-others-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 8px;
}

.cat-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.cat-mini img {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.cat-mini span {
    font-size: 11px;
    font-weight: 600;
    color: #4b5563;
}

@media (max-width: 480px) {
    .cat-rect { height: 100px; }
    .cat-content h3 { font-size: 18px; }
    .cat-square-row { gap: 10px; }
    .cat-others-grid { gap: 8px; }
}
