.elementor-125 .elementor-element.elementor-element-9e23e40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800&display=swap'); 
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css'); 

:root {
    /* Book Cover Inspired Colors */
    --accent-blue: #2563EB;
    --accent-orange: #F97316;
    --accent-gold: #F59E0B;
    
    /* Minimalist Palette */
    --white: #FFFFFF;
    --gray-50: #FAFAFA;
    --gray-100: #F7F8FA;
    --gray-200: #E5E7EB;
    --gray-300: #D1D5DB;
    --gray-400: #9CA3AF;
    --gray-500: #6B7280;
    --gray-600: #4B5563;
    --gray-700: #374151;
    --gray-800: #1F2937;
    --gray-900: #111827;
    
    /* Gradients */
    --gradient-blue: linear-gradient(135deg, var(--accent-blue) 0%, #1D4ED8 100%);
    --gradient-orange: linear-gradient(135deg, var(--accent-orange) 0%, #EA580C 100%);
    
    /* Shadows */
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    
    --border-radius: 12px;
    --border-radius-lg: 16px;
    --border-radius-xl: 20px;
}

.bcn-locals-guide-page *, .bcn-locals-guide-page *::before, .bcn-locals-guide-page *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bcn-locals-guide-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    color: var(--gray-700);
    font-size: 16px;
    background: var(--gray-100);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.bcn-locals-guide-page.lightbox-active {
    overflow: hidden;
}

/* Enhanced Typography for Better Readability */
.bcn-locals-guide-page .font-display { font-family: 'Playfair Display', serif; }
.bcn-locals-guide-page .font-body { font-family: 'Inter', sans-serif; }

.bcn-locals-guide-page h1, .bcn-locals-guide-page h2, .bcn-locals-guide-page h3, .bcn-locals-guide-page h4, .bcn-locals-guide-page h5, .bcn-locals-guide-page h6 { 
    color: var(--gray-900); 
    line-height: 1.3; 
    font-weight: 700; 
    letter-spacing: -0.025em;
    margin-bottom: 0.75em;
}

.bcn-locals-guide-page .text-hero { 
    font-size: clamp(2.75rem, 8vw, 4.5rem); 
    font-weight: 800; 
    line-height: 1.1;
    background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 50%, #c026d3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

.bcn-locals-guide-page .text-display { 
    font-size: clamp(2.25rem, 6vw, 3.5rem); 
    font-weight: 700; 
    line-height: 1.2;
}

.bcn-locals-guide-page .text-h1 { 
    font-size: clamp(2rem, 5vw, 2.75rem); 
    font-weight: 700; 
    line-height: 1.25;
}

.bcn-locals-guide-page .text-h2 { 
    font-size: clamp(1.75rem, 4vw, 2.25rem); 
    font-weight: 600; 
    line-height: 1.3;
}

.bcn-locals-guide-page .text-h3 { 
    font-size: clamp(1.375rem, 3vw, 1.625rem); 
    font-weight: 600; 
    line-height: 1.35;
}

.bcn-locals-guide-page .text-large { 
    font-size: clamp(1.125rem, 2.5vw, 1.375rem); 
    line-height: 1.75; 
    color: var(--gray-600);
    font-weight: 400;
}

.bcn-locals-guide-page .text-body {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--gray-600);
}

/* Enhanced Layout System */
.bcn-locals-guide-page .container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 24px; 
}

.bcn-locals-guide-page .section-wrapper { 
    padding: clamp(60px, 8vw, 100px) 0; 
}

.bcn-locals-guide-page .section-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--border-radius-xl);
    padding: clamp(48px, 8vw, 80px);
    box-shadow: var(--shadow-md);
    margin-bottom: 32px;
}

.bcn-locals-guide-page .section-header { 
    text-align: center; 
    margin-bottom: clamp(48px, 8vw, 80px); 
    max-width: 800px; 
    margin-left: auto; 
    margin-right: auto; 
}

