/**
 * SEO Pages Stylesheet
 * 
 * Comprehensive styles for FlightBid SEO landing pages including:
 * - Guide pages (guide_landing_page.html.twig)
 * - Route landing pages (landing_page.html.twig)
 * - Index pages (guides_index.html.twig, routes_index.html.twig, countries_index.html.twig)
 * 
 * Note: Theme variables (--theme-primary, --theme-secondary, --theme-gradient)
 * are set inline in templates as they depend on Twig context.
 */

/* ==========================================================================
   Reading Progress Bar
   ========================================================================== */

.reading-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    z-index: var(--fb-z-notification);
}

.reading-progress-bar {
    height: 100%;
    width: 0%;
    background: var(--theme-gradient);
    transition: width 0.1s ease;
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

.sticky-breadcrumb {
    position: sticky;
    top: 0;
    /* Must sit above the SEO hero <header> (global header rule sets z-index: 900). */
    z-index: var(--fb-z-dropdown);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95) !important;
    overflow: visible;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    font-weight: bold;
    margin: 0 0.5rem;
    color: var(--bs-secondary);
}

.breadcrumb-item a {
    color: var(--bs-primary);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

/* Dark background breadcrumbs */
.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.9);
}

/* ==========================================================================
   Guide/Page Header
   ========================================================================== */

.guide-header {
    padding: 4rem 0 6rem;
    position: relative;
    /* Override global `header { z-index: 900; }` so dropdowns from sticky breadcrumb can overlay. */
    z-index: var(--fb-z-base);
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.floating-icon {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    font-size: 2rem;
    animation: float 6s ease-in-out infinite;
}

.floating-icon:nth-child(2) { animation-delay: -2s; }
.floating-icon:nth-child(3) { animation-delay: -4s; }
.floating-icon:nth-child(4) { animation-delay: -1s; }

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

.badge-glass {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.meta-stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.85rem;
}

.meta-stat i {
    font-size: 0.9rem;
}

/* Wave Divider */
.wave-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.wave-fill {
    fill: #f8f9fa;
}

/* ==========================================================================
   Animations
   ========================================================================== */

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.animate-fade-in-down {
    animation: fadeInDown 0.6s ease forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   Trust Bar
   ========================================================================== */

.trust-bar {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

/* ==========================================================================
   Visibility & Contrast Fixes (WCAG AA Compliant)
   ========================================================================== */

.text-muted,
.text-muted.small,
.small.text-muted,
p.text-muted,
div.text-muted,
span.text-muted,
.card-body .text-muted,
.trust-bar .text-muted,
.search-card-footer .text-muted {
    color: #374151 !important;
}

.text-secondary {
    color: #4b5563 !important;
}

.small,
small,
.text-sm {
    color: #374151;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Improve readability for white-muted copy on gradient/header surfaces */
.search-card-header .text-white-50,
.guide-header .text-white-50,
.final-cta-card .text-white-50,
.mobile-share-card .text-white-50 {
    color: rgba(255, 255, 255, 0.98) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

::placeholder {
    color: #6b7280 !important;
    opacity: 1;
}

.pro-tip-card p,
.step-card p {
    color: #374151 !important;
}

.pro-tip-card h3,
.step-card h3 {
    color: #1f2937;
}

.form-label,
label {
    color: #111827 !important;
    font-weight: 600;
}

.search-card-footer i {
    color: #4b5563 !important;
}

/* ==========================================================================
   Dropdown & Autocomplete Overflow Fixes
   ========================================================================== */

.search-card {
    overflow: visible !important;
    position: relative;
    border-radius: 1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.search-card-body {
    overflow: visible !important;
    position: relative;
    z-index: 100;
    background: #ffffff;
    padding: 2rem;
    max-height: none !important;
}

.search-card-body form,
.search-card-body .row,
.search-card-body .col,
.search-card-body [class*="col-"],
.search-card-body .form-group,
.search-card-body .input-group,
.search-card-body .mb-3,
.search-card-body .mb-4,
.search-card-body .position-relative {
    overflow: visible !important;
}

#search-flights,
#search-flights .card,
#search-flights .mb-5 {
    overflow: visible !important;
}

/* Autocomplete dropdown styles */
.dropdown-menu,
.autocomplete-dropdown,
.autocomplete-items,
.autocomplete-list,
.tt-menu,
.tt-dropdown-menu,
.ui-autocomplete,
.ui-menu,
.awesomplete > ul,
.suggestions,
.suggestions-list,
.typeahead,
.typeahead-dropdown,
[data-autocomplete],
[role="listbox"],
.airport-dropdown,
.city-dropdown,
.search-dropdown,
.pac-container {
    position: absolute !important;
    z-index: var(--fb-z-popover) !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: white !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    width: 100%;
    min-width: 200px;
}

.sticky-breadcrumb .dropdown-menu {
    z-index: var(--fb-z-top) !important;
}

.dropdown-menu .dropdown-item,
.autocomplete-dropdown li,
.autocomplete-items div,
.tt-suggestion,
.ui-menu-item,
.suggestions li,
[role="option"] {
    padding: 0.75rem 1rem !important;
    color: #1f2937 !important;
    cursor: pointer;
    border-bottom: 1px solid #f3f4f6;
}

.dropdown-menu .dropdown-item:hover,
.autocomplete-dropdown li:hover,
.autocomplete-items div:hover,
.tt-suggestion:hover,
.tt-cursor,
.ui-menu-item:hover,
.ui-state-active,
.suggestions li:hover,
[role="option"]:hover,
[role="option"][aria-selected="true"] {
    background: #eff6ff !important;
    color: #1e40af !important;
}

main.col-lg-9 {
    overflow: visible !important;
}

.guide-content,
.container,
.container-fluid {
    overflow: visible !important;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar-sticky {
    position: sticky;
    top: 80px;
}

.avatar-stack {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-primary);
}

/* ==========================================================================
   Section Headers
   ========================================================================== */

.section-header {
    margin-bottom: 1.5rem;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.section-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
}

.section-subtitle {
    color: #4b5563;
    margin-bottom: 0;
    margin-left: 52px;
}

.scroll-mt {
    scroll-margin-top: 100px;
}

/* ==========================================================================
   Pro Tip Cards
   ========================================================================== */

.pro-tip-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    position: relative;
    height: 100%;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.pro-tip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.pro-tip-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
   Search Card
   ========================================================================== */

.search-card-header {
    padding: 1.5rem 2rem;
    border-radius: 1rem 1rem 0 0;
}

.search-icon-wrap {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.search-card-footer {
    padding: 1rem 2rem;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    border-radius: 0 0 1rem 1rem;
}

/* ==========================================================================
   Step Cards
   ========================================================================== */

.step-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    position: relative;
    height: 100%;
    border: 1px solid #e5e7eb;
}

.step-number {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
}

.step-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.1) 0%, rgba(var(--bs-primary-rgb), 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: var(--bs-primary);
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item {
    background: white;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: none;
    border: none;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    color: #1f2937;
    cursor: pointer;
    transition: all 0.2s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question i {
    transition: transform 0.3s ease;
    color: #4b5563;
}

.faq-question[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.faq-answer-content {
    padding: 0 1.5rem 1.25rem;
    color: #374151;
    line-height: 1.7;
}

/* ==========================================================================
   Related Guide Cards
   ========================================================================== */

.related-guide-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
}

.related-guide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.related-guide-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
    border-radius: 1rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.related-guide-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    color: #1f2937;
}

.related-guide-title a {
    color: inherit;
    text-decoration: none;
}

.related-guide-title a:hover {
    color: var(--bs-primary);
}

.related-guide-card:hover .related-guide-title a {
    color: var(--bs-primary);
}

.related-guide-excerpt {
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.related-guide-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: #4b5563;
}

.related-guide-link {
    color: var(--bs-primary);
    font-weight: 600;
}

/* ==========================================================================
   Final CTA Card
   ========================================================================== */

.final-cta-card {
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta-content {
    position: relative;
    z-index: 2;
}

.final-cta-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.final-cta-decoration {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(15deg);
    pointer-events: none;
}

/* ==========================================================================
   Mobile Elements
   ========================================================================== */

.mobile-share-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.mobile-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 0;
    background: white;
    border-top: 1px solid #eee;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: var(--fb-z-fixed);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.mobile-sticky-cta.visible {
    transform: translateY(0);
}

/* ==========================================================================
   Scroll to Top Button
   ========================================================================== */

.scroll-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: var(--fb-z-fixed);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .scroll-to-top {
        bottom: 30px;
    }
}

/* ==========================================================================
   Prose / Content Styling
   ========================================================================== */

.prose {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #1f2937;
}

.prose h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    color: #111827;
}

.prose h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.prose h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    color: #111827;
}

.prose p {
    margin-bottom: 1.25rem;
}

.prose ul,
.prose ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.prose li {
    margin-bottom: 0.5rem;
}

.prose strong {
    font-weight: 600;
    color: #111827;
}

.prose a {
    color: var(white);
    text-decoration: none;
    text-underline-offset: 2px;
}

.prose blockquote {
    border-left: 4px solid var(--theme-primary);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: #f8f9fa;
    border-radius: 0 0.5rem 0.5rem 0;
    color: #374151;
}

.prose code {
    background: #f3f4f6;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.9em;
    color: #1f2937;
}

.prose img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

/* ==========================================================================
   Focus States (Accessibility)
   ========================================================================== */

a:focus,
button:focus,
.btn:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

/* ==========================================================================
   Icon Circle (from original seo-landing.css)
   ========================================================================== */

.icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.1) 0%, rgba(var(--bs-primary-rgb), 0.05) 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Hover lift effect for cards */
.hover-lift {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Button hover effects */
.btn {
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Form styling enhancements */
.form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

/* Accordion improvements */
.accordion-button:not(.collapsed) {
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    color: var(--bs-primary);
}

.accordion-button:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

/* ==========================================================================
   Index Page Specific Styles (Guides/Routes/Countries)
   ========================================================================== */

.filter-wrap {
    min-width: 320px;
}

@media (max-width: 767.98px) {
    .filter-wrap {
        width: 100%;
        min-width: 0;
    }
}

/* Route/Guide Card UI */
.route-card-ui {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
    height: 100%;
}

.route-card-ui:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.route-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(37, 99, 235, 0.12);
    color: #1e40af;
    margin-bottom: 0.75rem;
}

.route-title {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.5rem 0;
    line-height: 1.35;
    color: #111827;
}

.route-title a {
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.route-title a:hover {
    text-decoration: underline;
}

.route-excerpt {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.55;
    margin: 0 0 1rem 0;
}

.route-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: #4b5563;
}

.route-link {
    font-weight: 800;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.route-link:hover {
    text-decoration: underline;
}

.route-cta {
    text-decoration: none;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

.route-cta:hover {
    text-decoration: underline;
}

/* Guide category filter buttons */
.guide-category.active {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */

.faq-section {
    width: 100%;
}

.faq-help-card {
    margin-top: 1rem;
    border: 1px solid var(--fb-border-default);
    border-radius: var(--fb-radius-md);
    background: #ffffff;
    box-shadow: var(--fb-shadow-xs);
    padding: 1rem 1.25rem;
}

.faq-help-card__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.faq-help-card__text {
    color: var(--fb-text-secondary);
    line-height: 1.6;
    font-size: 0.95rem;
}

.faq-help-card__text a {
    color: var(--fb-primary);
    font-weight: 600;
    text-decoration: none;
}

.faq-help-card__text a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */

@media (max-width: 991.98px) {
    .guide-header {
        padding: 2.5rem 0 4rem;
    }
    
    .guide-header h1 {
        font-size: 1.75rem;
    }
    
    .section-subtitle {
        margin-left: 0;
    }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
    .reading-progress-container,
    .sticky-breadcrumb,
    .mobile-sticky-cta,
    .scroll-to-top,
    aside,
    #search-flights,
    .final-cta-card {
        display: none !important;
    }
    
    .guide-header {
        background: #f8f9fa !important;
        color: #000 !important;
        padding: 2rem 0;
    }
}
