/* ==========================================================================
   Pune Junction Stylesheet v1.0.1
   ========================================================================== */

:root {
    --primary-orange: #FF5722;
    --primary-orange-light: #FF8533;
    --vibrant-pink: #E91E63;
    --purple-violet: #8B5CF6;
    --royal-blue: #2563EB;
    --emerald-green: #059669;
    --bg-light: #F8FAFC;
    --text-dark: #0F172A;
    --border-color: #CBD5E1;
    --shadow-pop: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    --footer-bg: #0F172A;
    --footer-text: #94A3B8;
    --footer-heading: #FFFFFF;
    --footer-border: #1E293B;
}

* { 
    box-sizing: border-box; 
    margin: 0; 
    padding: 0; 
}

html { 
    scroll-behavior: smooth; 
}

body { 
    font-family: 'Poppins', sans-serif; 
    background-color: var(--bg-light); 
    color: var(--text-dark); 
    line-height: 1.6; 
    overflow-x: hidden; 
    width: 100%; 
}

img { 
    max-width: 100%; 
}

button, input, select { 
    font: inherit; 
}

/* --- Ticker Track --- */
.top-ticker-wrapper {
    background: linear-gradient(90deg, #FF5722, #E91E63, #8B5CF6);
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    padding: 9px 0;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ticker-track {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: marqueeScroll 25s linear infinite;
}

.top-ticker-wrapper:hover .ticker-track {
    animation-play-state: paused;
}

@keyframes marqueeScroll {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

/* --- Header Layout --- */
header { 
    background: #FFF; 
    padding: 12px 4%; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    gap: 20px;
    border-bottom: 3px solid #E2E8F0; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
}

.brand-container {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.25s ease;
}

.brand-container:hover {
    transform: translateY(-2px);
}

.logo-img-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #CBD5E1;
    background: #FFFFFF;
}

.logo-img-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
}

.brand-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #0F172A 0%, #2563EB 50%, #E91E63 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShimmer 4s ease infinite alternate;
}

.brand-text span {
    background: linear-gradient(90deg, #FF5722, #E91E63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes textShimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.header-ads-container {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    max-width: 680px;
}

.header-ad-box {
    flex: 1;
    max-width: 320px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px dashed #CBD5E1;
    background: #F8FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-ad-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.header-ad-empty {
    font-size: 0.75rem;
    font-weight: 700;
    color: #94A3B8;
    text-align: center;
}

/* --- Hero Section --- */
.hero {
    position: relative;
    overflow: hidden;
    color: #FFF;
    padding: 64px 5% 70px;
    border-bottom: 5px solid #F59E0B;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.16) 0 2px, transparent 3px),
        radial-gradient(circle at 88% 20%, rgba(255,255,255,.12) 0 2px, transparent 3px),
        linear-gradient(120deg, #0F172A 0%, #172554 48%, #4C1D95 100%);
    isolation: isolate;
}

.hero::before {
    content: "";
    position: absolute;
    inset: auto -5% -55px -5%;
    height: 150px;
    background: linear-gradient(180deg, transparent, rgba(15,23,42,.55));
    z-index: -1;
}

.hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -150px;
    top: -180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,87,34,.34), rgba(255,87,34,0) 68%);
    z-index: -1;
}

.hero-pune {
    background: linear-gradient(135deg, #1E1B4B 0%, #2563EB 50%, #7E22CE 100%);
    color: #FFFFFF;
    padding: clamp(35px, 5vw, 55px) 5%;
    border-bottom: 5px solid #F59E0B;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hero-pune::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(233, 30, 99, 0.25), transparent 60%),
                radial-gradient(circle at 80% 80%, rgba(37, 99, 235, 0.3), transparent 60%);
    pointer-events: none;
}

.hero-pune-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.85fr;
    gap: clamp(24px, 4vw, 40px);
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-main {
    text-align: left;
    width: 100%;
    min-width: 0;
}

.hero-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #FDE047;
    margin-bottom: 15px;
    max-width: 100%;
}

