:root {
--c-primary: #E63956;
--c-secondary: #8C1D3A;
--c-accent: #FFB86B;
--c-bg: #0D0D12;
--c-surface: #1A1A24;
--c-text: #FAF1F3;
--c-text-muted: #C6B4BA;
--f-head: 'Inter', sans-serif;
--f-body: 'Roboto', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; background: var(--c-bg); color: var(--c-text); font-family: var(--f-body); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: var(--f-head); font-weight: 800; line-height: 1.2; margin-bottom: 0.5em; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 3vw, 1.75rem); }
.text-center { text-align: center; }
.apexathleticssport_container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.apexathleticssport_btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; font-family: var(--f-head); font-weight: 800; cursor: pointer; border: none; min-height: 44px; min-width: 44px; transition: transform 0.2s ease, background 0.2s ease; }
.apexathleticssport_btn:active { transform: scale(0.96); }
.apexathleticssport_btn_primary { background: var(--c-primary); color: #fff; position: relative; overflow: hidden; }
.apexathleticssport_btn_primary:hover { background: var(--c-secondary); }
.apexathleticssport_btn_outline { background: transparent; border: 2px solid var(--c-primary); color: var(--c-primary); }
.apexathleticssport_btn_outline:hover { background: var(--c-primary); color: #fff; }
.apexathleticssport_icon_btn { background: none; border: none; color: var(--c-text); cursor: pointer; position: relative; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; }
.apexathleticssport_header { position: sticky; top: 0; z-index: 100; background: var(--c-bg); border-bottom: 1px solid var(--c-surface); transition: backdrop-filter 0.3s, box-shadow 0.3s; }
.apexathleticssport_header.header--scrolled { backdrop-filter: blur(14px); box-shadow: 0 2px 24px rgba(0,0,0,0.12); border-bottom: 1px solid var(--c-primary); }
.apexathleticssport_header_inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.apexathleticssport_logo img { height: 32px; }
.apexathleticssport_menu { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--c-surface); padding: 16px; z-index: 200; box-shadow: 0 4px 12px rgba(0,0,0,0.5); }
.apexathleticssport_menu.is-open { display: flex; }
.apexathleticssport_nav_link { font-family: var(--f-head); font-weight: 800; padding: 12px 0; color: var(--c-text); position: relative; }
.apexathleticssport_header_actions { display: flex; align-items: center; gap: 8px; }
.apexathleticssport_burger { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; cursor: pointer; background: none; border: none; color: var(--c-text); }
.apexathleticssport_cart_badge { position: absolute; top: 2px; right: 2px; background: var(--c-primary); color: #fff; font-size: 11px; font-weight: bold; height: 18px; min-width: 18px; border-radius: 9px; display: flex; align-items: center; justify-content: center; padding: 0 4px; }
.apexathleticssport_auth_state { display: none; margin-left: 8px; font-size: 14px; font-family: var(--f-head); }
@media (min-width: 768px) {
.apexathleticssport_menu { display: flex; flex-direction: row; position: static; padding: 0; background: transparent; gap: 24px; box-shadow: none; }
.apexathleticssport_burger { display: none; }
.apexathleticssport_nav_link { padding: 8px 0; }
.apexathleticssport_nav_link::after { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; background: var(--c-primary); width: 0; transition: width 0.2s ease; }
.apexathleticssport_nav_link:hover::after { width: 100%; }
.apexathleticssport_auth_state { display: block; }
}
.apexathleticssport_hero { position: relative; min-height: 80vh; display: flex; align-items: center; }
.apexathleticssport_hero_bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.apexathleticssport_hero_overlay { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(140,29,58,0.4) 0%, rgba(13,13,18,0.9) 100%); }
.apexathleticssport_hero_content { position: relative; z-index: 2; max-width: 800px; text-align: left; opacity: 0; transform: translateY(24px); }
.apexathleticssport_hero_title { color: #fff; margin-bottom: 16px; }
.apexathleticssport_hero_subtitle { font-size: 1.125rem; color: var(--c-text-muted); margin-bottom: 32px; max-width: 600px; }
.apexathleticssport_trust_strip { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; font-family: var(--f-head); font-size: 0.875rem; color: var(--c-accent); }
.apexathleticssport_section { padding: 80px 0; }
.apexathleticssport_bg_surface { background: var(--c-surface); }
.apexathleticssport_grid_3 { display: grid; grid-template-columns: 1fr; gap: 24px; }
.apexathleticssport_grid_2 { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 768px) {
.apexathleticssport_grid_3 { grid-template-columns: repeat(2, 1fr); }
.apexathleticssport_grid_2 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px) {
.apexathleticssport_grid_3 { grid-template-columns: repeat(3, 1fr); }
}
.apexathleticssport_product_card { background: var(--c-bg); border: 1px solid rgba(255,255,255,0.05); overflow: hidden; position: relative; display: flex; flex-direction: column; transition: box-shadow 0.22s ease; }
.apexathleticssport_product_card:hover { box-shadow: 0 12px 32px rgba(0,0,0,0.6); }
.apexathleticssport_product_img_wrap { position: relative; padding-top: 75%; overflow: hidden; }
.apexathleticssport_product_img_wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.22s ease; }
.apexathleticssport_product_card:hover .apexathleticssport_product_img_wrap img { transform: scale(1.07); }
.apexathleticssport_badge { position: absolute; top: 12px; left: 12px; background: var(--c-accent); color: var(--c-bg); font-family: var(--f-head); font-weight: 800; font-size: 12px; padding: 4px 8px; z-index: 2; }
.apexathleticssport_wishlist_toggle { position: absolute; top: 12px; right: 12px; z-index: 2; background: rgba(0,0,0,0.5); border-radius: 50%; color: #fff; transition: color 0.2s; }
.apexathleticssport_wishlist_toggle.is-active { color: var(--c-primary); }
.apexathleticssport_product_info_sm { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.apexathleticssport_product_title { font-size: 1.25rem; margin-bottom: 8px; color: #fff; }
.apexathleticssport_product_desc_short { font-size: 0.875rem; color: var(--c-text-muted); margin-bottom: 16px; flex-grow: 1; }
.apexathleticssport_product_price { font-family: var(--f-head); font-weight: 800; font-size: 1.5rem; color: var(--c-primary); margin-bottom: 16px; }
.apexathleticssport_split { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 768px) {
.apexathleticssport_split { grid-template-columns: 1fr 1fr; gap: 64px; }
}
.apexathleticssport_paragraph { margin-bottom: 16px; color: var(--c-text-muted); }
.apexathleticssport_step_card { background: var(--c-bg); padding: 32px; border-left: 4px solid var(--c-primary); }
.apexathleticssport_step_number { font-family: var(--f-head); font-size: 3rem; font-weight: 800; color: var(--c-primary); opacity: 0.2; line-height: 1; margin-bottom: 16px; }
.apexathleticssport_review_wall { column-count: 1; column-gap: 24px; }
@media (min-width: 768px) { .apexathleticssport_review_wall { column-count: 2; } }
@media (min-width: 1200px) { .apexathleticssport_review_wall { column-count: 3; } }
.apexathleticssport_review_card { background: var(--c-surface); padding: 24px; margin-bottom: 24px; break-inside: avoid; border: 1px solid rgba(255,255,255,0.05); }
.apexathleticssport_stars { color: var(--c-accent); margin-bottom: 12px; }
.apexathleticssport_article_card { background: var(--c-bg); height: 100%; border: 1px solid rgba(255,255,255,0.05); }
.apexathleticssport_article_content { padding: 24px; }
.apexathleticssport_text_link { color: var(--c-primary); font-family: var(--f-head); font-weight: 800; }
.apexathleticssport_text_link:hover { text-decoration: underline; }
.apexathleticssport_tips_grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .apexathleticssport_tips_grid { grid-template-columns: repeat(2, 1fr); } }
.apexathleticssport_tip_item { background: var(--c-surface); padding: 20px; font-size: 0.95rem; color: var(--c-text-muted); }
.apexathleticssport_tip_item strong { display: block; color: #fff; font-family: var(--f-head); margin-bottom: 8px; }
.apexathleticssport_faq_accordion { border-top: 1px solid rgba(255,255,255,0.1); }
.apexathleticssport_faq_item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.apexathleticssport_faq_btn { width: 100%; text-align: left; padding: 20px 0; background: none; border: none; color: #fff; font-family: var(--f-head); font-weight: 800; font-size: 1.125rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.apexathleticssport_faq_btn::after { content: '+'; font-size: 1.5rem; color: var(--c-primary); }
.apexathleticssport_faq_btn[aria-expanded="true"]::after { content: '−'; }
.apexathleticssport_faq_content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.apexathleticssport_seo_megablock { background: var(--c-surface); padding: 80px 0; }
.apexathleticssport_seo_header { max-width: 800px; margin-bottom: 48px; }
.apexathleticssport_seo_module { background: var(--c-bg); padding: 32px; border-left: 2px solid var(--c-primary); }
.apexathleticssport_stats_row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.1); }
@media (min-width: 768px) { .apexathleticssport_stats_row { grid-template-columns: repeat(4, 1fr); } }
.apexathleticssport_stat_box { text-align: center; }
.apexathleticssport_stat_num { font-family: var(--f-head); font-size: 2.5rem; font-weight: 800; color: var(--c-primary); }
.apexathleticssport_stat_label { color: var(--c-text-muted); font-size: 0.875rem; text-transform: uppercase; letter-spacing: 1px; }
.apexathleticssport_page_header { background: var(--c-surface); padding: 60px 0; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.05); }
.apexathleticssport_page_title { margin-bottom: 16px; }
.apexathleticssport_page_subtitle { color: var(--c-text-muted); max-width: 600px; margin: 0 auto; }
.apexathleticssport_shop_layout { display: flex; flex-direction: column; gap: 32px; padding: 40px 16px; }
@media (min-width: 768px) { .apexathleticssport_shop_layout { flex-direction: row; } }
.apexathleticssport_shop_sidebar { width: 100%; }
@media (min-width: 768px) { .apexathleticssport_shop_sidebar { width: 250px; flex-shrink: 0; } }
.apexathleticssport_filter_group { display: flex; flex-direction: column; gap: 8px; }
.apexathleticssport_filter_btn { text-align: left; padding: 12px 16px; background: var(--c-surface); border: 1px solid transparent; color: var(--c-text); cursor: pointer; transition: all 0.2s; }
.apexathleticssport_filter_btn.is-active, .apexathleticssport_filter_btn:hover { border-color: var(--c-primary); color: var(--c-primary); }
.apexathleticssport_shop_main { flex-grow: 1; }
.apexathleticssport_consultation_banner { background: linear-gradient(45deg, var(--c-secondary), var(--c-bg)); padding: 64px 0; margin-top: 64px; }
.apexathleticssport_product_detail { display: flex; flex-direction: column; gap: 32px; margin-top: 32px; }
@media (min-width: 768px) { .apexathleticssport_product_detail { flex-direction: row; align-items: flex-start; } }
.apexathleticssport_product_gallery { width: 100%; }
@media (min-width: 768px) { .apexathleticssport_product_gallery { width: 55%; flex-shrink: 0; } }
.apexathleticssport_main_img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin-bottom: 16px; background: var(--c-surface); }
.apexathleticssport_thumb_strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.apexathleticssport_thumb { width: 100%; aspect-ratio: 1; object-fit: cover; cursor: pointer; border: 2px solid transparent; }
.apexathleticssport_thumb.is-active { border-color: var(--c-primary); }
.apexathleticssport_product_info { width: 100%; }
.apexathleticssport_breadcrumb { font-size: 0.875rem; color: var(--c-text-muted); margin: 24px 0; }
.apexathleticssport_tags_row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.apexathleticssport_tag { background: var(--c-surface); padding: 4px 12px; font-size: 0.75rem; text-transform: uppercase; border-radius: 12px; }
.apexathleticssport_cart_layout { display: flex; flex-direction: column; gap: 40px; padding: 40px 0; }
@media (min-width: 768px) { .apexathleticssport_cart_layout { flex-direction: row; } }
.apexathleticssport_cart_items { flex-grow: 1; display: flex; flex-direction: column; gap: 24px; }
.apexathleticssport_cart_item { display: flex; flex-direction: column; gap: 16px; background: var(--c-surface); padding: 16px; }
@media (min-width: 480px) { .apexathleticssport_cart_item { flex-direction: row; align-items: center; } }
.apexathleticssport_cart_item_img { width: 100%; max-width: 120px; aspect-ratio: 1; object-fit: cover; }
.apexathleticssport_cart_item_details { flex-grow: 1; }
.apexathleticssport_cart_qty { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.apexathleticssport_qty_btn { background: var(--c-bg); border: 1px solid rgba(255,255,255,0.1); color: #fff; width: 32px; height: 32px; cursor: pointer; }
.apexathleticssport_cart_summary { width: 100%; background: var(--c-surface); padding: 32px; }
@media (min-width: 768px) { .apexathleticssport_cart_summary { width: 350px; flex-shrink: 0; } }
.apexathleticssport_cart_total { display: flex; justify-content: space-between; font-size: 1.25rem; font-family: var(--f-head); font-weight: 800; margin: 24px 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.apexathleticssport_auth_tabs { display: flex; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 32px; max-width: 400px; margin-left: auto; margin-right: auto; margin-top: 40px; }
.apexathleticssport_auth_tab { flex: 1; background: none; border: none; color: var(--c-text-muted); font-family: var(--f-head); font-weight: 800; padding: 16px; cursor: pointer; border-bottom: 2px solid transparent; }
.apexathleticssport_auth_tab.is-active { color: var(--c-primary); border-color: var(--c-primary); }
.apexathleticssport_auth_panel { display: none; }
.apexathleticssport_auth_panel.is-active { display: block; }
.apexathleticssport_form { display: flex; flex-direction: column; gap: 16px; }
.apexathleticssport_form_row { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 480px) { .apexathleticssport_form_row { grid-template-columns: 1fr 1fr; } }
.apexathleticssport_form_group { display: flex; flex-direction: column; gap: 8px; }
.apexathleticssport_form_group label { font-size: 0.875rem; color: var(--c-text-muted); }
.apexathleticssport_form_group input, .apexathleticssport_form_group select, .apexathleticssport_form_group textarea { width: 100%; background: var(--c-bg); border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 12px; font-family: var(--f-body); font-size: 16px; }
.apexathleticssport_form_group input:focus { border-color: var(--c-primary); outline: none; }
.apexathleticssport_error_msg { color: var(--c-primary); font-size: 0.875rem; }
.apexathleticssport_dashboard_header { display: flex; justify-content: space-between; align-items: center; margin: 40px 0; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.apexathleticssport_account_grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .apexathleticssport_account_grid { grid-template-columns: 2fr 1fr; } }
.apexathleticssport_order_history_placeholder { background: var(--c-surface); padding: 32px; text-align: center; border: 1px dashed rgba(255,255,255,0.2); }
.apexathleticssport_contact_form_wrapper { background: var(--c-surface); padding: 40px; }
.apexathleticssport_policy_content { max-width: 800px; padding: 60px 16px; }
.apexathleticssport_policy_content h2 { margin-top: 40px; color: var(--c-primary); }
.apexathleticssport_footer { background: var(--c-surface); padding: 64px 0 32px; margin-top: auto; border-top: 1px solid rgba(255,255,255,0.05); }
.apexathleticssport_footer_grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 48px; }
@media (min-width: 768px) { .apexathleticssport_footer_grid { grid-template-columns: 2fr 1fr 1fr 1.5fr; } }
.apexathleticssport_footer_logo { height: 40px; margin-bottom: 16px; }
.apexathleticssport_footer_tagline { color: var(--c-primary); font-family: var(--f-head); font-weight: 800; margin-bottom: 8px; }
.apexathleticssport_footer_nav h4, .apexathleticssport_footer_identity h4 { color: #fff; margin-bottom: 16px; font-size: 1rem; }
.apexathleticssport_footer_nav a { display: block; color: var(--c-text-muted); margin-bottom: 8px; padding: 4px 0; }
.apexathleticssport_footer_nav a:hover { color: var(--c-primary); }
.apexathleticssport_footer_identity p { color: var(--c-text-muted); font-size: 0.875rem; margin-bottom: 4px; }
.apexathleticssport_footer_bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; text-align: center; color: var(--c-text-muted); font-size: 0.875rem; }
.apexathleticssport_small_note { font-size: 0.75rem; color: rgba(255,255,255,0.5); margin-top: 8px; }
.apexathleticssport_modal_backdrop { position: fixed; inset: 0; background: rgba(13,13,18,0.8); backdrop-filter: blur(4px); z-index: 1000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.2s; }
.apexathleticssport_modal_backdrop.is-open { opacity: 1; pointer-events: auto; }
.apexathleticssport_modal_panel { background: var(--c-surface); width: calc(100% - 32px); max-width: 600px; max-height: 90vh; overflow-y: auto; padding: 32px; position: relative; transform: translateY(56px); transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1); border: 1px solid var(--c-primary); }
.apexathleticssport_modal_backdrop.is-open .apexathleticssport_modal_panel { transform: translateY(0); }
.apexathleticssport_modal_close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.apexathleticssport_success_icon { width: 64px; height: 64px; stroke: var(--c-primary); stroke-width: 2; margin: 0 auto 16px; }
.apexathleticssport_toast { position: fixed; bottom: 24px; right: 24px; background: var(--c-primary); color: #fff; padding: 16px 24px; font-family: var(--f-head); font-weight: 800; z-index: 2000; transform: translateX(110%); transition: transform 0.27s ease-out, opacity 0.2s; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
.apexathleticssport_toast.is-visible { transform: translateX(0); }
.apexathleticssport_chat_widget { position: fixed; bottom: 24px; right: 24px; z-index: 500; display: flex; flex-direction: column; align-items: flex-end; }
.apexathleticssport_chat_toggle { width: 56px; height: 56px; border-radius: 28px; background: var(--c-primary); color: #fff; border: none; cursor: pointer; box-shadow: 0 4px 12px rgba(230,57,86,0.4); display: flex; align-items: center; justify-content: center; transition: transform 0.3s; }
.apexathleticssport_chat_toggle.is-open { transform: rotate(45deg); }
.apexathleticssport_chat_panel { width: calc(100vw - 32px); max-width: 360px; background: var(--c-surface); border: 1px solid rgba(255,255,255,0.1); margin-bottom: 16px; display: flex; flex-direction: column; max-height: 0; overflow: hidden; transition: max-height 0.27s ease-out; opacity: 0; }
.apexathleticssport_chat_panel.is-open { max-height: 380px; opacity: 1; }
.apexathleticssport_chat_header { background: var(--c-secondary); padding: 16px; font-family: var(--f-head); font-weight: 800; }
.apexathleticssport_chat_body { flex-grow: 1; padding: 16px; overflow-y: auto; height: 250px; display: flex; flex-direction: column; gap: 12px; }
.apexathleticssport_chat_msg { padding: 10px 14px; border-radius: 8px; max-width: 85%; font-size: 0.875rem; }
.apexathleticssport_chat_msg.bot { background: rgba(255,255,255,0.05); align-self: flex-start; }
.apexathleticssport_chat_msg.user { background: var(--c-primary); color: #fff; align-self: flex-end; }
.apexathleticssport_chat_input_area { display: flex; border-top: 1px solid rgba(255,255,255,0.1); }
.apexathleticssport_chat_input { flex-grow: 1; background: transparent; border: none; color: #fff; padding: 12px; font-family: var(--f-body); }
.apexathleticssport_chat_input:focus { outline: none; background: rgba(255,255,255,0.05); }
.apexathleticssport_chat_send { background: transparent; border: none; color: var(--c-primary); font-family: var(--f-head); font-weight: 800; padding: 0 16px; cursor: pointer; }
.apexathleticssport_cookie_banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--c-surface); border-top: 2px solid var(--c-primary); padding: 24px; z-index: 900; display: flex; flex-direction: column; gap: 16px; transform: translateY(100%); transition: transform 0.36s ease-out; }
.apexathleticssport_cookie_banner.is-visible { transform: translateY(0); }
@media (min-width: 768px) { .apexathleticssport_cookie_banner { flex-direction: row; align-items: center; justify-content: space-between; } }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }