/*
Theme Name: Pinnacle Comp
Theme URI: https://pinnaclecompetitions.co.uk
Author: Daniel Dykes
Author URI: https://openai.com
Description: Premium WooCommerce competition theme styling for Pinnacle Competitions
Version: 4.0.0
Text Domain: pinnacle-comp
*/

/* =========================================================
   RESET / BASE
========================================================= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    line-height: 1.5;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 210, 110, 0.15) 0%, transparent 28%),
        radial-gradient(circle at 84% 16%, rgba(186, 74, 255, 0.15) 0%, transparent 26%),
        radial-gradient(circle at 76% 50%, rgba(255, 186, 77, 0.10) 0%, transparent 24%),
        radial-gradient(circle at 18% 82%, rgba(128, 42, 214, 0.12) 0%, transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(255, 82, 172, 0.08) 0%, transparent 22%),
        linear-gradient(135deg, #030304 0%, #09070d 20%, #16091b 48%, #0b0a10 74%, #040404 100%);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.25s ease;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.site,
.site-content,
#page {
    min-height: 100vh;
}

/* =========================================================
   VARIABLES
========================================================= */
:root {
    --bg-main: #05060b;
    --bg-card: rgba(10, 10, 16, 0.92);
    --bg-card-2: rgba(12, 8, 22, 0.96);
    --bg-soft: rgba(255,255,255,0.04);
    --text-main: #ffffff;
    --text-soft: rgba(255,255,255,0.74);
    --text-muted: rgba(255,255,255,0.54);
    --border: rgba(255,255,255,0.09);
    --border-strong: rgba(255,255,255,0.16);
    --red: #d40000;
    --red-2: #ff2f6a;
    --purple: #8b5cf6;
    --purple-2: #ec4899;
    --gold: #f3d27a;
    --shadow: 0 18px 40px rgba(0,0,0,0.34);
    --shadow-soft: 0 10px 24px rgba(0,0,0,0.22);
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 22px;
    --radius-xl: 28px;
    --container: 1320px;
    --wide-container: 1720px;
    --header-top-height: 92px;
    --promo-bar-height: 34px;
    --header-total-height: 126px;
}

/* =========================================================
   LAYOUT
========================================================= */
.site-content,
#content,
main,
.site-main,
.content-area,
.woocommerce,
.woocommerce-page,
.entry-content {
    width: 100%;
}

.site-main,
.content-area,
.entry-content,
.woocommerce-page .site-main,
.woocommerce .site-main {
    max-width: var(--container);
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

body {
    padding-top: var(--header-total-height);
}

body.admin-bar .site-header,
body.admin-bar #masthead {
    top: 32px;
}

/* =========================================================
   TYPOGRAPHY
========================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 14px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
}

h1 { font-size: clamp(34px, 4vw, 58px); }
h2 { font-size: clamp(26px, 3vw, 40px); }
h3 { font-size: clamp(20px, 2vw, 28px); }

p {
    margin: 0 0 16px;
    color: var(--text-soft);
}

small,
.meta,
.product_meta,
.woocommerce-breadcrumb,
.price-label {
    color: var(--text-muted);
}

/* =========================================================
   BUTTONS
========================================================= */
.button,
.wp-block-button__link,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.add_to_cart_button,
.single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    box-shadow: 0 10px 24px rgba(180, 0, 40, 0.26);
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    transform: translateY(-1px);
    opacity: 1;
    box-shadow: 0 14px 28px rgba(180, 0, 40, 0.36);
}

.button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.secondary-button,
.login-button {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: none;
}

.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.secondary-button:hover,
.login-button:hover {
    background: rgba(255,255,255,0.08);
}

/* =========================================================
   GLOBAL SPACING
========================================================= */
section,
.wp-block-group,
.home .entry-content > *,
.home .site-main > * {
    margin-bottom: 34px;
}

.section-title,
.widget-title,
.related.products > h2,
.woocommerce-tabs h2,
.cart_totals h2,
.checkout h3,
.page-title,
.entry-title {
    margin-bottom: 18px;
}

/* =========================================================
   HEADER
========================================================= */
.site-header.site-header-enhanced,
#masthead.site-header-enhanced {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: transparent;
    border-bottom: none;
    overflow: visible;
}

.site-header-top {
    position: relative;
    z-index: 100002;
    height: var(--header-top-height);
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(7, 5, 32, 0.76) 0%,
        rgba(20, 7, 58, 0.80) 28%,
        rgba(55, 12, 96, 0.72) 58%,
        rgba(32, 5, 42, 0.76) 100%
    );
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.header-shell {
    height: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 48px;
    padding-right: 32px;
}

.site-header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-header.site-header-enhanced .site-branding,
#masthead.site-header-enhanced .site-branding {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 260px;
}

.site-header.site-header-enhanced .custom-logo-link,
#masthead.site-header-enhanced .custom-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.site-header.site-header-enhanced .custom-logo,
#masthead.site-header-enhanced .custom-logo {
    max-height: 58px;
    max-width: 260px;
    width: auto;
    height: auto;
    display: block;
}

.site-title,
.site-description {
    display: none;
}

.main-navigation,
#site-navigation {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    overflow: visible;
}

.header-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
}

.header-menu > li {
    position: relative;
    overflow: visible;
}

.header-menu > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
    white-space: nowrap;
}

.header-menu > li > a:hover {
    background: rgba(255,255,255,0.08);
    color: #ff4da8;
}

.manual-dropdown > a::after {
    content: "⌄";
    font-size: 12px;
    margin-left: 8px;
    opacity: 0.9;
    transform: translateY(-1px);
}

.sub-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 250px;
    padding: 10px;
    margin: 0;
    list-style: none;
    background: rgba(11, 10, 24, 0.96);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 18px;
    box-shadow: 0 22px 40px rgba(0,0,0,0.34);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    z-index: 100500;
}

.manual-dropdown:hover .sub-menu,
.manual-dropdown:focus-within .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.sub-menu a:hover {
    background: rgba(255,255,255,0.08);
}

.header-actions,
.site-header .woocommerce-mini-cart,
.account-buttons,
.header-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.header-actions .header-btn,
.header-actions a.button,
.header-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    border: 1px solid rgba(255,255,255,0.12);
    transition: 0.2s ease;
}

.header-actions .login-button {
    background: rgba(0,0,0,0.32);
    border: 1px solid rgba(255,255,255,0.22);
}

.header-actions .login-button:hover {
    background: rgba(255,255,255,0.06);
}