.hero-main h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.85rem, 4vw, 2.9rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 15px;
    color: #FFFFFF;
    text-shadow: 0 4px 12px rgba(0,0,0,0.25);
    word-break: break-word;
}

.hero-main h1 span {
    background: linear-gradient(90deg, #FDE047, #FB923C, #F43F5E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-tagline {
    font-size: clamp(0.92rem, 1.8vw, 1.1rem);
    line-height: 1.6;
    color: #E2E8F0;
    max-width: 620px;
    margin-bottom: 22px;
    font-weight: 500;
}

.hero-search-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 5px 6px 5px 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    max-width: 600px;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.hero-search-box i {
    color: #64748B;
    font-size: 1.1rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.hero-search-box input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0F172A;
    background: transparent;
    padding: 6px 0;
}

.hero-search-box button {
    background: linear-gradient(135deg, #FF5722, #E91E63);
    color: #FFFFFF;
    border: none;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 800;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
    flex-shrink: 0;
    white-space: nowrap;
}

.hero-search-box button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(233, 30, 99, 0.45);
}

.hero-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hero-pills a {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.hero-pills a:hover {
    background: #FFFFFF;
    color: #0F172A;
    border-color: #FFFFFF;
    transform: translateY(-2px);
}

.hero-panel {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: clamp(18px, 3vw, 28px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    width: 100%;
    min-width: 0;
}

.hero-panel-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.5px;
}

.hero-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.hero-panel-grid a {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 14px 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-panel-grid a:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.hero-panel-grid a i {
    font-size: 1.5rem;
    color: #FDE047;
    margin-bottom: 6px;
}

.hero-panel-grid a b {
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.hero-panel-grid a small {
    display: block;
    font-size: 0.72rem;
    color: #CBD5E1;
    font-weight: 500;
}

.hero-puneri {
    margin-top: 16px;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 600;
    color: #E2E8F0;
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-puneri strong {
    color: #FB923C;
    font-size: 0.98rem;
}

/* --- Container & Form Filters --- */
.main-container { 
    max-width: 1400px; 
    margin: 40px auto; 
    padding: 0 4%; 
    width: 100%;
}

.filter-card, .search-card { 
    background: #FFF; 
    padding: clamp(16px, 3vw, 25px); 
    border-radius: 16px; 
    box-shadow: var(--shadow-pop); 
    margin: 30px 0 25px 0; 
    border: 2px solid #E2E8F0; 
}

.filter-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
    gap: 15px; 
}

.form-group label { 
    display: block; 
    font-size: 0.82rem; 
    font-weight: 800; 
    margin-bottom: 6px; 
    color: #475569; 
}

.form-control { 
    width: 100%; 
    padding: 10px 12px; 
    border: 2px solid #CBD5E1; 
    border-radius: 10px; 
    font-size: 0.88rem; 
    color: #0F172A; 
    background: #FFF; 
    font-weight: 600; 
    outline: none; 
}

.quick-categories { 
    display: flex; 
    gap: 12px; 
    overflow-x: auto; 
    padding: 20px 5%; 
    background: #FFF; 
    white-space: nowrap; 
    border-bottom: 2px solid #E2E8F0; 
}

.cat-chip { 
    background: #EEF2F6; 
    border: 2px solid #CBD5E1; 
    color: #1E293B; 
    padding: 10px 18px; 
    border-radius: 30px; 
    font-size: 0.9rem; 
    font-weight: 700; 
    cursor: pointer; 
    transition: all 0.2s; 
}

.cat-chip:hover, .cat-chip.active { 
    background: var(--vibrant-pink); 
    color: #FFF; 
    border-color: var(--vibrant-pink); 
}

/* --- Grids & Listing Cards --- */
.listings-grid, .must-try-grid { 
    display: grid; 
    grid-template-columns: repeat(5, minmax(0, 1fr)); 
    gap: 18px; 
    margin-bottom: 40px; 
    width: 100%;
}

.listing-card, .must-try-card { 
    background: #FFF; 
    border-radius: 14px; 
    overflow: hidden; 
    border: 2px solid #E2E8F0; 
    box-shadow: var(--shadow-pop); 
    display: flex; 
    flex-direction: column; 
    position: relative; 
    width: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.listing-card:hover, .must-try-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.08);
}

.listing-img-box {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 630;
    display: block;
    overflow: hidden;
    background: transparent;
    line-height: 0;
}

.listing-img-box img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1200 / 630;
    display: block;
    object-fit: fill;
    border: 0;
}

.badge-tag {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-width: max-content !important;
    display: inline-block !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #FFFFFF !important;
    z-index: 5 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
    line-height: 1.2 !important;
    pointer-events: none !important;
}

.badge-Featured { background: #FF5722 !important; }
.badge-Sponsored { background: #9333EA !important; }
.badge-Premium { background: #D97706 !important; }
.badge-Standard { background: #64748B !important; }

.fav-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 6;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #64748B;
    font-size: 0.95rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.fav-btn:hover {
    transform: scale(1.15);
    background: #FFFFFF;
    color: #E11D48;
}

.fav-btn.favorited {
    background: #FFE4E6;
    color: #E11D48;
    border-color: #FECDD3;
}

.fav-btn.favorited i {
    font-weight: 900;
    animation: heartPop 0.3s ease;
}

@keyframes heartPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.35); }
    100% { transform: scale(1); }
}

.listing-content, .must-try-content { 
    padding: 14px; 
    display: flex; 
    flex-direction: column; 
    flex: 1; 
}

/* --- Must Try Highlights --- */
.must-try-header-wrap {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    padding: 10px 0;
}

.must-try-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #FFEDD5, #FEE2E2);
    border: 2px solid #FDBA74;
    color: #EA580C;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.15);
    animation: bounceSoft 2.5s infinite ease-in-out;
}

.must-try-main-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.must-try-grad-text {
    background: linear-gradient(90deg, #FF0844 0%, #FFB199 25%, #7928CA 50%, #FF0080 75%, #FF0844 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shineGradient 4s linear infinite;
    display: inline-block;
}

.must-try-tagline {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 600;
    color: #475569;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

.must-try-tagline span {
    background: linear-gradient(120deg, rgba(254, 215, 170, 0.6) 0%, rgba(253, 164, 175, 0.6) 100%);
    padding: 2px 6px;
    border-radius: 6px;
    color: #0F172A;
    font-weight: 700;
}

.sparkle-icon {
    display: inline-block;
    animation: rotateSparkle 3s infinite linear;
    color: #F59E0B;
}

@keyframes shineGradient {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

@keyframes bounceSoft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes rotateSparkle {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.15); }
    100% { transform: rotate(360deg) scale(1); }
}

/* --- Floating Saved Spots & Drawer --- */
#favoritesFloatingBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(135deg, #E11D48, #FF0080);
    color: #FFF;
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(225, 29, 72, 0.4);
    z-index: 998;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#favoritesFloatingBtn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 30px rgba(225, 29, 72, 0.5);
}

.fav-count-badge {
    background: #FFF;
    color: #E11D48;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 0.78rem;
    font-weight: 900;
}

#favoritesDrawerOverlay {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1000;
}

#favoritesDrawer {
    position: fixed;
    top: 0; right: -420px;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #FFFFFF;
    z-index: 1001;
    box-shadow: -10px 0 35px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

#favoritesDrawer.open {
    right: 0;
}

.fav-drawer-header {
    padding: 20px;
    background: #0F172A;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #E11D48;
}

.fav-drawer-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fav-drawer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #F8FAFC;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    transition: transform 0.2s ease;
}

.fav-drawer-item:hover {
    transform: translateX(4px);
    border-color: #CBD5E1;
}

.fav-drawer-item img {
    width: 65px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
}

.fav-drawer-footer {
    padding: 15px 20px;
    background: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* --- Modals & Comparison Bar --- */
.modal { 
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.6); 
    justify-content: center; 
    align-items: center; 
}

.modal-content { 
    background: #FFF; 
    padding: 30px; 
    border-radius: 16px; 
    max-width: 500px; 
    width: 90%; 
    position: relative; 
}

.close-modal { 
    position: absolute; 
    top: 15px; 
    right: 20px; 
    font-size: 1.5rem; 
    cursor: pointer; 
    color: #DC2626; 
    font-weight: 800; 
}

/* --- Rich Content Block --- */
.rich-description-content ul,
.rich-description-content ol {
    margin-left: 25px;
    margin-bottom: 15px;
}

.rich-description-content p {
    margin-bottom: 12px;
}

.rich-description-content a {
    color: #2563EB;
    font-weight: 700;
}

/* --- Footer Layout --- */
.pj-site-footer {
    background: var(--footer-bg);
    color: var(--footer-text);
    padding: 70px 5% 25px 5%;
    margin-top: 80px;
    border-top: 5px solid var(--primary-orange);
    font-family: inherit;
    position: relative;
    overflow: hidden;
}