.bcn-locals-guide-page .eyebrow-text { 
    background: linear-gradient(90deg, #F59E0B 0%, #F97316 15%, #DC2626 35%, #7C3AED 65%, #2563EB 85%, #1D4ED8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600; 
    margin-bottom: 20px; 
    display: block; 
    letter-spacing: 1.5px; 
    text-transform: uppercase; 
    font-size: 0.875rem;
}

/* Enhanced Button System */
.bcn-locals-guide-page .btn { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px; 
    border-radius: var(--border-radius); 
    text-decoration: none; 
    font-weight: 600; 
    text-align: center; 
    border: 2px solid transparent; 
    cursor: pointer; 
    font-size: 0.9375rem; 
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    line-height: 1.2;
}

.bcn-locals-guide-page .btn-primary { 
    background: var(--gradient-blue);
    color: var(--white); 
    box-shadow: var(--shadow-sm);
}

.bcn-locals-guide-page .btn-primary:hover { 
    transform: translateY(-1px); 
    box-shadow: var(--shadow-md);
}

.bcn-locals-guide-page .btn-large { 
    padding: 18px 36px; 
    font-size: 1.0625rem; 
    font-weight: 700;
}

.bcn-locals-guide-page .btn-secondary { 
    background: var(--white);
    color: var(--accent-blue); 
    border: 2px solid var(--accent-blue);
}

.bcn-locals-guide-page .btn-secondary:hover { 
    background: var(--accent-blue);
    color: var(--white);
    transform: translateY(-1px);
}

.bcn-locals-guide-page .btn-outline {
    background: transparent;
    border: 2px solid var(--gray-300);
    color: var(--gray-700);
}

.bcn-locals-guide-page .btn-outline:hover {
    border-color: var(--accent-blue);
    color: var(--accent-blue);
    transform: translateY(-1px);
}

/* Enhanced Hero Section */
.bcn-locals-guide-page .hero-new { 
    background: var(--gray-50);
    padding: 160px 0 80px 0; 
    position: relative;
}

.bcn-locals-guide-page .hero-card {
    background: var(--white);
    border-radius: var(--border-radius-xl);
    padding: clamp(48px, 8vw, 80px);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-200);
}

.bcn-locals-guide-page .hero-new-layout { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    align-items: center; 
    gap: clamp(32px, 6vw, 64px);
}

.bcn-locals-guide-page .hero-new-content h1 { 
    margin-bottom: 28px; 
}

.bcn-locals-guide-page .hero-new-content p { 
    max-width: 580px; 
    margin-bottom: 40px; 
}

.bcn-locals-guide-page .hero-cta-group { 
    display: flex; 
    align-items: center; 
    gap: 20px; 
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.bcn-locals-guide-page .hero-reviews { 
    color: var(--gray-600); 
    font-weight: 500; 
}

.bcn-locals-guide-page .hero-reviews .stars { 
    color: var(--accent-gold); 
    font-size: 1.125rem; 
    margin-bottom: 6px; 
    display: block;
}

.bcn-locals-guide-page .hero-reviews span { 
    font-size: 0.9375rem; 
}

/* NEW: Live Counter */
.bcn-locals-guide-page .live-counter {
    background: var(--accent-blue);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8125rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

.bcn-locals-guide-page .hero-new-image-wrapper { 
    text-align: center;
    position: relative;
    perspective: 1500px;
}

.bcn-locals-guide-page .hero-book-cover { 
    width: 100%; 
    max-width: 550px; 
    border-radius: var(--border-radius-lg); 
    box-shadow: var(--shadow-xl); 
    transition: all 0.4s ease;
    animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translateY(0px) rotateZ(2deg) rotateY(5deg); }
    50% { transform: translateY(-25px) rotateZ(-2deg) rotateY(-5deg); }
    100% { transform: translateY(0px) rotateZ(2deg) rotateY(5deg); }
}

/* NEW: Quick Benefits Section */
.bcn-locals-guide-page .quick-benefits {
    background: var(--white);
    border: 2px solid var(--accent-blue);
    border-radius: var(--border-radius-lg);
    padding: 32px;
    margin-bottom: 48px;
}

.bcn-locals-guide-page .quick-benefits h3 {
    color: var(--accent-blue);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.bcn-locals-guide-page .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.bcn-locals-guide-page .benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--gray-700);
}