.header-actions .create-account-button {
    background: linear-gradient(135deg, #cf001d 0%, #ff2f6a 100%);
    box-shadow: 0 8px 20px rgba(255, 46, 106, 0.22);
}

.header-actions .create-account-button:hover {
    transform: translateY(-1px);
}

.header-actions .cart-button {
    width: 44px;
    min-width: 44px;
    padding: 0;
    background: rgba(0,0,0,0.30);
    border: 1px solid rgba(255,255,255,0.20);
    position: relative;
}

.header-actions .cart-button:hover {
    background: rgba(255,255,255,0.06);
}

.cart-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-icon svg {
    width: 18px;
    height: 18px;
}

.pinnacle-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ff2f6a;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
    animation: cartPulse 1.5s infinite;
}

@keyframes cartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

/* =========================================================
   PROMO BAR
========================================================= */
.promo-bar {
    position: relative;
    z-index: 100001;
    height: var(--promo-bar-height);
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #ff2f6f 0%, #b23cff 50%, #ff4aa2 100%);
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 24px rgba(140, 0, 120, 0.16);
    margin-bottom: 8px;
}

.promo-bar-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.promo-bar-track {
    display: flex;
    align-items: center;
    gap: 42px;
    white-space: nowrap;
    width: max-content;
    min-width: 200%;
    height: 100%;
    animation: promoScroll 24s linear infinite;
}

.promo-bar-track span,
.promo-bar-group span {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    height: 100%;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
}

.promo-bar:hover .promo-bar-track {
    animation-play-state: paused;
}

@keyframes promoScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* =========================================================
   MOBILE MENU BUTTON
========================================================= */
.menu-toggle,
.menu-toggle.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.menu-toggle span,
.menu-toggle.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
}

/* =========================================================
   HOMEPAGE GLOBAL
========================================================= */
.homepage-main {
    margin-top: 0;
    padding-top: 0;
}

.home-shell {
    width: min(var(--wide-container), calc(100% - 48px));
    margin: 0 auto;
    padding: 0 0 60px;
    position: relative;
    z-index: 2;
}

.home-hero-section,
.brand-promise-grid,
.how-to-play-section,
.info-steps,
.homepage-trust-strip {
    width: min(var(--wide-container), calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

/* =========================================================
   HOMEPAGE HERO
========================================================= */
.home-hero-section {
    margin-top: 0;
    padding-top: 18px;
    position: relative;
    overflow: hidden;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
}

.home-hero-section > * {
    margin-left: auto !important;
    margin-right: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

.hero-comp-card,
.featured-competition-card,
.hero-featured-card,
.home-featured-card,
.featured-prize-card {
    position: relative;
    width: min(1120px, 100%) !important;
    max-width: 1120px !important;
    min-height: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #08080d;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 22px 60px rgba(0,0,0,0.34);
    margin: 0 auto 24px !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
}

.hero-comp-media {
    position: relative;
    display: block;
    width: 100%;
    background: #08080d;
}

.hero-comp-media img,
.featured-competition-card img,
.hero-featured-card img,
.home-featured-card img,
.featured-prize-card img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: contain;
    object-position: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hero-comp-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,5,8,0.38) 0%, rgba(7,6,12,0.18) 32%, rgba(10,8,18,0.06) 58%, rgba(0,0,0,0.02) 100%);
    pointer-events: none;
}

.hero-comp-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 360px;
}

.hero-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(135deg, #b90fff 0%, #ff4eb1 100%);
    box-shadow: 0 10px 24px rgba(185, 15, 255, 0.24);
    margin-bottom: 18px;
}

.hero-title,
.brand-promise-card h2,
.section-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 0.94;
}

.hero-title {
    font-size: clamp(42px, 5.2vw, 82px);
    margin: 0 0 14px;
    max-width: 11ch;
}

.hero-copy {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255,255,255,0.88);
    max-width: 54ch;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.hero-meta-divider {
    opacity: 0.45;
}

.hero-enter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffffff;
    background: linear-gradient(135deg, #d1001f 0%, #ff3d74 100%);
    box-shadow: 0 16px 34px rgba(255, 61, 116, 0.24);
    width: fit-content;
    transition: 0.2s ease;
}

.hero-enter-button:hover {
    transform: translateY(-1px);
}.hero-actions-upgraded {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.hero-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #ffffff;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 12px 28px rgba(0,0,0,0.16);
    width: fit-content;
    transition: 0.25s ease;
}

.hero-secondary-button:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,0.09);
    border-color: rgba(255,255,255,0.24);
}

.hero-urgency-line {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #ff5aa8;
    line-height: 1.5;
    text-shadow: 0 0 18px rgba(255, 90, 168, 0.18);
}

/* =========================================================
   BRAND PROMISE GRID
========================================================= */
.brand-promise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 0;
    margin-bottom: 42px;
}

.brand-promise-card {
    background: linear-gradient(180deg, rgba(5,5,8,0.96) 0%, rgba(7,3,14,0.96) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 24px 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.22);
    min-height: 180px;
}

.brand-promise-card h2 {
    font-size: 20px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin: 0 0 12px;
    color: #ff4fd8;
    text-transform: uppercase;
}

.brand-promise-card p {
    margin: 0;
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 1.6;
}

/* =========================================================
   SECTION HEADINGS
========================================================= */
.section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.section-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
}

.section-title {
    margin: 0;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
}

.section-subtitle {
    margin: 0;
    font-size: 16px;
    color: rgba(255,255,255,0.68);
}

/* =========================================================
   HOMEPAGE CAROUSEL
========================================================= */
.home .home-carousel-section {
    width: min(1720px, calc(100vw - 32px)) !important;
    max-width: 1720px !important;
    margin: 36px auto 64px !important;
    padding: 0 !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    overflow: hidden !important;
}

.home .home-carousel-section .section-heading-row {
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 3 !important;
}

.home .home-carousel-section .competitions-carousel-wrap {
    position: relative !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
}

.home .competitions-carousel-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 24px !important;
    width: max-content !important;
    animation: pinnacleCompScroll 34s linear infinite !important;
    will-change: transform !important;
}

.home .competitions-carousel-wrap:hover .competitions-carousel-track {
    animation-play-state: paused !important;
}

@keyframes pinnacleCompScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 12px)); }
}

.home .competition-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex: 0 0 360px !important;
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
    min-height: 520px !important;
    background: linear-gradient(180deg, rgba(8,8,12,0.96) 0%, rgba(12,8,22,0.98) 100%) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 16px 40px rgba(0,0,0,0.22) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease !important;
    position: relative !important;
}

.home .competition-card:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 0 24px 54px rgba(0,0,0,0.36) !important;
    z-index: 5 !important;
}

.home .competition-card-image {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    background: #0a0a0f !important;
}

.home .competition-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.35s ease !important;
}

.home .competition-card:hover .competition-card-image img {
    transform: scale(1.03) !important;
}

.home .competition-card-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 22px !important;
}

