/* Guide Komodo - Boat Charter Styles */
/* Semantic CSS with bc_ prefix */

body {
font-family: "Montserrat", sans-serif;
padding: 0;
margin: 0;
}

/* Base Styles */
.bc_page_wrapper {
    background-color: #f8f9fa;
    color: #1f2937;
    transition: all 0.3s;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header Styles */
.bc_header {
    background-color: #1e3a2b;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 50;
}

.bc_header_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bc_logo_link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.bc_logo_icon {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bc_logo_text {
    color: #1e3a2b;
    font-weight: 700;
    font-size: 1.25rem;
}

.bc_logo_title_group {
    display: flex;
    flex-direction: column;
}

.bc_logo_title {
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
}

.bc_logo_subtitle {
    color: #d1d5db;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.bc_main_nav {
    display: none;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .bc_main_nav {
        display: flex;
    }
}

.bc_nav_link {
    color: #d1d5db;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.15s;
}

.bc_nav_link:hover {
    color: white;
}

.bc_nav_link_active {
    color: white;
    font-size: 0.875rem;
    font-weight: 700;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 0.25rem;
    text-decoration: none;
}

.bc_nav_dropdown {
    position: relative;
}

.bc_nav_dropdown_button {
    color: #d1d5db;
    background: none;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.15s;
    cursor: pointer;
}

.bc_nav_dropdown:hover .bc_nav_dropdown_button {
    color: white;
}

.bc_header_actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.bc_theme_toggle {
    color: #d1d5db;
    background: none;
    border: none;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.15s;
    cursor: pointer;
}

.bc_theme_toggle:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.bc_menu_toggle {
    color: white;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .bc_menu_toggle {
        display: none;
    }
}

.bc_icon_hidden {
    display: none;
}

/* Main Content */
.bc_main_content {
    flex-grow: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 2rem 1rem;
    width: 100%;
}

@media (min-width: 1024px) {
    .bc_main_content {
        padding: 3rem 1rem;
    }
}

.bc_breadcrumb {
    display: flex;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.bc_breadcrumb_link {
    color: inherit;
    text-decoration: none;
}

.bc_breadcrumb_link:hover {
    color: #1e3a2b;
}

.bc_breadcrumb_separator {
    margin: 0 0.5rem;
}

.bc_breadcrumb_current {
    color: #1e3a2b;
    font-weight: 500;
}

.bc_content_layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .bc_content_layout {
        flex-direction: row;
        gap: 3rem;
    }
}

/* Sidebar */
.bc_sidebar {
    width: 100%;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .bc_sidebar {
        width: 16rem;
    }
}

.bc_sidebar_section {
    margin-bottom: 2rem;
}

.bc_sidebar_search {
    display: block;
    margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .bc_sidebar_search {
        display: none;
    }
}

.bc_search_wrapper {
    position: relative;
}

.bc_search_input {
    width: 100%;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 0.625rem 1rem 0.625rem 2.5rem;
    font-size: 0.875rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.bc_search_input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1e3a2b;
    border-color: transparent;
}

.bc_search_icon {
    position: absolute;
    left: 0.75rem;
    top: 0.625rem;
    color: #9ca3af;
}

.bc_section_title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.bc_category_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bc_category_item {
    margin-bottom: 0.5rem;
}

.bc_category_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.15s;
}


.bc_category_link:hover {
    background-color: #f3f4f6;
    color: #1e3a2b;
}


.bc_category_link_active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background-color: rgba(30, 58, 43, 0.1);
    color: #1e3a2b;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
}


.bc_category_count {
    font-size: 0.75rem;
    color: #9ca3af;
}

.bc_category_link:hover .bc_category_count {
    color: #1e3a2b;
}


.bc_category_count_active {
    font-size: 0.75rem;
    background-color: white;
    color: #1e3a2b;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
}


.bc_price_range_section {
    display: none;
}

@media (min-width: 1024px) {
    .bc_price_range_section {
        display: block;
    }
}

.bc_price_slider_wrapper {
    padding: 0 0.5rem;
}

.bc_price_slider {
    width: 100%;
    height: 0.5rem;
    background-color: #e5e7eb;
    border-radius: 0.5rem;
    appearance: none;
    cursor: pointer;
}

.bc_price_slider::-webkit-slider-thumb {
    appearance: none;
    width: 1rem;
    height: 1rem;
    background-color: #1e3a2b;
    border-radius: 50%;
    cursor: pointer;
}


.bc_price_labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
}

.bc_help_card {
    background-color: #f9fafb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    display: none;
    border: 1px solid #f3f4f6;
}

@media (min-width: 1024px) {
    .bc_help_card {
        display: block;
    }
}


.bc_help_icon {
    font-size: 2.25rem;
    color: #d4af37;
    display: block;
    margin-bottom: 0.5rem;
}

.bc_help_title {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
}


.bc_help_text {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.bc_help_button {
    color: #1e3a2b;
    font-weight: 600;
    font-size: 0.875rem;
    background: none;
    border: none;
    cursor: pointer;
}

.bc_help_button:hover {
    text-decoration: underline;
}


/* Product Section */
.bc_product_section {
    flex: 1;
}

.bc_section_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1rem;
}

@media (min-width: 768px) {
    .bc_section_header {
        flex-direction: row;
        align-items: center;
    }
}