.bcn-locals-guide-page .benefit-item i {
    color: var(--accent-blue);
    font-size: 1rem;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

/* Social Proof Card */
.bcn-locals-guide-page .social-proof { 
    padding: 0; 
}

.bcn-locals-guide-page .social-proof-card {
    background: var(--white);
    border-radius: var(--border-radius-xl);
    padding: 48px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
    text-align: center;
}

.bcn-locals-guide-page .proof-text { 
    font-weight: 600; 
    color: var(--gray-500); 
    letter-spacing: 1.2px; 
    font-size: 0.8125rem;
    margin-bottom: 32px;
}

.bcn-locals-guide-page .proof-logos { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center; 
    gap: clamp(32px, 6vw, 56px);
}

.bcn-locals-guide-page .proof-logo { 
    font-size: 1.0625rem; 
    font-weight: 600; 
    color: var(--gray-400); 
    transition: all 0.3s ease;
}

.bcn-locals-guide-page .proof-logo:hover {
    color: var(--gray-600);
}

/* Problem-Solution Section */
.bcn-locals-guide-page .problem-solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: flex-start;
}

.bcn-locals-guide-page .problem-solution-card {
    background: var(--white);
    border-radius: var(--border-radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
}

.bcn-locals-guide-page .problem-card {
    border-color: #FEE2E2;
    background: linear-gradient(135deg, #FFFBFB 0%, var(--white) 100%);
}

.bcn-locals-guide-page .problem-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(239, 68, 68, 0.25);
    border-color: #FCA5A5;
}

.bcn-locals-guide-page .solution-card {
    border-color: #D1FAE5;
    background: linear-gradient(135deg, #F0FDF4 0%, var(--white) 100%);
}

.bcn-locals-guide-page .solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(34, 197, 94, 0.25);
    border-color: #86EFAC;
}

.bcn-locals-guide-page .card-header {
    padding: 40px 32px 24px 32px;
    text-align: center;
    position: relative;
}

.bcn-locals-guide-page .problem-header {
    background: linear-gradient(135deg, #FEF2F2 0%, #FEFEFE 100%);
    border-bottom: 1px solid #FEE2E2;
}

.bcn-locals-guide-page .solution-header {
    background: linear-gradient(135deg, #F0FDF4 0%, #FEFEFE 100%);
    border-bottom: 1px solid #D1FAE5;
}

.bcn-locals-guide-page .header-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 1.75rem;
    position: relative;
}

.bcn-locals-guide-page .problem-icon {
    background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);
    color: #DC2626;
    box-shadow: 0 8px 25px -8px rgba(239, 68, 68, 0.5);
}

.bcn-locals-guide-page .solution-icon {
    background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%);
    color: #059669;
    box-shadow: 0 8px 25px -8px rgba(34, 197, 94, 0.5);
}

.bcn-locals-guide-page .card-title {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.bcn-locals-guide-page .problem-header .card-title {
    color: #991B1B;
}

.bcn-locals-guide-page .solution-header .card-title {
    color: #065F46;
}

.bcn-locals-guide-page .card-subtitle {
    font-size: 0.9375rem;
    font-weight: 500;
    opacity: 0.8;
    letter-spacing: 0.5px;
}

.bcn-locals-guide-page .problem-header .card-subtitle {
    color: #B91C1C;
}

.bcn-locals-guide-page .solution-header .card-subtitle {
    color: #047857;
}

.bcn-locals-guide-page .card-content {
    padding: 0 32px 32px 32px;
}

.bcn-locals-guide-page .problem-list,
.bcn-locals-guide-page .solution-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.bcn-locals-guide-page .list-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

.bcn-locals-guide-page .problem-item {
    border-left: 3px solid transparent;
    padding-left: 20px;
}

.bcn-locals-guide-page .problem-item:hover {
    background: #FEF2F2;
    border-left-color: #F87171;
    transform: translateX(4px);
}

.bcn-locals-guide-page .solution-item {
    border-left: 3px solid transparent;
    padding-left: 20px;
}

.bcn-locals-guide-page .solution-item:hover {
    background: #F0FDF4;
    border-left-color: #4ADE80;
    transform: translateX(4px);
}

.bcn-locals-guide-page .item-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 2px;
}