.home .competition-card-title {
    margin: 0 0 10px !important;
    font-size: 21px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    color: #ffffff !important;
}

.home .competition-card-title a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.home .competition-card-price {
    margin-bottom: 16px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--gold) !important;
}

.home .competition-card-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 50px !important;
    margin-top: auto !important;
    padding: 0 18px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, var(--purple) 0%, var(--purple-2) 100%) !important;
}

/* Hide default homepage product loops */
.home .featured-products,
.home .product-grid,
.home .featured-competition,
.home .featured-competitions,
.home .home-featured-products,
.home .homepage-featured-products,
.home > ul.products,
.home .site-main > ul.products,
.home .entry-content > ul.products,
.home .woocommerce-page ul.products,
.home .woocommerce:not(.home-carousel-section) > ul.products,
body.home .featured-products,
body.home .product-grid,
body.home .featured-competition,
body.home .featured-competitions,
body.home .home-featured-products,
body.home .homepage-featured-products,
body.home > .products,
body.home .site-main > .products,
body.home .entry-content > .products,
body.home .woocommerce > .products,
body.home ul.products:not(.products-carousel-allow),
body.home .woocommerce ul.products:not(.products-carousel-allow) {
    display: none !important;
}

.home .home-carousel-section ul.products,
.home .home-carousel-section .woocommerce ul.products,
body.home .home-carousel-section ul.products,
body.home .home-carousel-section .woocommerce ul.products {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    width: max-content !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home .home-carousel-section ul.products > li,
body.home .home-carousel-section .woocommerce ul.products > li {
    float: none !important;
    clear: none !important;
    margin: 0 !important;
}

/* =========================================================
   HOW IT WORKS
========================================================= */
.how-to-play-section {
    margin-top: 56px;
    margin-bottom: 64px;
}

.how-to-play-section .section-title {
    margin: 0 0 8px;
    font-size: clamp(34px, 3vw, 52px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #ffffff;
}

.how-to-play-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 26px;
}

.how-to-play-card {
    padding: 30px 26px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(9,9,14,0.88) 0%, rgba(13,7,20,0.92) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 16px 38px rgba(0,0,0,0.18);
    min-height: 210px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.how-to-play-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(0,0,0,0.24);
}

.how-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.28);
}

.how-to-play-card h3 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.how-to-play-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255,255,255,0.78);
}

.how-to-play-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 34px rgba(0,0,0,0.18);
}

.how-highlight-card {
    padding: 22px 20px;
}

.how-highlight-card:nth-child(1) {
    background: linear-gradient(135deg, #7c0f1f 0%, #c81e4b 100%);
}

.how-highlight-card:nth-child(2) {
    background: linear-gradient(135deg, #5b21b6 0%, #9333ea 100%);
}

.how-highlight-card:nth-child(3) {
    background: linear-gradient(135deg, #1d3f91 0%, #2563eb 100%);
}

.how-highlight-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.how-highlight-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255,255,255,0.86);
}

/* =========================================================
   SINGLE PRODUCT
========================================================= */
.single-product div.product,
.woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.88fr);
    gap: 34px;
    align-items: start;
    margin-bottom: 40px;
}

.single-product div.product .woocommerce-product-gallery,
.woocommerce div.product .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 26px;
    padding: 18px;
    box-shadow: var(--shadow);
}

.single-product div.product .summary,
.woocommerce div.product .summary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce div.product .product_title {
    font-size: clamp(34px, 4vw, 52px);
    margin-bottom: 12px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description,
.single-product .entry-summary > p {
    color: var(--text-soft);
    font-size: 17px;
}

.woocommerce div.product form.cart {
    margin-top: 24px;
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(28,30,38,0.96), rgba(18,18,18,0.95));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow-soft);
}

.woocommerce .quantity .qty {
    min-width: 90px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.04);
    color: #fff;
    text-align: center;
}

.woocommerce-product-gallery__wrapper img {
    border-radius: 18px;
}

.flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px !important;
}

.flex-control-thumbs li img {
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}

/* =========================================================
   TABS / DESCRIPTION
========================================================= */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0 0 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    color: #fff;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 22px;
    padding: 24px;
}

/* =========================================================
   CART / CHECKOUT
========================================================= */
.woocommerce table.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-color: rgba(255,255,255,0.06) !important;
    color: #fff;
    padding: 16px;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 22px;
    padding: 24px;
    box-shadow: var(--shadow-soft);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
}

textarea {
    min-height: 130px;
    resize: vertical;
}

::placeholder {
    color: rgba(255,255,255,0.45);
}

/* =========================================================
   MESSAGES / NOTICES
========================================================= */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border: none;
    border-radius: 16px;
    padding: 16px 18px;
    margin-bottom: 18px;
    color: #fff;
    background: rgba(255,255,255,0.05);
    border-left: 4px solid var(--purple);
}

.woocommerce-error {
    border-left-color: #ff3a3a;
}

.woocommerce-message {
    border-left-color: #32d26b;
}

/* =========================================================
   PAGINATION
========================================================= */
.woocommerce nav.woocommerce-pagination ul,
.pagination,
.page-numbers {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none !important;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li,
.page-numbers li {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.page-numbers a,
.page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    color: #fff;
}

/* =========================================================
   WIDGETS / FOOTER
========================================================= */
.widget {
    margin-bottom: 22px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
}

.widget-title {
    font-size: 18px;
    font-weight: 800;
}

.site-footer,
footer.site-footer,
#colophon {
    margin-top: 60px;
    background: rgba(0,0,0,0.7);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 48px 0 24px;
}

.site-footer .site-main,
#colophon .site-main,
.site-footer .container,
#colophon .container {
    max-width: var(--container);
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.footer-widgets,
.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    gap: 26px;
    margin-bottom: 28px;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
#colophon h2,
#colophon h3,
#colophon h4 {
    font-size: 24px;
    margin-bottom: 14px;
}

.site-footer p,
.site-footer li,
.site-footer a,
#colophon p,
#colophon li,
#colophon a {
    color: rgba(255,255,255,0.78);
}

.site-footer .custom-logo,
footer .custom-logo {
    max-height: 120px;
    width: auto;
    height: auto;
    display: block;
}

.site-info,
.footer-bottom {
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.55);
    font-size: 14px;
}

