.mall-page {}
.mall-hero{margin-top: 24px;position: relative;overflow: hidden;min-height: 480px;display: flex;align-items: flex-end;padding: 60px}
.mall-hero-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1}
.mall-hero-bg picture, .mall-hero-bg img {width: 100%;height: 100%;object-fit: cover}
.mall-hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%)}
.mall-hero-content {position: relative;z-index: 2;color: white;max-width: 800px}
.mall-title {font-size: 56px;font-weight: 800;margin-bottom: 24px;line-height: 1.1;letter-spacing: -0.02em}
.mall-desc{font-size: 18px;line-height: 1.6;margin-bottom: 40px;opacity: 0.9;max-width: 600px}
.mall-stats {display: flex;flex-wrap: wrap;gap: 16px}
.stat-pill {background: rgba(255,255,255,0.15);backdrop-filter: blur(8px);border: 1px solid rgba(255,255,255,0.2);padding: 12px 20px;border-radius: 100px;display: flex;align-items: center;gap: 8px;font-weight: 500;font-size: 15px}
.stat-pill iconify-icon {font-size: 20px}
.mall-bento-grid {display: grid;grid-template-columns: repeat(4, 1fr);grid-template-rows: repeat(2, 300px);gap: 20px}
.mall-bento-card {position: relative;border-radius: 24px;overflow: hidden;background: white;box-shadow: 0 4px 20px rgba(0,0,0,0.04);display: flex;flex-direction: column;justify-content: flex-end;padding: 32px}
.mall-bento-card.large {grid-column: span 2;grid-row: span 2}
.mall-bento-card.medium {grid-column: span 2}
.mall-bento-card.small {grid-column: span 1;background: #fdf5f2;padding: 24px;justify-content: space-between}
.mall-bento-card .bento-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;transition: transform 0.5s ease}
.mall-bento-card:hover .bento-bg {transform: scale(1.05)}
.mall-bento-card .bento-bg.right-aligned{width: 60%; left: auto; right: 0; mask-image: linear-gradient(to right, transparent, black 20%); -webkit-mask-image: linear-gradient(to right, transparent, black 20%)}
.mall-bento-card .bento-bg.bottom-aligned{height: 60%; top: auto; bottom: 0; mask-image: linear-gradient(to bottom, transparent, black 40%); -webkit-mask-image: linear-gradient(to bottom, transparent, black 40%)}
.mall-bento-content{position: relative; z-index: 2}
.mall-bento-card.large .mall-bento-content, .mall-bento-card.medium .mall-bento-content:not(.text-only){background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); padding: 24px; border-radius: 16px; max-width: 80%}
.mall-bento-content h3{font-size: 24px; margin-bottom: 8px; color: var(--text-black)}
.mall-bento-content p{color: #666; margin-bottom: 16px; line-height: 1.5; font-size: 15px}
.bento-icon-bg{width: 48px; height: 48px; background: white; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--primary-color); box-shadow: 0 4px 12px rgba(242, 98, 28, 0.1)}
.btn-bento{display: inline-flex; padding: 10px 20px; background: var(--text-black); color: white; border-radius: 8px; font-weight: 500; font-size: 14px; text-decoration: none; transition: background 0.2s}
.btn-bento:hover{background: var(--primary-color)}
.btn-ghost{display: inline-flex; padding: 10px 0; color: var(--text-black); font-weight: 600; font-size: 14px; text-decoration: none; align-items: center; gap: 4px}
.btn-ghost::after{content: '>'; font-size: 16px; transition: transform 0.2s}
.btn-ghost:hover::after{transform: translateX(4px)}
.btn-ghost:hover{color: var(--primary-color)}
.scheme-tabs{display: flex; gap: 12px; margin-bottom: 24px; overflow-x: auto; padding-bottom: 4px}
.scheme-tab{padding: 12px 24px; border-radius: 100px; background: white; border: 1px solid #eaeaea; cursor: pointer; font-weight: 500; font-size: 15px; color: #666; white-space: nowrap; transition: all 0.2s}
.scheme-tab:hover{border-color: #ccc}
.scheme-tab.active{background: var(--text-black); color: white; border-color: var(--text-black)}
.scheme-map-wrapper{position: relative; border-radius: 24px; overflow: hidden; background: #eaeaea; border: 1px solid #ddd}
.scheme-overlay-tooltip{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 16px 24px; border-radius: 12px; font-weight: 600; display: flex; align-items: center; gap: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1)}
.scheme-overlay-tooltip iconify-icon{font-size: 24px; color: var(--primary-color)}
.location-grid{display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: white; border-radius: 24px; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.03)}
.location-info h2{font-size: 32px; margin-bottom: 32px}
.contact-block{display: flex; gap: 16px; margin-bottom: 24px}
.contact-icon{width: 48px; height: 48px; background: #fcfcfc; border: 1px solid #eee; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--primary-color); flex-shrink: 0}
.contact-text strong{display: block; font-size: 16px; margin-bottom: 4px; color: var(--text-black)}
.contact-text p{color: #666; line-height: 1.5}
.transport-badges{display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px}
.transport-badges span{font-size: 12px; padding: 4px 10px; border-radius: 6px; font-weight: 500}
.badge-bus { background: #e8f4fc; color: #0d82d4}
.badge-trolley { background: #fce8e8; color: #d40d0d}
.badge-mini { background: #e8fce8; color: #0dd428}
.location-map{border-radius: 16px; overflow: hidden; position: relative; min-height: 400px}
.map-placeholder{width: 100%; height: 100%; object-fit: cover}
.map-pin{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap: 4px}
.pin-marker{font-size: 40px; color: var(--primary-color); filter: drop-shadow(0 4px 8px rgba(242, 98, 28, 0.4))}
.pin-label{background: white; padding: 6px 12px; border-radius: 8px; font-weight: 600; font-size: 14px; box-shadow: 0 4px 12px rgba(0,0,0,0.1)}
@media (min-width: 1280px){
	.mall-hero{border-radius: 24px}
}
@media (max-width: 992px){
	.mall-hero{padding: 40px; min-height: 400px}
    .mall-title{font-size: 40px}
    .mall-bento-grid{grid-template-columns: repeat(2, 1fr); grid-template-rows: auto}
    .mall-bento-card.large, .mall-bento-card.medium, .mall-bento-card.small{grid-column: span 2; min-height: 250px}
    .mall-bento-card.large .mall-bento-content,     .mall-bento-card.medium .mall-bento-content:not(.text-only){max-width: 100%}
    .location-grid{grid-template-columns: 1fr; gap: 32px}
}
@media (max-width: 576px){
	.mall-hero{padding: 30px 20px; min-height: 350px}
    .mall-title{font-size: 32px}
    .mall-desc{font-size: 16px}
    .mall-bento-card{padding: 24px}
}