.bcn-locals-guide-page .problem-x {
    background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);
    color: #DC2626;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
}

.bcn-locals-guide-page .solution-check {
    background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%);
    color: #059669;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.2);
}

.bcn-locals-guide-page .item-content {
    flex: 1;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--gray-700);
}

.bcn-locals-guide-page .item-content strong {
    color: var(--gray-900);
    font-weight: 600;
}

.bcn-locals-guide-page .card-footer {
    background: var(--gray-50);
    padding: 24px 32px;
    margin: 0 -32px -32px -32px;
    border-top: 1px solid var(--gray-200);
}

.bcn-locals-guide-page .problem-footer {
    background: linear-gradient(135deg, #FEF2F2 0%, #FEF7F7 100%);
    border-top-color: #FEE2E2;
}

.bcn-locals-guide-page .solution-footer {
    background: linear-gradient(135deg, #F0FDF4 0%, #F7FEF9 100%);
    border-top-color: #D1FAE5;
}

.bcn-locals-guide-page .footer-text {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.bcn-locals-guide-page .problem-footer .footer-text {
    color: #991B1B;
}

.bcn-locals-guide-page .solution-footer .footer-text {
    color: #065F46;
}

.bcn-locals-guide-page .card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: var(--white);
    padding: 14px 28px;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.bcn-locals-guide-page .card-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
    background: linear-gradient(135deg, #047857 0%, #065F46 100%);
}

.bcn-locals-guide-page .card-cta i {
    transition: transform 0.3s ease;
}

.bcn-locals-guide-page .card-cta:hover i {
    transform: translateX(4px);
}

/* Dark Theme Pricing Section */
.bcn-locals-guide-page .pricing-section-wrapper {
    background: radial-gradient(circle at 50% 0%, #2a3a5e, #111827 80%);
    padding: clamp(60px, 8vw, 100px) 0;
    position: relative;
}

.bcn-locals-guide-page .pricing-section-wrapper .container {
    position: relative;
    z-index: 2;
}

/* Enhanced Pricing Section - Dark Theme */
.bcn-locals-guide-page .product-offer-card { 
    background: var(--white);
    border-radius: var(--border-radius-xl); 
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.3s ease;
    max-width: 960px;
}

.bcn-locals-guide-page .product-offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.5);
}

.bcn-locals-guide-page .pricing-header {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
    text-align: center;
    padding: 48px 48px 32px 48px;
    border-bottom: 1px solid var(--gray-200);
    position: relative;
}

/* UPDATED URGENCY BANNER */
.bcn-locals-guide-page .urgency-banner {
    background: var(--gradient-orange);
    color: var(--white);
    padding: 12px 20px;
    border-radius: 20px;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 700;
    font-size: 0.9375rem;
    display: inline-block;
    letter-spacing: 0.5px;
    animation: urgencyPulse 2s infinite;
    position: relative;
}

.bcn-locals-guide-page .urgency-banner i {
    margin-right: 8px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.bcn-locals-guide-page .countdown-timer {
    font-size: 0.8125rem;
    margin-top: 4px;
    font-weight: 600;
}

@keyframes urgencyPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.bcn-locals-guide-page .offer-title { 
    font-size: clamp(2rem, 4vw, 2.5rem); 
    font-weight: 700; 
    color: var(--gray-900); 
    line-height: 1.25; 
    margin-bottom: 12px;
}

.bcn-locals-guide-page .offer-subtitle {
    font-size: 1.0625rem;
    color: var(--gray-600);
    line-height: 1.6;
    max-width: 450px;
    margin: 0 auto;
}

.bcn-locals-guide-page .pricing-main {
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bcn-locals-guide-page .main-product-image-wrapper {
    position: relative;
    margin-bottom: 3rem;
}

.bcn-locals-guide-page .main-product-image { 
    width: 100%; 
    max-width: 450px; 
    border-radius: var(--border-radius-lg); 
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
}

.bcn-locals-guide-page .main-product-image:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-xl);
}

.bcn-locals-guide-page .product-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: var(--gradient-blue);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 600;
}

.bcn-locals-guide-page .key-features { 
    background: var(--white); 
    border: 2px solid var(--gray-100);
    border-radius: var(--border-radius-lg); 
    padding: 32px; 
    margin-bottom: 32px; 
    box-shadow: var(--shadow-sm);
    width: 100%;
    max-width: 500px;
}

.bcn-locals-guide-page .key-features h4 { 
    font-size: 1.25rem; 
    color: var(--gray-900); 
    margin-bottom: 24px;
    font-weight: 600;
    text-align: center;
}

.bcn-locals-guide-page .features-list { 
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bcn-locals-guide-page .feature-item { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    font-size: 1rem; 
    color: var(--gray-700); 
    line-height: 1.5;
    padding: 8px 0;
}

.bcn-locals-guide-page .feature-item i { 
    color: var(--accent-blue); 
    font-size: 1.125rem; 
    width: 20px; 
    text-align: center; 
    flex-shrink: 0;
}

.bcn-locals-guide-page .feature-item strong {
    color: var(--gray-900);
    font-weight: 600;
}

.bcn-locals-guide-page .pricing-action {
    background: var(--gray-50);
    border-radius: var(--border-radius-lg);
    padding: 32px;
    text-align: center;
    border: 1px solid var(--gray-200);
    width: 100%;
}

.bcn-locals-guide-page .price-display {
    margin-bottom: 24px;
}

.bcn-locals-guide-page .offer-price-block { 
    display: flex; 
    align-items: baseline; 
    gap: 16px; 
    justify-content: center; 
    margin-bottom: 8px; 
    flex-wrap: wrap;
}

.bcn-locals-guide-page .offer-price-block .current-price { 
    font-size: clamp(2.75rem, 5vw, 3.75rem); 
    font-weight: 800; 
    color: var(--gray-900); 
    line-height: 1;
}

.bcn-locals-guide-page .offer-price-block .original-price {
    font-size: clamp(1.375rem, 2.5vw, 1.875rem);
    color: var(--gray-400);
    text-decoration: line-through;
    font-weight: 500;
}

.bcn-locals-guide-page .offer-price-block .discount-badge {
    background: var(--accent-orange);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 0.8125rem;
    font-weight: 600;
}

.bcn-locals-guide-page .price-subtitle { 
    font-weight: 500; 
    color: var(--gray-600); 
    margin-bottom: 28px;
    font-size: 0.9375rem;
}

.bcn-locals-guide-page .cta-button { 
    width: 100%; 
    max-width: 320px;
    margin: 0 auto 28px auto;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 8px;
    font-size: 1.125rem;
    padding: 18px 36px;
    font-weight: 700;
    box-shadow: var(--shadow-md);
}

.bcn-locals-guide-page .cta-button:hover {
    box-shadow: var(--shadow-lg);
}

.bcn-locals-guide-page .trust-signals { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 20px; 
    font-size: 0.8125rem; 
    font-weight: 500; 
    color: var(--gray-600); 
}

.bcn-locals-guide-page .trust-signals > div { 
    display: flex; 
    align-items: center; 
    gap: 6px; 
}

.bcn-locals-guide-page .payment-logos { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    font-size: 1.25rem; 
    color: var(--gray-400); 
}

/* FAQ SECTION - DIRECT JS CONTROL */
.bcn-locals-guide-page .faq-grid { 
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 16px; 
}

.bcn-locals-guide-page .faq-card { 
    background: var(--white); 
    border: 1px solid var(--gray-200); 
    border-radius: var(--border-radius-lg); 
    padding: 24px;
    transition: all 0.3s ease;
}

.bcn-locals-guide-page .faq-card.faq-active {
    box-shadow: var(--shadow-md);
    border-color: var(--accent-blue);
}

.bcn-locals-guide-page .faq-card-question { 
    display: flex; 
    align-items: center; 
    gap: 16px; 
    width: 100%; 
    padding: 0; 
    background: none; 
    border: none; 
    text-align: left; 
    font-size: 1.0625rem; 
    font-weight: 600; 
    color: var(--gray-900); 
    cursor: pointer;
    margin-bottom: 0;
}

.bcn-locals-guide-page .faq-card-question:hover {
    color: var(--accent-blue);
}

.bcn-locals-guide-page .faq-card-question i:first-child { 
    color: var(--accent-blue); 
    font-size: 1.25rem;
    flex-shrink: 0;
}

.bcn-locals-guide-page .faq-arrow { 
    margin-left: auto; 
    transition: transform 0.3s ease;
    font-size: 1rem; 
    color: var(--gray-400);
    flex-shrink: 0;
}

.bcn-locals-guide-page .faq-card.faq-active .faq-arrow { 
    transform: rotate(180deg); 
    color: var(--accent-blue); 
}

.bcn-locals-guide-page .faq-card-answer {
    margin-top: 16px;
}

.bcn-locals-guide-page .faq-card-answer p { 
    color: var(--gray-600);
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
    padding-left: 40px;
}

.bcn-locals-guide-page .faq-cta-footer { 
    text-align: center; 
    background: var(--gray-50); 
    padding: 48px; 
    border-radius: var(--border-radius-lg); 
    margin-top: 48px; 
    border: 1px solid var(--gray-200);
}

.bcn-locals-guide-page .faq-cta-footer h3 { 
    margin-bottom: 20px; 
}

.bcn-locals-guide-page .faq-cta-footer p { 
    max-width: 500px; 
    margin: 0 auto 32px; 
    color: var(--gray-600);
    font-size: 1.0625rem;
    line-height: 1.6;
}

/* Enhanced Lightbox */
.bcn-locals-guide-page .lightbox { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.95); 
    z-index: 1000; 
    display: none; 
    align-items: center; 
    justify-content: center; 
    padding: 20px; 
}

.bcn-locals-guide-page .lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bcn-locals-guide-page .lightbox-image { 
    max-width: 100%; 
    max-height: 90vh; 
    object-fit: contain; 
    box-shadow: var(--shadow-xl); 
    border-radius: var(--border-radius);
}

.bcn-locals-guide-page .lightbox-close { 
    position: absolute; 
    top: -50px; 
    right: -10px; 
    font-size: 2rem; 
    color: var(--white); 
    background: none;
    border: none; 
    cursor: pointer; 
    line-height: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.bcn-locals-guide-page .lightbox-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

/* Animations */
.bcn-locals-guide-page .reveal { 
    opacity: 0; 
    transform: translateY(30px); 
    transition: all 0.8s ease;
}

.bcn-locals-guide-page .reveal.active { 
    opacity: 1; 
    transform: translateY(0); 
}

.bcn-locals-guide-page .reveal-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.8s ease;
}

.bcn-locals-guide-page .reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}