/* =========================================================
   UTILITIES
========================================================= */
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-12 { margin-bottom: 12px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.hidden { display: none !important; }

/* =========================================================
   PREMIUM HERO EFFECTS
========================================================= */
.ticket-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.ticket {
    position: absolute;
    width: 36px;
    height: 70px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f5c96a, #b8841f);
    opacity: 0;
    filter: blur(0.2px) drop-shadow(0 8px 14px rgba(255, 200, 100, 0.25));
    transform: rotate(0deg);
}

.ticket::before,
.ticket::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0b0b0f;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.ticket::before { left: -4px; }
.ticket::after  { right: -4px; }

.t1 { left: 8%; animation: fall1 9s infinite ease-in-out; }
.t2 { left: 22%; animation: fall2 11s infinite ease-in-out; }
.t3 { right: 18%; animation: fall3 10s infinite ease-in-out; }
.t4 { right: 6%; animation: fall4 12s infinite ease-in-out; }
.t5 { left: 50%; animation: fall5 13s infinite ease-in-out; }

@keyframes fall1 {
    0% { transform: translateY(-120px) rotate(-10deg); opacity: 0; }
    20% { opacity: 0.25; }
    60% { transform: translateY(180px) rotate(8deg); opacity: 0.22; }
    100% { transform: translateY(320px) rotate(12deg); opacity: 0; }
}

@keyframes fall2 {
    0% { transform: translateY(-150px) rotate(6deg); opacity: 0; }
    25% { opacity: 0.22; }
    70% { transform: translateY(200px) rotate(-12deg); opacity: 0.20; }
    100% { transform: translateY(340px) rotate(-18deg); opacity: 0; }
}

@keyframes fall3 {
    0% { transform: translateY(-130px) rotate(12deg); opacity: 0; }
    20% { opacity: 0.24; }
    65% { transform: translateY(210px) rotate(-6deg); opacity: 0.22; }
    100% { transform: translateY(350px) rotate(-10deg); opacity: 0; }
}

@keyframes fall4 {
    0% { transform: translateY(-140px) rotate(-8deg); opacity: 0; }
    20% { opacity: 0.20; }
    60% { transform: translateY(190px) rotate(14deg); opacity: 0.18; }
    100% { transform: translateY(320px) rotate(20deg); opacity: 0; }
}

@keyframes fall5 {
    0% { transform: translateY(-160px) rotate(0deg); opacity: 0; }
    30% { opacity: 0.22; }
    75% { transform: translateY(220px) rotate(10deg); opacity: 0.20; }
    100% { transform: translateY(360px) rotate(16deg); opacity: 0; }
}

.home-hero-section .hero-edge-beams {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.home-hero-section .hero-edge-beams::before,
.home-hero-section .hero-edge-beams::after {
    content: "";
    position: absolute;
    top: 60px;
    width: 120px;
    height: 520px;
    opacity: 0.16;
    filter: blur(22px);
    border-radius: 999px;
}

.home-hero-section .hero-edge-beams::before {
    left: 40px;
    background: linear-gradient(180deg, rgba(255,210,120,0) 0%, rgba(255,210,120,0.7) 45%, rgba(255,210,120,0) 100%);
    transform: rotate(-8deg);
}

.home-hero-section .hero-edge-beams::after {
    right: 40px;
    background: linear-gradient(180deg, rgba(190,90,255,0) 0%, rgba(190,90,255,0.55) 48%, rgba(190,90,255,0) 100%);
    transform: rotate(8deg);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1200px) {
    .footer-widgets,
    .footer-grid,
    .single-product div.product,
    .woocommerce div.product {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1100px) {
    .header-shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .site-header-enhanced .custom-logo,
    .site-header-enhanced .site-branding img,
    .site-header-enhanced #masthead img {
        max-height: 60px;
    }

    .brand-promise-grid,
    .how-to-play-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    :root {
        --header-top-height: 82px;
        --promo-bar-height: 38px;
        --header-total-height: 120px;
    }

    .site-main,
    .content-area,
    .entry-content,
    .woocommerce-page .site-main,
    .woocommerce .site-main,
    .header-shell,
    .home-shell,
    .home-hero-section,
    .brand-promise-grid,
    .home .home-carousel-section,
    .how-to-play-section,
    .info-steps,
    .homepage-trust-strip {
        width: calc(100% - 36px) !important;
        padding-left: 0;
        padding-right: 0;
    }

    .site-main,
    .content-area,
    .entry-content,
    .woocommerce-page .site-main,
    .woocommerce .site-main,
    .header-shell {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .menu-toggle,
    .menu-toggle.nav-toggle {
        display: inline-flex;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        border-radius: 14px !important;
        flex: 0 0 44px !important;
    }

    .site-header.site-header-enhanced .site-branding,
    #masthead.site-header-enhanced .site-branding {
        min-width: 0 !important;
        flex: 0 0 auto !important;
    }

    .site-header.site-header-enhanced .custom-logo,
    #masthead.site-header-enhanced .custom-logo {
        max-height: 42px !important;
        max-width: 120px !important;
    }

    .site-header-inner {
        gap: 8px !important;
    }

    .main-navigation {
        position: relative;
        justify-content: flex-end;
    }

    .header-menu {
        display: none;
        position: fixed !important;
        top: 94px !important;
        left: 10px !important;
        right: 10px !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100vh - 120px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 14px;
        background: rgba(12, 10, 24, 0.97);
        border: 1px solid rgba(255,255,255,0.10);
        border-radius: 18px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.36);
        z-index: 999999 !important;
    }

    .main-navigation.mobile-open .header-menu {
        display: flex !important;
    }

    .header-menu > li > a {
        justify-content: flex-start;
        width: 100%;
        min-height: 48px !important;
        padding: 0 14px;
        font-size: 16px !important;
    }

    .manual-dropdown .sub-menu {
        position: static;
        min-width: 100%;
        margin-top: 8px;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: block;
        background: rgba(255,255,255,0.03);
        box-shadow: none;
        border-radius: 14px;
        max-height: none !important;
        overflow: visible !important;
        padding: 8px !important;
    }

    .manual-dropdown .sub-menu a {
        padding: 12px 14px !important;
        font-size: 15px !important;
    }

    .header-actions {
        gap: 6px !important;
        flex-wrap: nowrap !important;
    }

    .header-actions .cart-button {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
    }

    .site-header-enhanced .header-actions .button,
    .header-actions .login-button,
    .header-actions .create-account-button {
        min-height: 42px !important;
        font-size: 12px !important;
        padding: 0 12px !important;
        white-space: nowrap !important;
    }

    .header-actions .create-account-button {
        max-width: 126px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .promo-bar-track span {
        font-size: 14px;
    }

    .home .competitions-carousel-track {
        animation-duration: 24s !important;
    }

    .home .competition-card {
        flex: 0 0 360px !important;
        width: 360px !important;
        min-width: 360px !important;
        max-width: 360px !important;
        min-height: 500px !important;
    }

    .how-to-play-grid,
    .how-to-play-highlights,
    .homepage-trust-box,
    .footer-widgets,
    .footer-grid,
    .single-product div.product,
    .woocommerce div.product {
        grid-template-columns: 1fr;
    }

    .how-to-play-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    body.admin-bar .site-header,
    body.admin-bar #masthead {
        top: 46px;
    }

    .site-main,
    .content-area,
    .entry-content,
    .woocommerce-page .site-main,
    .woocommerce .site-main,
    .header-shell {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .home-shell,
    .brand-promise-grid,
    .how-to-play-section,
    .info-steps,
    .homepage-trust-strip {
        width: calc(100% - 20px) !important;
    }

    .home-hero-section {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 10px !important;
    }

    .home-hero-section > .home-shell {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 36px !important;
    }

    .home .home-carousel-section {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 36px calc(50% - 50vw) 56px !important;
        padding: 0 !important;
        left: auto !important;
        transform: none !important;
        overflow: hidden !important;
    }

    .site-header-inner {
        gap: 6px !important;
    }

    .site-header.site-header-enhanced .site-branding,
    #masthead.site-header-enhanced .site-branding {
        min-width: 0 !important;
        flex: 0 0 auto !important;
    }

    .site-header.site-header-enhanced .custom-logo,
    #masthead.site-header-enhanced .custom-logo,
    .site-header-enhanced .site-branding img,
    .site-header-enhanced #masthead img {
        max-height: 38px !important;
        max-width: 110px !important;
    }

    .menu-toggle,
    .menu-toggle.nav-toggle {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        flex: 0 0 40px !important;
        border-radius: 12px !important;
    }

    .header-actions {
        gap: 4px !important;
        flex-wrap: nowrap !important;
    }

    .header-actions .cart-button {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
    }

    .header-actions .login-button,
    .header-actions .create-account-button,
    .site-header-enhanced .header-actions .button {
        min-height: 40px !important;
        font-size: 11px !important;
        padding: 0 10px !important;
        border-radius: 12px !important;
        white-space: nowrap !important;
    }

    .header-actions .create-account-button {
        max-width: 118px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .header-menu {
        display: none;
        position: fixed !important;
        top: 88px !important;
        left: 10px !important;
        right: 10px !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100vh - 110px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
        padding: 14px !important;
        background: rgba(12, 10, 24, 0.97) !important;
        border: 1px solid rgba(255,255,255,0.10) !important;
        border-radius: 18px !important;
        box-shadow: 0 20px 40px rgba(0,0,0,0.36) !important;
        z-index: 999999 !important;
    }

    .main-navigation.mobile-open .header-menu {
        display: flex !important;
    }

    .header-menu > li > a {
        justify-content: flex-start !important;
        width: 100% !important;
        min-height: 46px !important;
        padding: 0 14px !important;
        font-size: 16px !important;
    }

    .manual-dropdown .sub-menu {
        position: static !important;
        min-width: 100% !important;
        margin-top: 8px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        display: block !important;
        background: rgba(255,255,255,0.03) !important;
        box-shadow: none !important;
        border-radius: 14px !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 8px !important;
    }

    .manual-dropdown .sub-menu a {
        padding: 12px 14px !important;
        font-size: 15px !important;
    }

    .hero-comp-card {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 20px !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .hero-comp-media,
    .hero-comp-media img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center !important;
    }

    .hero-comp-content {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 14px 16px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        background: linear-gradient(
            180deg,
            rgba(20, 10, 28, 0.00) 0%,
            rgba(20, 10, 28, 0.72) 18%,
            rgba(10, 6, 18, 0.96) 100%
        ) !important;
        z-index: 3 !important;
    }

    .hero-kicker {
        width: auto !important;
        max-width: 190px !important;
        min-height: 34px !important;
        margin: 0 auto 10px !important;
        padding: 0 16px !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 10px !important;
        border-radius: 999px !important;
    }

    .hero-enter-button {
        width: auto !important;
        max-width: 230px !important;
        min-width: 160px !important;
        min-height: 46px !important;
        margin: 0 auto !important;
        padding: 0 24px !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 13px !important;
        border-radius: 12px !important;
    }

    .hero-title {
        max-width: none !important;
        font-size: clamp(30px, 8vw, 42px) !important;
    }

    .hero-copy {
        font-size: 15px !important;
    }

    .brand-promise-grid {
        grid-template-columns: 1fr !important;
    }

    .brand-promise-card {
        padding: 20px 18px !important;
        border-radius: 18px !important;
    }

    .brand-promise-card h2,
    .home .competition-card-title,
    .how-to-play-card h3 {
        font-size: 18px !important;
    }

    .brand-promise-card p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .home .home-carousel-section .section-heading-row {
        padding: 0 12px !important;
        margin-bottom: 18px !important;
    }

    .home .home-carousel-section .competitions-carousel-wrap {
        position: relative !important;
        width: 100% !important;
        padding: 0 !important;
        overflow: hidden !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    .home .home-carousel-section .competitions-carousel-wrap::before,
    .home .home-carousel-section .competitions-carousel-wrap::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 18px;
        z-index: 3;
        pointer-events: none;
    }

    .home .home-carousel-section .competitions-carousel-wrap::before {
        left: 0;
        background: linear-gradient(to right, rgba(3,3,7,0.96) 0%, rgba(3,3,7,0) 100%);
    }

    .home .home-carousel-section .competitions-carousel-wrap::after {
        right: 0;
        background: linear-gradient(to left, rgba(3,3,7,0.96) 0%, rgba(3,3,7,0) 100%);
    }

    .home .competitions-carousel-track {
        gap: 16px !important;
        padding: 0 12px !important;
    }

    .home .competition-card {
        flex: 0 0 calc(100vw - 36px) !important;
        width: calc(100vw - 36px) !important;
        min-width: calc(100vw - 36px) !important;
        max-width: calc(100vw - 36px) !important;
        min-height: 0 !important;
        border-radius: 20px !important;
    }

    .ticket-overlay {
        display: block !important;
    }

    .how-to-play-grid,
    .how-to-play-highlights,
    .homepage-trust-box,
    .footer-widgets,
    .footer-grid,
    .single-product div.product,
    .woocommerce div.product,
    ul.products,
    .woocommerce ul.products {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .woocommerce div.product .product_title,
    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        font-size: 32px !important;
    }

    h1 { font-size: 32px !important; }
    h2 { font-size: 26px !important; }
    h3 { font-size: 20px !important; }
}