.bc_section_heading_group {
    flex: 1;
}

.bc_section_heading {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.bc_section_description {
    font-size: 0.875rem;
    color: #6b7280;
}

.bc_section_controls {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

@media (min-width: 640px) {
    .bc_section_controls {
        flex-direction: row;
        width: auto;
    }
}

.bc_desktop_search {
    display: none;
}

@media (min-width: 1024px) {
    .bc_desktop_search {
        display: block;
    }
}

.bc_desktop_search_wrapper {
    position: relative;
}

.bc_desktop_search_input {
    width: 16rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    font-size: 0.875rem;
}

.bc_desktop_search_input:focus {
    outline: none;
    box-shadow: 0 0 0 1px #1e3a2b;
    border-color: #1e3a2b;
}

.bc_desktop_search_icon {
    position: absolute;
    left: 0.75rem;
    top: 0.5rem;
    color: #9ca3af;
    font-size: 1.125rem;
}

.bc_sort_wrapper {
    position: relative;
}

.bc_sort_select {
    appearance: none;
    width: 100%;
    background-color: white;
    border: 1px solid #e5e7eb;
    color: #1f2937;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    cursor: pointer;
}

@media (min-width: 640px) {
    .bc_sort_select {
        width: auto;
    }
}

.bc_sort_select:focus {
    outline: none;
    box-shadow: 0 0 0 1px #1e3a2b;
}

.bc_sort_icon {
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: #9ca3af;
    pointer-events: none;
    font-size: 1.125rem;
}

/* Product Grid */
.bc_product_grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .bc_product_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .bc_product_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Product Card */
.bc_product_card {
    background-color: white;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f4f6;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s;
}


.bc_product_card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.bc_product_image_wrapper {
    position: relative;
    height: 14rem;
    overflow: hidden;
}

.bc_product_badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 10;
}

.bc_badge_new {
    background-color: #1e3a2b;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bc_badge_popular {
    background-color: #1f2937;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bc_product_favorite {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
}

.bc_favorite_button {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.375rem;
    border-radius: 50%;
    color: #9ca3af;
    border: none;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: color 0.15s;
}

.bc_favorite_button:hover {
    color: #ef4444;
}

.bc_favorite_icon {
    font-size: 0.875rem;
    display: block;
}

.bc_product_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bc_product_card:hover .bc_product_image {
    transform: scale(1.05);
}

.bc_product_body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bc_product_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.bc_product_category {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.bc_category_luxury {
    color: #d4af37;
}

.bc_category_speedboat {
    color: #3b82f6;
}

.bc_category_deluxe {
    color: #a855f7;
}

.bc_category_superior {
    color: #16a34a;
}

.bc_product_rating {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
}

.bc_rating_star {
    color: #facc15;
    font-size: 0.875rem;
}

.bc_rating_text {
    color: #6b7280;
    margin-left: 0.25rem;
}


.bc_product_title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.bc_product_features {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}


.bc_feature_item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.bc_feature_icon {
    font-size: 1rem;
}

.bc_product_footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}


.bc_price_section {
    margin-bottom: 0.75rem;
}

.bc_card_price_label {
    font-size: 0.75rem;
    color: #6b7280;
    display: block;
}


.bc_card_price_amount {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e3a2b;
}


.bc_card_price_unit {
    font-size: 0.75rem;
    font-weight: 400;
    color: #6b7280;
}

.bc_product_button {
    width: 100%;
    padding: 0.625rem 1rem;
    border-radius: 9999px;
    border: 1px solid #1e3a2b;
    background-color: transparent;
    color: #1e3a2b;
    font-weight: 500;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.bc_product_button:hover {
    background-color: #1e3a2b;
    color: white;
}

.bc_button_icon {
    font-size: 1rem;
}

/* Pagination */
.bc_pagination_wrapper {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.bc_pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bc_pagination_button {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    background-color: transparent;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s;
}


.bc_pagination_button:hover {
    background-color: #1e3a2b;
    color: white;
    border-color: #1e3a2b;
}

.bc_pagination_active {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e3a2b;
    color: white;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.bc_pagination_icon {
    font-size: 1rem;
}

.bc_pagination .page-numbers {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    background-color: transparent;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s;
}

.bc_pagination .page-numbers.current {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e3a2b;
    color: white;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

/* Footer */
.bc_footer {
    background-color: #1e3a2b;
    color: white;
    padding: 3rem 0;
}

.bc_footer_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.bc_footer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .bc_footer_content {
        flex-direction: row;
    }
}

.bc_footer_brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bc_footer_logo {
    width: 2rem;
    height: 2rem;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bc_footer_logo_text {
    color: #1e3a2b;
    font-weight: 700;
    font-size: 1.125rem;
}

.bc_footer_brand_name {
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: 0.025em;
}

.bc_footer_copyright {
    font-size: 0.875rem;
    color: #d1d5db;
}

.bc_footer_social {
    display: flex;
    gap: 1rem;
}

.bc_social_link {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.15s;
}

.bc_social_link:hover {
    color: white;
}

/* WhatsApp Button */
.bc_whatsapp_fab {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 50;
    background-color: #25D366;
    color: white;
    padding: 0.875rem;
    border-radius: 50%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
}

.bc_whatsapp_fab:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.25rem);
}

/* Scrollbar Styles */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
