.topmap-hero { position: relative; min-height: 660px; overflow: hidden; display: grid; align-items: center; background: radial-gradient(circle at 15% 0%,rgba(253,189,23,.16),transparent 30%),radial-gradient(circle at 90% 65%,rgba(73,185,230,.15),transparent 30%),linear-gradient(145deg,#fffdf5 0%,#fff 55%,#fff7f7 100%); }
.topmap-hero::before { content: ''; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(23,33,43,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(23,33,43,.08) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right,#000,transparent 75%); }
.topmap-hero__content { position: relative; z-index: 2; padding-block: 92px; }
.topmap-hero h1 { max-width: 760px; margin: 18px 0; font-size: clamp(50px,7.2vw,92px); line-height: .98; }
.topmap-hero h1 em { color: var(--bt-red); font-style: normal; }
.topmap-hero__content > p { max-width: 650px; color: var(--bt-muted); font-size: 19px; line-height: 1.7; }
.topmap-search { display: flex; align-items: center; width: min(720px,100%); margin-top: 34px; padding: 8px; border: 1px solid var(--bt-line); border-radius: 18px; background: #fff; box-shadow: 0 22px 60px rgba(23,33,43,.12); transition: border var(--bt-transition),box-shadow var(--bt-transition); }
.topmap-search.is-focused { border-color: rgba(239,43,50,.45); box-shadow: 0 22px 60px rgba(239,43,50,.15); }
.topmap-search__icon { padding-left: 14px; color: var(--bt-red); font-size: 27px; }
.topmap-search input[type=search] { flex: 1; height: 54px; margin: 0; padding-inline: 14px; border: 0; box-shadow: none; background: transparent; font-size: 16px; }
.topmap-search input[type=search]:focus { box-shadow: none; }
.topmap-hero__popular { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 20px; color: var(--bt-muted); font-size: 14px; }
.topmap-hero__popular a { color: var(--bt-ink); font-weight: 700; }
.topmap-map-pin { position: absolute; z-index: 1; right: 10%; top: 20%; width: 250px; height: 250px; border-radius: 50% 50% 50% 10%; transform: rotate(-45deg); display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--bt-red),var(--bt-red-deep)); box-shadow: 0 40px 80px rgba(239,43,50,.25); }
.topmap-map-pin::before { content: ''; position: absolute; inset: -36px; border: 2px dashed rgba(239,43,50,.22); border-radius: 50%; }
.topmap-map-pin span { display: grid; place-items: center; width: 105px; height: 105px; border-radius: 50%; transform: rotate(45deg); color: var(--bt-red); background: #fff; font-size: 48px; }
.topmap-category-grid { grid-template-columns: repeat(3,1fr); }
.topmap-category-card { position: relative; display: flex; align-items: center; gap: 16px; padding: 22px; color: var(--bt-ink); overflow: hidden; transition: transform var(--bt-transition),box-shadow var(--bt-transition),border var(--bt-transition); }
.topmap-category-card::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--accent); }
.topmap-category-card:hover { color: var(--bt-ink); transform: translateY(-5px); border-color: color-mix(in srgb,var(--accent) 45%,white); box-shadow: var(--bt-shadow); }
.topmap-category-card__icon { display: grid; flex: 0 0 54px; width: 54px; height: 54px; place-items: center; border-radius: 16px; background: color-mix(in srgb,var(--accent) 12%,white); color: var(--accent); font-size: 25px; }
.topmap-category-card strong,.topmap-category-card small { display: block; }
.topmap-category-card strong { font-size: 17px; }
.topmap-category-card small { margin-top: 5px; color: var(--bt-muted); }
.topmap-category-card__arrow { margin-left: auto; color: var(--accent); font-size: 20px; }
.topmap-accent--red { --accent: var(--bt-red); }.topmap-accent--yellow { --accent: var(--bt-yellow); }.topmap-accent--green { --accent: var(--bt-green); }.topmap-accent--blue { --accent: var(--bt-blue); }
.topmap-featured { background: #fff9f6; }
.topmap-place-grid { grid-template-columns: repeat(3,1fr); }
.topmap-place-card { overflow: hidden; transition: transform var(--bt-transition),box-shadow var(--bt-transition); }
.topmap-place-card:hover { transform: translateY(-6px); box-shadow: var(--bt-shadow); }
.topmap-place-card__media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #f6efe9; }
.topmap-place-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.topmap-place-card:hover img { transform: scale(1.04); }
.topmap-place-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: rgba(239,43,50,.35); font-size: 58px; }
.bt-badge { display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.bt-badge--verified { position: absolute; left: 14px; top: 14px; color: #fff; background: var(--bt-green); box-shadow: 0 8px 18px rgba(52,168,83,.25); }
.bt-badge--pro { margin-left: 6px; padding: 3px 7px; color: #825600; background: #fff0c9; vertical-align: middle; }
.topmap-place-card__category { margin-bottom: 7px; color: var(--bt-blue); font-size: 13px; font-weight: 700; }
.topmap-place-card__body { padding: 20px; }
.topmap-place-card__body h3 { margin: 0 0 10px; font-size: 20px; }
.topmap-place-card__body h3 a { color: var(--bt-ink); }
.topmap-place-card__location,.topmap-place-card__rating { margin: 5px 0; color: var(--bt-muted); font-size: 14px; }
.topmap-place-card__rating span { color: var(--bt-yellow); }
.topmap-empty { grid-column: 1/-1; display: grid; gap: 7px; padding: 34px; border: 1px dashed #d9d2c6; border-radius: var(--bt-radius); color: var(--bt-muted); background: #fff; text-align: center; }
.topmap-empty strong { color: var(--bt-ink); font-size: 18px; }
.topmap-business-cta { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 56px 64px; border-radius: var(--bt-radius-lg); color: #fff; background: linear-gradient(120deg,var(--bt-red-deep),var(--bt-red)); box-shadow: 0 28px 70px rgba(217,31,39,.24); }
.topmap-business-cta::after { content: ''; position: absolute; right: -70px; top: -100px; width: 300px; height: 300px; border: 55px solid rgba(255,255,255,.09); border-radius: 50%; }
.topmap-business-cta > * { position: relative; z-index: 1; }
.topmap-business-cta .bt-kicker { color: var(--bt-yellow); }
.topmap-business-cta h2 { max-width: 680px; margin: 10px 0; color: #fff; font-size: clamp(32px,4vw,50px); }
.topmap-business-cta p { max-width: 650px; margin: 0; color: rgba(255,255,255,.84); }
.topmap-page-content { padding-top: 0; }