@media (min-width: 1500px) {
    .home .home-carousel-section {
        width: calc(100vw - 20px) !important;
        max-width: 1820px !important;
    }
}/* =========================================================
   SINGLE COMPETITION PAGE
========================================================= */

.single-competition {
    padding: 34px 0 60px;
}

.single-competition__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
    gap: 28px;
    align-items: start;
}

.competition-hero-card,
.purchase-panel,
.sidebar-panel,
.content-panel {
    background: rgba(10, 10, 16, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.competition-hero-image {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.content-panel,
.purchase-panel,
.sidebar-panel {
    padding: 26px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.22);
    color: #f0cf68;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.single-competition h1,
.single-competition h2,
.single-competition h3 {
    color: #fff;
    line-height: 1.1;
}

.single-competition h1 {
    font-size: clamp(34px, 4.4vw, 58px);
    margin-bottom: 14px;
}

.single-competition h2 {
    font-size: clamp(26px, 3vw, 38px);
}

.single-competition h3 {
    font-size: 26px;
}

.single-competition .muted {
    color: rgba(255, 255, 255, 0.78);
}

.competition-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.competition-meta-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 16px 18px;
}

.meta-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.56);
    margin-bottom: 8px;
}

.meta-value {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.competition-usps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.competition-usp {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.price-big {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 18px;
}

.bundle-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.bundle-grid .bundle {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
    color: #fff;
    border-radius: 16px;
    padding: 18px 16px;
    text-align: left;
    cursor: pointer;
    transition: 0.2s ease;
    text-decoration: none;
    min-height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bundle-grid .bundle strong {
    font-size: 20px;
    margin-top: 6px;
    color: #fff;
}

.bundle-grid .bundle:hover,
.bundle-grid .bundle-active {
    transform: translateY(-2px);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    background: linear-gradient(180deg, rgba(212,175,55,0.18) 0%, rgba(255,255,255,0.05) 100%);
}

.flow-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.flow-btn,
.flow-btn-secondary,
.single-competition .button.alt,
.single-competition button.button.alt {
    border-radius: 14px !important;
    min-height: 50px;
    padding: 0 22px !important;
    font-weight: 800 !important;
    border: none !important;
    box-shadow: none !important;
}

.flow-btn,
.single-competition .button.alt {
    background: linear-gradient(135deg, #ff375f 0%, #ff2d55 100%) !important;
    color: #fff !important;
}

.flow-btn:hover,
.single-competition .button.alt:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

.flow-btn-secondary {
    background: rgba(255,255,255,0.06) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
}

.flow-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none !important;
}

.competition-step {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.competition-step:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.competition-step-hidden {
    display: none;
}

.skill-question-label {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.skill-question-input {
    width: 100%;
    min-height: 54px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: #fff;
    padding: 0 16px;
    font-size: 16px;
    outline: none;
}

.skill-question-input:focus {
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
}

.skill-question-feedback {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}

.skill-question-feedback.error {
    color: #ff9cae;
}

.skill-question-feedback.success {
    color: #92f0b1;
}

.checkout-review-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 18px;
}

.review-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #fff;
}

.review-row:last-child {
    border-bottom: 0;
}

.progress {
    height: 10px;
    background: rgba(255,255,255,0.08);
    border-radius: 999px;
    overflow: hidden;
}

.progress span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #d4af37 0%, #f6d977 100%);
}

.gold {
    color: #f0cf68;
    font-weight: 700;
}

.faq-item {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 14px;
    margin-top: 14px;
}

.faq-item:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.faq-question {
    width: 100%;
    appearance: none;
    background: linear-gradient(135deg, #ff375f 0%, #ff2d55 100%);
    color: #fff;
    border: 0;
    border-radius: 14px;
    min-height: 48px;
    padding: 0 16px;
    text-align: left;
    font-weight: 800;
    cursor: pointer;
    margin-bottom: 10px;
}

.faq-answer {
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
}

.sidebar-panel ul {
    margin: 0;
}

.single-competition .product-gallery,
.single-competition .card {
    overflow: hidden;
}

@media (max-width: 1100px) {
    .single-competition__grid {
        grid-template-columns: 1fr;
    }

    .purchase-panel,
    .sidebar-panel {
        position: static;
    }
}

@media (max-width: 767px) {
    .single-competition {
        padding: 18px 0 40px;
    }

    .content-panel,
    .purchase-panel,
    .sidebar-panel {
        padding: 18px;
    }

    .competition-meta-grid,
    .bundle-grid {
        grid-template-columns: 1fr;
    }

    .flow-actions {
        flex-direction: column;
    }

    .flow-actions .button,
    .flow-actions button,
    .flow-actions a {
        width: 100%;
    }

    .single-competition h1 {
        font-size: 38px;
    }

    .price-big {
        font-size: 28px;
    }
}/* =========================================
   COMPETITION SINGLE PRODUCT PAGE
========================================= */

.competition-page-shell {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 32px 24px 70px;
}

.competition-single-product {
    color: #fff;
}

.competition-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    gap: 28px;
    align-items: start;
    margin-bottom: 32px;
}

.competition-gallery-card,
.competition-summary-card,
.competition-content-card,
.competition-info-card {
    background:
        linear-gradient(180deg, rgba(25,25,28,0.96) 0%, rgba(14,14,16,0.96) 100%);
    border: 1px solid rgba(212,175,55,0.18);
    border-radius: 24px;
    box-shadow: 0 18px 60px rgba(0,0,0,0.35);
    overflow: hidden;
    position: relative;
}

.competition-gallery-card {
    padding: 20px;
}

.competition-main-image {
    border-radius: 18px;
    overflow: hidden;
    background: #0b0b0d;
}

.competition-main-image img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
}

.competition-thumb-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.competition-thumb {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(212,175,55,0.14);
    background: #111;
}

.competition-thumb img {
    width: 100%;
    display: block;
}

.competition-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #d4af37 0%, #f3db88 100%);
    color: #111;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.03em;
    padding: 10px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.competition-summary-inner {
    padding: 28px;
}

.competition-kicker {
    margin: 0 0 10px;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    font-weight: 700;
}

.competition-title {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.04;
    color: #fff;
}

.competition-short-description {
    color: rgba(255,255,255,0.82);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 22px;
}

.competition-meta-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.meta-pill {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.12);
    border-radius: 16px;
    padding: 14px;
}