.bcn-locals-guide-page .reveal-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s ease;
}

.bcn-locals-guide-page .reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

.bcn-locals-guide-page .stagger-delay-1 { transition-delay: 0.15s; }
.bcn-locals-guide-page .stagger-delay-2 { transition-delay: 0.3s; }
.bcn-locals-guide-page .stagger-delay-3 { transition-delay: 0.45s; }

/* Responsive Design */
@media (max-width: 1024px) {
    .bcn-locals-guide-page .hero-new-layout {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 48px;
    }
    .bcn-locals-guide-page .hero-new-image-wrapper {
        order: -1;
    }
    .bcn-locals-guide-page .hero-cta-group {
        justify-content: center;
    }
    
    .bcn-locals-guide-page .section-card { 
        padding: clamp(32px, 6vw, 48px); 
    }
    
    .bcn-locals-guide-page .problem-solution-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .bcn-locals-guide-page .benefits-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .bcn-locals-guide-page .container {
        padding: 0 20px;
    }
    
    .bcn-locals-guide-page .section-wrapper { 
        padding: clamp(60px, 8vw, 80px) 0; 
    }
    
    .bcn-locals-guide-page .hero-new { 
        padding: 140px 0 60px 0; 
    }
    
    .bcn-locals-guide-page .hero-book-cover { 
        max-width: 400px; 
    }
    
    .bcn-locals-guide-page .hero-cta-group { 
        flex-direction: column;
        gap: 16px;
    }

    .bcn-locals-guide-page .author-credibility {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .bcn-locals-guide-page .author-photo {
        width: 80px;
        height: 80px;
    }
    
    .bcn-locals-guide-page .problem-solution-card {
        margin-bottom: 24px;
    }
    
    .bcn-locals-guide-page .card-header {
        padding: 32px 24px 20px 24px;
    }
    
    .bcn-locals-guide-page .card-content {
        padding: 0 24px 24px 24px;
    }
    
    .bcn-locals-guide-page .card-footer {
        padding: 20px 24px;
        margin: 0 -24px -24px -24px;
    }
    
    .bcn-locals-guide-page .list-item {
        padding: 12px 0;
    }
    
    .bcn-locals-guide-page .item-content {
        font-size: 0.9375rem;
    }
    
    .bcn-locals-guide-page .main-product-image { 
        max-width: 300px; 
    }

    .bcn-locals-guide-page .social-proof-card {
        padding: 32px;
    }

    .bcn-locals-guide-page .proof-logos {
        gap: 24px;
    }

    .bcn-locals-guide-page .proof-logo {
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
    .bcn-locals-guide-page .container {
        padding: 0 16px;
    }

    .bcn-locals-guide-page .section-card, .bcn-locals-guide-page .hero-card, .bcn-locals-guide-page .social-proof-card, .bcn-locals-guide-page .problem-solution-card {
        padding: 24px;
        border-radius: var(--border-radius);
    }

    .bcn-locals-guide-page .hero-new {
        padding: 120px 0 40px 0;
    }
    .bcn-locals-guide-page .hero-book-cover {
        max-width: 280px;
    }

    .bcn-locals-guide-page .btn-large {
        width: 100%;
        padding: 16px 24px;
    }

    .bcn-locals-guide-page .section-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    
    .bcn-locals-guide-page .card-header {
        padding: 24px 16px 16px 16px;
    }

    .bcn-locals-guide-page .card-content {
        padding: 0 16px 16px 16px;
    }

    .bcn-locals-guide-page .card-footer {
        padding: 16px;
        margin: 0 -16px -16px -16px;
    }

    .bcn-locals-guide-page .header-icon {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
        margin-bottom: 16px;
    }

    .bcn-locals-guide-page .card-title {
        font-size: 1.375rem;
    }

    .bcn-locals-guide-page .card-subtitle {
        font-size: 0.875rem;
    }

    .bcn-locals-guide-page .item-content {
        font-size: 0.875rem;
    }

    .bcn-locals-guide-page .footer-text {
        font-size: 0.9375rem;
        margin-bottom: 12px;
    }

    .bcn-locals-guide-page .card-cta {
        padding: 12px 20px;
        font-size: 0.875rem;
    }

    .bcn-locals-guide-page .pricing-header {
        padding: 24px;
    }

    .bcn-locals-guide-page .pricing-main {
        padding: 24px;
    }

    .bcn-locals-guide-page .key-features {
        padding: 24px;
    }

    .bcn-locals-guide-page .pricing-action {
        padding: 24px;
    }

    .bcn-locals-guide-page .main-product-image {
        max-width: 250px;
    }

    .bcn-locals-guide-page .offer-price-block .current-price {
        font-size: 2.25rem;
    }

    .bcn-locals-guide-page .lightbox-close {
        top: 20px;
        right: 20px;
        font-size: 1.5rem;
        width: 35px;
        height: 35px;
    }

    .bcn-locals-guide-page .quick-benefits {
        padding: 24px;
    }

    .bcn-locals-guide-page .urgency-banner {
        padding: 10px 16px;
        font-size: 0.875rem;
    }
}

/* Barcelona Guide Sticky Bar CSS - V2 */
.custom-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 9999;
  background: #FEFEFE; /* Pearl white */
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #E5E7EB;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.sticky-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  min-height: 64px;
  border: none;
  background: transparent;
}

.sticky-icon {
  font-size: 22px;
  margin-bottom: 6px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}

.sticky-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.2;
  transition: all 0.3s ease;
}