.pj-site-footer::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.pj-footer-container {
    max-width: 1400px;
    margin: 0 auto 40px auto;
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr 1.2fr;
    gap: 35px;
    position: relative;
    z-index: 1;
}

.pj-footer-logo {
    color: var(--footer-heading);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.pj-footer-logo span {
    color: var(--primary-orange);
    transition: color 0.3s ease;
}

.pj-footer-desc {
    color: var(--footer-text);
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.pj-footer-socials {
    display: flex;
    gap: 10px;
}

.pj-social-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #1E293B;
    color: var(--footer-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid transparent;
}

.pj-social-btn:hover {
    color: #FFF;
    background: var(--primary-orange);
    transform: translateY(-4px) rotate(6deg) scale(1.1);
    box-shadow: 0 8px 16px rgba(255, 107, 0, 0.25);
}

.pj-footer-col h4 {
    color: var(--footer-heading);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.pj-footer-col h4::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 16px;
    height: 3px;
    background: var(--primary-orange);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.pj-footer-col:hover h4::after {
    width: 32px;
}

.pj-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pj-footer-links li {
    margin-bottom: 12px;
}

.pj-footer-links a {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 0.9rem;
    display: grid;
    grid-template-columns: 14px 1fr;
    align-items: start;
    gap: 6px;
    transition: color 0.25s ease, transform 0.25s ease;
    position: relative;
    line-height: 1.4;
}

.pj-footer-links a::before {
    content: '›';
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-orange);
    opacity: 0.85;
    line-height: 1;
    margin-top: 1px;
    transition: transform 0.25s ease, color 0.25s ease;
}

.pj-footer-links a:hover {
    color: #FFF;
    transform: translateX(3px);
}

.pj-footer-links a:hover::before {
    color: var(--primary-orange-light);
    transform: scale(1.2);
}

.pj-contact-item {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 10px;
    color: var(--footer-text);
    font-size: 0.9rem;
    margin-bottom: 14px;
    line-height: 1.4;
    transition: transform 0.2s ease;
}

.pj-contact-item:hover {
    transform: translateX(3px);
}

.pj-contact-item i {
    color: var(--primary-orange);
    font-size: 0.95rem;
    margin-top: 3px;
}

.pj-contact-item a {
    color: var(--footer-text);
    text-decoration: none;
    transition: color 0.2s ease;
    word-break: break-word;
}

.pj-contact-item a:hover {
    color: #FFF;
}

.pj-footer-seo {
    max-width: 1400px;
    margin: 0 auto 30px auto;
    padding: 24px;
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid var(--footer-border);
    border-radius: 12px;
    font-size: 0.86rem;
    line-height: 1.7;
    color: #94A3B8;
    position: relative;
    z-index: 1;
}

.pj-footer-seo h5 {
    color: var(--footer-heading);
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.pj-footer-seo p {
    margin: 0;
}

.pj-footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    border-top: 1px solid var(--footer-border);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.88rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.pj-footer-bottom-links {
    display: flex;
    gap: 20px;
}

.pj-footer-bottom-links a {
    color: var(--footer-text);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pj-footer-bottom-links a:hover {
    color: var(--primary-orange);
}

/* --- Media Queries --- */
@media (max-width: 1200px) {
    .listings-grid, .must-try-grid { 
        grid-template-columns: repeat(4, 1fr); 
    }
}

@media (max-width: 992px) {
    .hero-pune-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 24px;
    }
    .hero-main {
        text-align: center;
    }
    .hero-tagline, .hero-search-box {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-pills {
        justify-content: center;
    }
    .hero-panel {
        max-width: 580px;
        margin: 0 auto;
    }
    .listings-grid, .must-try-grid { 
        grid-template-columns: repeat(3, 1fr); 
    }
    .pj-footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
    .pj-footer-brand {
        grid-column: span 2;
    }
}

@media (max-width: 850px) {
    .hero { 
        padding: 45px 20px 52px; 
    }
    .hero-inner { 
        grid-template-columns: 1fr; 
        gap: 25px; 
    }
    .hero-local-panel { 
        min-height: auto; 
    }
}

@media (max-width: 768px) { 
    header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 15px;
        gap: 15px;
    }
    .brand-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
    .header-ads-container {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }
    .header-ad-box {
        width: 100%;
        max-width: 320px;
    }
    .listings-grid, .must-try-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    #favoritesFloatingBtn {
        bottom: 15px;
        right: 15px;
        padding: 10px 16px;
        font-size: 0.82rem;
    }
}

@media (max-width: 640px) {
    .pj-site-footer {
        padding: 50px 5% 25px 5%;
    }
    .pj-footer-container {
        grid-template-columns: 1fr 1fr;
        column-gap: 24px;
        row-gap: 36px;
        margin-bottom: 35px;
    }
    .pj-footer-brand {
        grid-column: span 2;
        margin-bottom: 5px;
    }
    .pj-footer-col {
        min-width: 0;
    }
    .pj-footer-col h4 {
        font-size: 0.98rem;
        margin-bottom: 16px;
    }
    .pj-footer-links li {
        margin-bottom: 11px;
    }
    .pj-footer-links a,
    .pj-contact-item {
        font-size: 0.86rem;
    }
    .pj-footer-seo {
        padding: 18px;
    }
    .pj-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .pj-footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 600px) {
    .hero-pune {
        padding: 30px 4% 35px 4%;
    }
    .hero-search-box {
        flex-direction: column;
        border-radius: 16px;
        padding: 10px 14px;
        gap: 10px;
    }
    .hero-search-box input {
        width: 100%;
        text-align: center;
    }
    .hero-search-box button {
        width: 100%;
        border-radius: 10px;
        padding: 12px;
    }
    .hero-pills {
        gap: 6px;
    }
    .hero-pills a {
        font-size: 0.78rem;
        padding: 6px 12px;
    }
    .listings-grid, .must-try-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .listing-card, .must-try-card {
        width: 100%;
    }
    .listing-img-box {
        width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        aspect-ratio: 1200 / 630 !important;
    }
    .listing-img-box img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1200 / 630 !important;
        object-fit: fill !important;
    }
}

@media (max-width: 520px) {
    .hero h1 { 
        font-size: 2.25rem; 
    }
    .hero-search { 
        flex-direction: column; 
        padding: 7px; 
    }
    .hero-search button { 
        width: 100%; 
    }
    .hero-local-grid { 
        grid-template-columns: 1fr 1fr; 
    }
}

@media (prefers-reduced-motion: reduce) {
    html { 
        scroll-behavior: auto; 
    }
    .ticker-track, .brand-text { 
        animation: none; 
    }
    .hero-search button, .hero-link { 
        transition: none !important; 
    }
}