.meta-pill span {
    display: block;
    color: rgba(255,255,255,0.62);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.meta-pill strong {
    display: block;
    font-size: 15px;
    color: #fff;
}

.competition-countdown-card {
    background:
        radial-gradient(circle at top left, rgba(212,175,55,0.12), transparent 40%),
        linear-gradient(180deg, rgba(18,18,20,1) 0%, rgba(10,10,12,1) 100%);
    border: 1px solid rgba(212,175,55,0.18);
    border-radius: 22px;
    padding: 18px;
    margin-bottom: 20px;
}

.countdown-label {
    font-size: 13px;
    color: rgba(255,255,255,0.68);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
}

.countdown-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.countdown-values > div {
    background: rgba(255,255,255,0.04);
    border-radius: 16px;
    padding: 14px 10px;
    text-align: center;
}

.count-num {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #d4af37;
    line-height: 1;
    margin-bottom: 6px;
}

.countdown-values small {
    color: rgba(255,255,255,0.68);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 11px;
}

.competition-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.competition-stat-box {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.12);
    border-radius: 18px;
    padding: 16px;
}

.competition-stat-box span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.62);
    margin-bottom: 8px;
}

.competition-stat-box strong,
.competition-stat-box .price {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.competition-entry-panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(212,175,55,0.14);
    border-radius: 24px;
    padding: 22px;
}