/* Get Guide Button - Primary Blue (Main CTA) */
.get-guide-btn {
  color: #2563EB;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.04) 100%);
}

.get-guide-btn:hover {
  color: #1D4ED8;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(37, 99, 235, 0.08) 100%);
  transform: translateY(-2px);
}

.get-guide-btn .sticky-icon {
  color: #2563EB;
}

.get-guide-btn:hover .sticky-icon {
  color: #1D4ED8;
  transform: scale(1.1);
}

/* Why This Works Button - Orange (High Value) */
.benefits-btn {
  color: #F97316;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.08) 0%, rgba(249, 115, 22, 0.04) 100%);
}

.benefits-btn:hover {
  color: #EA580C;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.15) 0%, rgba(249, 115, 22, 0.08) 100%);
  transform: translateY(-2px);
}

.benefits-btn .sticky-icon {
  color: #F97316;
}

.benefits-btn:hover .sticky-icon {
  color: #EA580C;
  transform: scale(1.1);
}

/* FAQ Button - Neutral Gray */
.faq-btn {
  color: #6B7280;
  background: linear-gradient(135deg, rgba(107, 114, 128, 0.08) 0%, rgba(107, 114, 128, 0.04) 100%);
}

.faq-btn:hover {
  color: #374151;
  background: linear-gradient(135deg, rgba(107, 114, 128, 0.15) 0%, rgba(107, 114, 128, 0.08) 100%);
  transform: translateY(-2px);
}