.competition-entry-panel h3 {
    margin: 0 0 16px;
    font-size: 22px;
}

.competition-question-box {
    margin-bottom: 18px;
}

.competition-question-box label {
    display: block;
    margin-bottom: 8px;
}

.competition-question-text {
    margin: 0 0 10px;
    color: rgba(255,255,255,0.86);
}

.competition-question-box select {
    width: 100%;
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(212,175,55,0.18);
    background: #0e0e11;
    color: #fff;
    padding: 0 14px;
    font-size: 15px;
}

.competition-cart-wrap .cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 0;
}

.competition-cart-wrap .quantity {
    margin: 0 !important;
}

.competition-cart-wrap .qty {
    min-width: 88px;
    height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(212,175,55,0.18);
    background: #0e0e11;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.competition-cart-wrap .single_add_to_cart_button.button {
    height: 52px;
    padding: 0 28px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(135deg, #d4af37 0%, #f4db84 100%);
    color: #111;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(212,175,55,0.18);
}

.competition-cart-wrap .single_add_to_cart_button.button:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.competition-mini-trust {
    display: grid;
    gap: 8px;
    margin-top: 16px;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
}

.competition-lower-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 28px;
}

.competition-content-card,
.competition-info-card {
    padding: 28px;
}

.competition-content-card h2,
.competition-info-card h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.competition-description {
    color: rgba(255,255,255,0.84);
    line-height: 1.75;
}

.competition-sidebar-stack {
    display: grid;
    gap: 20px;
}

.competition-steps,
.competition-info-list {
    margin: 0;
    padding-left: 20px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
}

.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-tabs,
.related.products,
.up-sells,
.woocommerce-product-gallery,
.summary .price,
.summary .woocommerce-product-details__short-description {
    display: none !important;
}

.woocommerce-notices-wrapper {
    margin-bottom: 16px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    border-radius: 16px;
    border: 1px solid rgba(212,175,55,0.16);
    background: rgba(20,20,24,0.95);
    color: #fff;
}

/* =========================================================
   HOMEPAGE SHARED SECTION HEADINGS
========================================================= */

.section-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 22px;
}

.section-heading-row > div:first-child {
    max-width: 760px;
}

.section-heading-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.section-link-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.05);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
    transition: all 0.25s ease;
}

.section-link-pill:hover {
    background: rgba(255,255,255,0.09);
    border-color: rgba(255,255,255,0.24);
    color: #ffffff;
    transform: translateY(-1px);
}


/* =========================================================
   HOMEPAGE FEATURE SLIDER
========================================================= */

.homepage-feature-slider-section,
.homepage-reviews-section,
.how-to-play-section,
.homepage-cta-strip {
    margin-top: 60px;
}

.homepage-feature-slider {
    margin-top: 24px;
}

.homepage-feature-track {
    display: grid;
    grid-template-columns: 1fr;
}

.homepage-feature-slide {
    display: none;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    grid-template-areas:
        "media content"
        "sidecard content";
    gap: 26px;
    padding: 26px;
    border-radius: 24px;
    overflow: hidden;
    align-items: stretch;
    background:
        radial-gradient(circle at 18% 20%, rgba(212,175,55,0.12) 0%, transparent 28%),
        radial-gradient(circle at 80% 82%, rgba(255,0,102,0.10) 0%, transparent 25%),
        linear-gradient(135deg, rgba(8,8,12,0.96) 0%, rgba(18,8,28,0.94) 100%);
    border: 1px solid rgba(212,175,55,0.14);
    box-shadow: 0 20px 60px rgba(0,0,0,0.28);
}

.homepage-feature-slide.is-active {
    display: grid;
}

.feature-slide-media {
    grid-area: media;
    position: relative;
    min-height: 240px;
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255,0,102,0.12), rgba(128,0,255,0.10)),
        #0d0b12;
    border: 1px solid rgba(255,255,255,0.06);
}

.feature-slide-media::after {
    content: '';
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle, rgba(255,45,122,0.15), transparent 70%);
    z-index: -1;
    filter: blur(20px);
}

.feature-slide-image {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
}

.feature-slide-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.feature-slide-image:hover img {
    transform: scale(1.03);
}

.feature-slide-content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-slide-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.78);
}

.feature-slide-content h3 {
    margin: 0 0 14px;
    font-size: clamp(32px, 3vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.feature-slide-content p {
    margin: 0 0 22px;
    color: rgba(255,255,255,0.76);
    line-height: 1.65;
    max-width: 560px;
}

.feature-slide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.feature-slide-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.25s ease;
}

.feature-slide-button.primary {
    background: linear-gradient(135deg, #ff0057, #ff3c8a);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(255,45,122,0.24);
}

.feature-slide-button.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(255,45,122,0.28);
}

.feature-slide-button.secondary {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.14);
    color: #ffffff;
    opacity: 0.82;
}

.feature-slide-button.secondary:hover {
    opacity: 1;
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.24);
    transform: translateY(-1px);
}

.feature-slide-sidecard {
    grid-area: sidecard;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
}

.feature-slide-sidecard strong {
    display: block;
    margin: 6px 0 8px;
    font-size: 1.1rem;
    color: #ffffff;
}

.feature-slide-sidecard p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.55;
}

.feature-sidecard-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ff4f9d;
}

.homepage-feature-slider-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

.feature-nav-dot {
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    opacity: 0.45;
    transform: scale(0.9);
    transition: all 0.25s ease;
    cursor: pointer;
}

.feature-nav-dot.is-active {
    opacity: 1;
    transform: scale(1.1);
    background: linear-gradient(135deg, #ff2d7a 0%, #ff4f9d 100%);
    box-shadow:
        0 0 18px rgba(255,45,122,0.45),
        0 0 34px rgba(255,79,157,0.18);
}


/* =========================================================
   HOMEPAGE REVIEWS SECTION
========================================================= */

.clean-reviews-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 1fr);
    gap: 24px;
    align-items: stretch;
}

.reviews-main-card-enhanced {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px;
    border-radius: 24px;
    background: rgba(8, 8, 12, 0.92);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 50px rgba(0,0,0,0.2);
}