.faq-btn .sticky-icon {
  color: #6B7280;
}

.faq-btn:hover .sticky-icon {
  color: #374151;
  transform: scale(1.1);
}

/* Vertical separator lines */
.sticky-btn::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 60%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(229, 231, 235, 0.8);
  transition: opacity 0.3s ease;
}

.sticky-btn:last-child::after {
  display: none;
}

.sticky-btn:hover::after {
  opacity: 0.3;
}

/* Active state */
.sticky-btn:active {
  transform: translateY(-1px) scale(0.98);
}

/* Tablet */
@media (max-width: 768px) {
  .custom-sticky-bar {
    border-radius: 0;
  }
  
  .sticky-icon {
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  .sticky-label {
    font-size: 12px;
  }
  
  .sticky-btn {
    padding: 12px 8px;
    min-height: 60px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .sticky-icon {
    font-size: 18px;
    margin-bottom: 4px;
  }
  
  .sticky-label {
    font-size: 11px;
    line-height: 1.1;
  }
  
  .sticky-btn {
    padding: 10px 6px;
    min-height: 56px;
  }
}

/* Small Mobile */
@media (max-width: 360px) {
  .sticky-label {
    font-size: 10px;
  }
  
  .sticky-icon {
    font-size: 16px;
  }
  
  .sticky-btn {
    min-height: 52px;
  }
}/* End custom CSS */