.reviews-main-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.reviews-main-title-wrap {
    max-width: 640px;
}

.reviews-main-title-wrap h3 {
    margin: 10px 0 0;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.reviews-trustpilot-wrap {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.reviews-trustpilot-wrap img {
    width: 115px;
    max-width: 115px;
    height: auto;
    display: block;
    opacity: 0.82;
}

.reviews-main-copy p {
    margin: 0 0 16px;
    color: rgba(255,255,255,0.82);
    line-height: 1.65;
}

.reviews-main-copy p:last-child {
    margin-bottom: 0;
}

.reviews-buttons-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 2px;
}.live-activity-line {
    margin-top: 2px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255,45,122,0.10) 0%, rgba(178,60,255,0.10) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    color: #ff6ab3;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.reviews-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.25s ease;
}

.reviews-cta-primary {
    background: linear-gradient(135deg, #ff2d7a 0%, #ff4f9d 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(255,45,122,0.24);
}

.reviews-cta-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(255,45,122,0.28);
}

.reviews-cta-secondary {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.14);
    color: #ffffff;
}

.reviews-cta-secondary:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.24);
    transform: translateY(-1px);
}

.reviews-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 4px;
}

.reviews-trust-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.reviews-trust-item strong {
    color: #ffffff;
    font-size: 0.96rem;
    line-height: 1.2;
}

.reviews-trust-item span {
    color: rgba(255,255,255,0.72);
    font-size: 0.88rem;
    line-height: 1.5;
}

.reviews-side-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reviews-mini-card {
    padding: 22px;
    border-radius: 20px;
    background: rgba(12, 12, 18, 0.92);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
}

.reviews-mini-card h4 {
    margin: 8px 0 8px;
    font-size: 1.18rem;
    line-height: 1.2;
    color: #ffffff;
}

.reviews-mini-card p {
    margin: 0;
    color: rgba(255,255,255,0.78);
    line-height: 1.6;
}


/* =========================================================
   HOMEPAGE CTA STRIP
========================================================= */

.homepage-cta-strip-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    padding: 36px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(26,15,42,0.96), rgba(43,0,63,0.96));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 42px rgba(0,0,0,0.2);
}

.homepage-cta-copy {
    max-width: 760px;
}

.homepage-cta-copy h2 {
    margin: 8px 0 10px;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.homepage-cta-copy p {
    margin: 0;
    color: rgba(255,255,255,0.78);
    line-height: 1.65;
}

.homepage-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================================
   HOMEPAGE RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .homepage-feature-slide {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "content"
            "sidecard";
    }

    .clean-reviews-grid {
        grid-template-columns: 1fr;
    }

    .homepage-cta-strip-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 980px) {
    .section-heading-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-heading-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .reviews-main-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews-trust-strip {
        grid-template-columns: 1fr;
    }

    .reviews-trustpilot-wrap img {
        width: 110px;
        max-width: 110px;
    }
}

@media (max-width: 767px) {
    .homepage-feature-slide,
    .reviews-main-card-enhanced,
    .reviews-mini-card,
    .homepage-cta-strip-inner {
        padding: 20px;
    }

    .feature-slide-image {
        min-height: 220px;
    }

    .feature-slide-actions,
    .reviews-buttons-row,
    .homepage-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }    .hero-actions-upgraded {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-enter-button,
    .hero-secondary-button {
        width: 100% !important;
        max-width: 260px !important;
        min-width: 0 !important;
        min-height: 46px !important;
        padding: 0 18px !important;
        font-size: 13px !important;
        border-radius: 12px !important;
    }

    .hero-urgency-line {
        margin-top: 12px !important;
        text-align: center !important;
        font-size: 13px !important;
        max-width: 280px;
    }

    .live-activity-line {
        font-size: 13px;
        padding: 12px 14px;
    }

    .feature-slide-button,
    .reviews-cta,
    .homepage-cta-actions .feature-slide-button,
    .section-link-pill {
        width: 100%;
        text-align: center;
    }
}/* =========================================================
   HOW IT WORKS MINI LINK CARDS FIX
========================================================= */

.homepage-mini-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.homepage-mini-link-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(12, 12, 18, 0.92);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
    text-decoration: none;
    transition: all 0.25s ease;
}

.homepage-mini-link-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,0.16);
    background: rgba(18, 18, 28, 0.96);
}

.homepage-mini-link-card strong {
    display: block;
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
    color: #ffffff;
}

.homepage-mini-link-card span {
    display: block;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.74);
}

@media (max-width: 980px) {
    .homepage-mini-link-grid {
        grid-template-columns: 1fr;
    }
}.bundle-option {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bundle-option:hover {
    transform: translateY(-1px);
}

.bundle-option.is-selected {
    border: 2px solid #ffd54a;
    background: linear-gradient(135deg, rgba(255, 215, 74, 0.22), rgba(255, 90, 150, 0.18));
    box-shadow:
        0 0 0 1px rgba(255, 213, 74, 0.35),
        0 0 18px rgba(255, 213, 74, 0.22);
    transform: translateY(-1px) scale(1.01);
}

.bundle-option.is-selected strong,
.bundle-option.is-selected .muted {
    color: #ffffff;
}

.bundle-option.is-selected::after {
    content: "✓ Selected";
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 11px;
    font-weight: 700;
    color: #ffd54a;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}.bundle-option {
    min-height: 76px;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
    cursor: pointer;
}

.bundle-option .muted {
    font-size: 14px;
    line-height: 1.2;
}

.bundle-option strong {
    font-size: 22px;
    line-height: 1;
}.bundle-option:not(.is-selected) {
    opacity: 0.88;
}

.bundle-option:not(.is-selected):hover {
    opacity: 1;
}.bundle-option,
.bundle-option span,
.bundle-option strong {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.bundle-option:focus,
.bundle-option:active {
    outline: none;
}

.bundle-option *::selection {
    background: transparent;
    color: inherit;
}

.bundle-option *::-moz-selection {
    background: transparent;
    color: inherit;
}.launch-offer-banner {
    margin: 14px 0 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 110, 40, 0.18), rgba(255, 30, 120, 0.18));
    border: 1px solid rgba(255, 180, 80, 0.35);
    color: #ffd86b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 0 18px rgba(255, 120, 40, 0.12);
}

.price-big-old,
.meta-old-price {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(255,255,255,0.58);
    text-decoration: line-through;
    margin-top: 4px;
    font-weight: 500;
}

.bundle-old-price {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: rgba(255,255,255,0.58);
    text-decoration: line-through;
    margin-top: 2px;
}

.bundle-saving {
    display: block;
    font-size: 12px;
    line-height: 1.1;
    color: #ffd54a;
    font-weight: 700;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}