/* Robuxo Elementor Addons Styles - Gold Premium Edition */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --bg-dark: #000000;
    --bg-card: #121212;
    --bg-card-hover: #1a1a1a;
    --accent: #c1ae72;
    /* Gold */
    --accent-glow: rgba(193, 174, 114, 0.3);
    --text-main: #ffffff;
    --text-muted: #888888;
    --border: rgba(255, 255, 255, 0.08);
    --glass: rgba(255, 255, 255, 0.03);
    --success: #32d74b;
    --danger: #ff453a;
    --radius: 32px;
    font-family: 'Outfit', sans-serif;
    --font-main: 'Outfit', sans-serif;
}

/* NUCLEAR FONT RESET - FORCE OUTFIT EVERYWHERE */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea,
button {
    font-family: 'Outfit', sans-serif !important;
}

/* Fix Admin Bar Icons - Exclude from Nuclear Reset */
#wpadminbar *,
#wpadminbar *:before,
#wpadminbar *:after,
.dashicons,
.ab-icon {
    font-family: 'dashicons' !important;
}

/* Space below Save Changes button in My Account */
.woocommerce-EditAccountForm .woocommerce-Button {
    margin-bottom: 50px !important;
}

body {
    background-color: var(--bg-dark);
    font-family: var(--font-main);
    color: var(--text-main);
}

/* Common Section */
.section-header {
    margin-bottom: 60px;
    text-align: center;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    color: #fff;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Hero Widget */
.robuxo-hero {
    position: relative;
    padding: 120px 20px;
    text-align: center;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.robuxo-hero h1 {
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 25px;
    color: #fff;
    z-index: 2;
}

.robuxo-hero h1 span {
    color: var(--accent);
    text-shadow: 0 0 40px rgba(193, 174, 114, 0.3);
}

.robuxo-hero p {
    font-size: 1.4rem;
    color: var(--text-muted);
    max-width: 600px;
    margin-bottom: 50px;
    font-weight: 400;
    letter-spacing: -0.01em;
    z-index: 2;
}

.robuxo-cta-group {
    display: flex;
    gap: 20px;
    z-index: 2;
    justify-content: center;
}

.robuxo-btn-primary {
    padding: 18px 45px;
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 980px;
    font-size: 1.1rem;
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.robuxo-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.robuxo-btn-secondary {
    padding: 18px 45px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 500;
    border-radius: 980px;
    font-size: 1.1rem;
    border: 1px solid var(--border);
    transition: background 0.2s;
    display: inline-block;
    text-decoration: none;
}

.robuxo-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Glow & Coins */
.robuxo-glow-orb {
    position: absolute;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(193, 174, 114, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.6;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-glow 8s infinite ease-in-out;
}

@keyframes pulse-glow {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.4;
    }
}

.robuxo-coin-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.robuxo-coin {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    animation: levitate 8s infinite ease-in-out;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.6));
}

.robuxo-coin.depth-1 {
    filter: blur(0px);
    z-index: 1;
    opacity: 1;
}

.robuxo-coin.depth-2 {
    filter: blur(2px);
    z-index: 0;
    opacity: 0.7;
}

.robuxo-coin.depth-3 {
    filter: blur(4px);
    z-index: -1;
    opacity: 0.4;
}

@keyframes levitate {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(5deg);
    }
}

/* Info Widget */
.robuxo-info-box {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 50px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.robuxo-info-box h3 {
    color: var(--accent);
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.robuxo-info-box p {
    color: var(--text-muted);
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.robuxo-info-highlight {
    color: #fff;
    font-weight: 600;
}

/* Calculator Widget */
.robuxo-calculator {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 60px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.robuxo-range-slider {
    width: 100%;
    margin: 50px 0;
    -webkit-appearance: none;
    background: #222;
    height: 8px;
    border-radius: 4px;
    outline: none;
}

.robuxo-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    transition: transform 0.1s;
    border: 4px solid #000;
}

.robuxo-range-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.robuxo-calc-results {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--border);
}

.robuxo-calc-box h3 {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.robuxo-calc-box .value {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
}

.robuxo-calc-box.savings .value {
    color: var(--accent);
    text-shadow: 0 0 20px rgba(193, 174, 114, 0.2);
}

/* Comparison Widget */
.robuxo-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--bg-card);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    max-width: 1200px;
    margin: 0 auto;
}

.robuxo-comparison-table th,
.robuxo-comparison-table td {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid var(--border);
}

.robuxo-comparison-table th {
    background: rgba(255, 255, 255, 0.02);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.robuxo-comparison-table td {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 500;
}

.robuxo-comparison-table tr:last-child td {
    border-bottom: none;
}

.robuxo-comp-check {
    color: var(--accent);
}

.robuxo-comp-cross {
    color: var(--danger);
    opacity: 0.6;
}

.robuxo-comp-highlight {
    color: var(--accent);
    font-weight: 700;
}

/* Features Widget (Bento) - Premium Redesign V2 */
.robuxo-bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 380px);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.robuxo-bento-item {
    background: linear-gradient(145deg, rgba(30, 30, 30, 0.9) 0%, rgba(10, 10, 10, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(193, 174, 114, 0.15);
    /* Gold-ish border, visible */
    border-radius: 24px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.robuxo-bento-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(193, 174, 114, 0.08), transparent 60%);
    opacity: 0.5;
    /* Visible by default a bit */
    transition: opacity 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

.robuxo-bento-item:hover {
    transform: translateY(-6px);
    border-color: rgba(193, 174, 114, 0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8), inset 0 0 0 1px rgba(193, 174, 114, 0.2);
    background: linear-gradient(145deg, rgba(40, 40, 40, 0.95) 0%, rgba(15, 15, 15, 1) 100%);
}

.robuxo-bento-item:hover::before {
    opacity: 1;
}

.robuxo-bento-large {
    grid-column: span 3;
}

.robuxo-bento-item {
    grid-column: span 2;
}

.robuxo-bento-tall {
    grid-row: span 2;
}

.robuxo-bento-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Revert to default (stretch/left) for flex items, but we will force text-align center on text elements */
    align-items: stretch;
}

.robuxo-bento-icon {
    font-size: 3rem;
    /* user said "decrease by half" (was 15px) */
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    /* user said "revert icon to previous place" (Left) */
    justify-content: flex-start;
    height: 60px;
    width: 60px;
    margin-left: 0;
    margin-right: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 15px rgba(193, 174, 114, 0.15));
}

.robuxo-bento-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    /* Ensure no text alignment issues */
}

/* Removed old .robuxo-bento-icon i styles as we use SVG */

.robuxo-bento-item:hover .robuxo-bento-icon {
    transform: scale(1.05) rotate(-3deg);
    filter: drop-shadow(0 0 25px rgba(193, 174, 114, 0.4));
}

.robuxo-bento-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 4px;
    /* Tight spacing as requested */
    letter-spacing: -0.01em;
    color: #fff;
    background: linear-gradient(90deg, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    text-align: center;
    /* Explicit center */
}

.robuxo-bento-desc {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.9;
    max-width: 90%;
    text-align: center;
    /* Explicit center */
    margin-left: auto;
    margin-right: auto;
}

/* Reviews Widget */
.robuxo-reviews-section {
    overflow: hidden;
    background: transparent;
    padding: 50px 0;
}

.robuxo-marquee-container {
    display: flex;
    gap: 40px;
    animation: marquee 40s linear infinite;
    width: max-content;
}

.robuxo-review-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    padding: 35px;
    border-radius: 24px;
    width: 380px;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.robuxo-stars {
    color: var(--accent);
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.robuxo-review-text {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 25px;
    line-height: 1.6;
}

.robuxo-review-author {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* FAQ Widget */
.robuxo-faq-item {
    border-bottom: 1px solid var(--border);
    background: var(--bg-card);
    margin-bottom: 15px;
    border-radius: 20px;
    border: 1px solid var(--border);
    overflow: hidden;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: 0.3s;
}

.robuxo-faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.robuxo-faq-item:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.robuxo-faq-question {
    padding: 25px 30px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.robuxo-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 1.1rem;
    padding: 0 30px;
}

.robuxo-faq-item.active .robuxo-faq-answer {
    padding-bottom: 30px;
    max-height: 300px;
}

.robuxo-faq-icon {
    transition: 0.3s;
    font-size: 1.5rem;
    color: var(--accent);
}

.robuxo-faq-item.active .robuxo-faq-icon {
    transform: rotate(45deg);
}


/* --- NEW WIDGET STYLES --- */

/* Timeline */
.robuxo-timeline {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
}

.robuxo-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    background: var(--border);
    transform: translateX(-50%);
}

.robuxo-timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
}

.robuxo-timeline-content {
    width: 42%;
    background: var(--bg-card);
    padding: 40px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.robuxo-timeline-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.robuxo-timeline-content p {
    color: var(--text-muted);
    font-size: 1rem;
}

.robuxo-timeline-dot {
    width: 20px;
    height: 20px;
    background: var(--accent);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 8px rgba(193, 174, 114, 0.1);
}

.robuxo-timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.robuxo-timeline-item:nth-child(even) .robuxo-timeline-content {
    text-align: right;
}

/* Stats Bar */
.robuxo-stats-bar {
    display: flex;
    gap: 80px;
    justify-content: center;
    padding: 40px 60px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    backdrop-filter: blur(20px);
    max-width: 1000px;
    margin: 40px auto;
}

.robuxo-stat-item {
    text-align: center;
}

.robuxo-stat-num {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.robuxo-stat-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Games Marquee */
.robuxo-games-section {
    padding: 40px 0;
    background: #000;
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}

.robuxo-games-marquee {
    display: flex;
    gap: 80px;
    animation: marquee-reverse 25s linear infinite;
    width: max-content;
}

.robuxo-game-item {
    font-size: 1.5rem;
    color: var(--text-muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    letter-spacing: -0.02em;
}

.robuxo-game-item span {
    font-size: 2rem;
}

@keyframes marquee-reverse {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Security Grid */
.robuxo-security-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.robuxo-sec-item {
    background: var(--bg-card);
    padding: 40px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.robuxo-sec-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    color: #fff;
}

.robuxo-sec-title {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

.robuxo-sec-desc {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
}

/* Affiliate */
.robuxo-affiliate-section {
    background: var(--bg-card);
    text-align: center;
    padding: 100px 5%;
    border-radius: var(--radius);
    margin: 40px 0;
    border: 1px solid var(--border);
}

.robuxo-affiliate-content {
    max-width: 700px;
    margin: 0 auto;
}

.robuxo-affiliate-icon {
    font-size: 5rem;
    margin-bottom: 30px;
    display: inline-block;
}

/* Globals */
.robuxo-flash-sale-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background: rgba(20, 20, 20, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    color: var(--text-main);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    z-index: 2000;
    letter-spacing: 0.02em;
}

.robuxo-flash-timer {
    margin-left: 10px;
    color: var(--accent);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.robuxo-live-notification {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: rgba(20, 20, 20, 0.9);
    border: 1px solid var(--border);
    padding: 15px 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateY(150%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2000;
}

.robuxo-live-notification.show {
    transform: translateY(0);
}

.robuxo-notif-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #000;
}

.robuxo-notif-content h4 {
    font-size: 0.95rem;
    margin-bottom: 3px;
    font-weight: 600;
    color: #fff;
}

.robuxo-notif-content p {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.robuxo-discord-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 64px;
    height: 64px;
    background: #5865F2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(88, 101, 242, 0.4);
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2000;
}

.robuxo-discord-widget:hover {
    transform: scale(1.1);
}

.robuxo-discord-widget svg {
    width: 32px;
    height: 32px;
    fill: white;
}

/* PRODUCTS WIDGET & MODAL */
.robuxo-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .robuxo-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .robuxo-products-grid {
        grid-template-columns: 1fr;
    }
}

.robuxo-product-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 25px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.robuxo-product-card:hover {
    transform: translateY(-10px);
    background: var(--bg-card-hover);
    border-color: var(--accent);
    box-shadow: 0 20px 50px rgba(193, 174, 114, 0.15);
}

.robuxo-product-info-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 5;
    opacity: 0.7;
}

.robuxo-product-info-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--accent);
    filter: drop-shadow(0 0 5px rgba(193, 174, 114, 0.3));
    transition: 0.3s;
}

.robuxo-product-info-icon:hover {
    opacity: 1;
    transform: scale(1.1);
}

.robuxo-product-info-icon:hover svg {
    filter: drop-shadow(0 0 10px rgba(193, 174, 114, 0.8));
    stroke: #fff;
    /* Highlight on hover */
}

.robuxo-product-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--accent);
    /* Changed from #fff to gold */
    color: #000;
    font-size: 0.7rem;
    font-weight: 800;
    height: 27px;
    padding: 0 12px;
    border-radius: 13.5px;
    text-transform: uppercase;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    line-height: 1;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(193, 174, 114, 0.5);
    /* Added glow */
}

.robuxo-product-amount {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin: 50px 0 10px;
    letter-spacing: -0.03em;
}

.robuxo-product-label {
    color: var(--accent);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 600;
}

.robuxo-product-price {
    font-size: 1.4rem;
    color: var(--text-muted);
    margin-bottom: 30px;
}

.robuxo-btn-buy {
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid var(--border);
    background: transparent;
    color: #fff;
    border-radius: 16px;
    font-weight: 600;
    transition: 0.3s;
    font-size: 1rem;
    text-decoration: none;
}

.robuxo-product-card:hover .robuxo-btn-buy {
    background: var(--accent);
    /* Changed from #fff to gold */
    color: #000;
    border-color: var(--accent);
    box-shadow: 0 0 20px rgba(193, 174, 114, 0.4);
}

/* Modal */
.robuxo-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.robuxo-modal-overlay.open {
    display: flex;
    opacity: 1;
}

.robuxo-modal-content {
    background: #151515;
    border: 1px solid var(--border);
    border-radius: 30px;
    border-radius: 30px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.3s;
}

.robuxo-modal-overlay.open .robuxo-modal-content {
    transform: scale(1);
}

.robuxo-close-modal {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.2s;
}

.robuxo-close-modal:hover {
    opacity: 1;
}

.robuxo-modal-content h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #fff;
}

.robuxo-modal-price {
    font-size: 1.5rem;
    color: var(--accent);
    margin-bottom: 20px;
    font-weight: 600;
}

.robuxo-modal-desc {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.robuxo-modal-features {
    text-align: left;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.rm-feat {
    margin-bottom: 10px;
    color: #fff;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rm-feat:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .robuxo-hero h1 {
        font-size: 3.5rem;
    }

    .robuxo-bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .robuxo-bento-large,
    .robuxo-bento-tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    .robuxo-calc-results {
        flex-direction: column;
        gap: 30px;
    }

    .robuxo-info-box,
    .robuxo-calculator {
        padding: 30px;
    }

    .robuxo-timeline::before {
        left: 20px;
    }

    .robuxo-timeline-item {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 50px;
    }

    .robuxo-timeline-item:nth-child(even) {
        flex-direction: column;
        align-items: flex-start;
    }

    .robuxo-timeline-content {
        width: 100%;
        text-align: left !important;
    }

    .robuxo-timeline-dot {
        left: 20px;
    }

    .robuxo-stats-bar {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
        width: 100%;
    }

    .robuxo-security-grid {
        grid-template-columns: 1fr;
    }
}

/* Modal Details Styling */
.robuxo-modal-details {
    text-align: left;
    margin-top: 0;
    padding: 10px;
    background: transparent;
    border-radius: 0;
    border: none;
}

.robuxo-modal-title {
    color: var(--accent);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.robuxo-modal-content {
    background: #111;
    border: 1px solid var(--accent);
    box-shadow: 0 0 50px rgba(193, 174, 114, 0.1);
    max-width: 700px;
    /* Wider for steps */
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

/* Steps Layout */
.robuxo-modal-steps {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.robuxo-step {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    position: relative;
}

.step-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--accent);
    color: #000;
    font-weight: 700;
    border-radius: 50%;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 1rem;
}

.robuxo-step p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

.robuxo-step strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 5px;
}

/* Info Box */
.robuxo-modal-info-box {
    background: rgba(193, 174, 114, 0.05);
    border: 1px solid rgba(193, 174, 114, 0.2);
    border-radius: 16px;
    padding: 20px;
}

.robuxo-modal-info-box p {
    margin-bottom: 10px;
    color: #ddd;
    font-size: 0.95rem;
}

.robuxo-modal-info-box p:last-child {
    margin-bottom: 0;
}

.robuxo-modal-info-box strong {
    color: #fff;
}

/* Responsive Modal */
@media (max-width: 600px) {
    .robuxo-modal-steps {
        flex-direction: column;
    }

    .robuxo-modal-title {
        font-size: 1.4rem;
    }
}

/* Custom Scrollbar for Modal */
.robuxo-modal-content::-webkit-scrollbar {
    width: 6px;
}

.robuxo-modal-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.robuxo-modal-content::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 3px;
}

/* Premium CTA Widget - "Zarabiaj Robuxy" */
.robuxo-premium-wrapper {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    width: 100%;
}

.robuxo-premium-wrapper .robuxo-premium-cta-card {
    background: linear-gradient(145deg, rgba(30, 30, 30, 0.9) 0%, rgba(10, 10, 10, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(193, 174, 114, 0.15);
    border-radius: 32px;
    padding: 60px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: transform 0.4s ease;
}

.robuxo-premium-wrapper .robuxo-premium-cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(193, 174, 114, 0.05), transparent 70%);
    opacity: 0.6;
    pointer-events: none;
}

.robuxo-premium-wrapper .robuxo-premium-cta-card:hover {
    border-color: rgba(193, 174, 114, 0.4);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
    transform: translateY(-5px);
}

.robuxo-premium-wrapper .robuxo-cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.robuxo-premium-wrapper .robuxo-premium-icon-large {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    /* Removed filter from container */
    transition: transform 0.5s ease;
}

.robuxo-premium-wrapper .robuxo-premium-icon-large img,
.robuxo-premium-wrapper .robuxo-premium-icon-large svg {
    width: 100%;
    height: 100%;
    display: block;
    filter: none !important;
    /* disabled shadow to prevent square artifact */
    transition: transform 0.5s ease;
}

.robuxo-premium-wrapper .robuxo-premium-cta-card:hover .robuxo-premium-icon-large {
    transform: scale(1.1) rotate(-5deg);
    /* No filter here on container */
}

.robuxo-premium-wrapper .robuxo-premium-cta-card:hover .robuxo-premium-icon-large img,
.robuxo-premium-wrapper .robuxo-premium-cta-card:hover .robuxo-premium-icon-large svg {
    filter: none !important;
    /* disabled shadow to prevent square artifact */
}

.robuxo-premium-wrapper .robuxo-cta-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0 0 0px !important;
    /* Force zero gap */
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background: linear-gradient(90deg, #fff 20%, #e0e0e0 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Custom Gold Mockup Cards for Product Grid */
/* Custom Gold Mockup Cards for Product Grid */
.robuxo-card-gold {
    background: linear-gradient(145deg, #0a0a0a 0%, #000 100%) !important;
    border: 1px solid var(--accent) !important;
    padding: 25px !important;
    /* Match regular card padding */
    display: flex !important;
    flex-direction: column;
    height: 100%;
    /* Ensure it stretches to grid cell height */
    box-shadow: 0 0 30px rgba(193, 174, 114, 0.1) !important;
    transition: 0.3s;
}

.robuxo-card-gold:hover {
    box-shadow: 0 0 50px rgba(193, 174, 114, 0.25) !important;
    transform: translateY(-10px);
}

.robuxo-card-gold .robuxo-product-amount {
    margin: 50px 0 10px !important;
    /* Match regular card layout */
    color: var(--accent) !important;
    font-size: 1.8rem !important;
    /* Slightly smaller for longer text */
    text-shadow: 0 0 25px rgba(193, 174, 114, 0.4);
}

.robuxo-card-gold .robuxo-product-label {
    /* Subtitle */
    color: #fff !important;
    opacity: 0.7;
    margin-bottom: auto !important;
    /* Push everything below to bottom */
}

/* Hide price placeholder but keep it for structure if needed, or just ignore */
.robuxo-card-gold .robuxo-product-price {
    display: none;
}

.robuxo-btn-contact {
    margin-top: 30px;
    /* Ensure spacing from text */
    background: transparent !important;
    border: 1px solid var(--accent) !important;
    color: var(--accent) !important;
}

.robuxo-btn-contact:hover {
    background: var(--accent) !important;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(193, 174, 114, 0.4);
}

.robuxo-premium-wrapper .robuxo-cta-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 5px !important;
    /* Small gap from title */
    margin-bottom: 40px !important;
    /* Larger gap to desc */
    font-weight: 400;
}

.robuxo-premium-wrapper .robuxo-cta-desc {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px !important;
    /* Reduced from 80px to 40px as requested */
}

.robuxo-premium-wrapper .robuxo-btn-premium-gold {
    display: inline-block;
    padding: 16px 45px;
    background: linear-gradient(90deg, #c1ae72 0%, #e8dcb5 100%);
    color: #111;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(193, 174, 114, 0.2);
}


/* --- WOOCOMMERCE PREMIUM CART STYLES --- */

/* General Wrapper */
.woocommerce-cart .woocommerce {
    color: #ddd;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px !important;
    /* Standard safe padding */
}

.woocommerce-cart h1.entry-title {
    display: none;
    /* Often redundant or ugly default title, we can style it or hide it */
}

/* Main Title (New) */
/* Main Title (New) */
.robuxo-cart-main-title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: -30px 0 50px 0 !important;
    /* Top -30px (User Request), Bottom 50px */
    letter-spacing: 2px;
    line-height: 1 !important;
    /* Prevent extra height */
}

/* Cart Table Styling */
.woocommerce-cart table.shop_table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 15px !important;
    background: transparent !important;
    margin-bottom: 50px !important;
}

.woocommerce-cart table.shop_table thead th {
    background: transparent !important;
    color: #888;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    border: none !important;
    padding: 15px 20px !important;
    font-weight: 600;
}

.woocommerce-cart table.shop_table tbody tr {
    background: #111;
    /* Darker card bg */
    transition: transform 0.2s;
}

.woocommerce-cart table.shop_table tbody tr:hover {
    transform: scale(1.01);
    background: #161616;
}

.woocommerce-cart table.shop_table td {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 25px 20px !important;
    vertical-align: middle;
}

.woocommerce-cart table.shop_table td:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.woocommerce-cart table.shop_table td:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Remove Icon */
.woocommerce-cart a.remove {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff453a !important;
    background: rgba(255, 69, 58, 0.1) !important;
    border: 1px solid rgba(255, 69, 58, 0.3);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 0.2s;
    font-size: 1.2rem;
    font-weight: 300;
}

.woocommerce-cart a.remove:hover {
    background: #ff453a !important;
    color: #fff !important;
    transform: rotate(90deg);
}

/* Thumbnail */
.woocommerce-cart .product-thumbnail img {
    border-radius: 12px;
    width: 80px !important;
    height: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Product Content */
.woocommerce-cart .product-name a {
    color: #fff !important;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.2s;
}

.woocommerce-cart .product-name a:hover {
    color: var(--accent) !important;
}

.woocommerce-cart .product-price .amount,
.woocommerce-cart .product-subtotal .amount {
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}

.woocommerce-cart .product-subtotal .amount {
    color: var(--accent) !important;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(193, 174, 114, 0.2);
}

/* Hide Update Cart Button (Handled by JS auto-update) */
button[name="update_cart"] {
    display: none !important;
}

/* Fix White Header in Product Table */
.woocommerce-cart table.shop_table thead {
    background: transparent !important;
}

.woocommerce-cart table.shop_table thead th {
    background: transparent !important;
    color: #888 !important;
    border: none !important;
    padding: 20px !important;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Fix White Header in Cart Totals */
.cart-collaterals h2,
.cart_totals h2 {
    background: transparent !important;
    color: #fff !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    border-bottom: 2px solid var(--accent);
    display: inline-block;
}

/* Quantity Input Styling with Buttons */
.woocommerce-cart .quantity {
    display: inline-flex !important;
    align-items: center;
    background: #000;
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 5px;
    gap: 0;
    /* Remove gap */
}

.woocommerce-cart .quantity .qty {
    width: 40px !important;
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    text-align: center;
    font-weight: 600;
    padding: 0 !important;
    appearance: textfield;
    /* Remove spinner */
    -moz-appearance: textfield;
}

.woocommerce-cart .quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-btn {
    background: transparent;
    border: none;
    color: var(--accent);
    font-size: 1.2rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    border-radius: 50%;
}

.qty-btn:hover {
    background: rgba(193, 174, 114, 0.2);
    color: #fff;
}

/* NOTIFICATION POSITION OVERRIDE */
/* NOTIFICATION POSITION OVERRIDE */
.woocommerce-notices-wrapper {
    position: fixed !important;
    top: auto !important;
    bottom: 140px !important;
    /* Positioned slightly higher */
    left: 0 !important;
    width: 100% !important;
    z-index: 9999999 !important;
    pointer-events: none !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end !important;
    /* Stack from bottom */
    padding-bottom: 0px;
}

/* Fix Coupon Input Area */
.woocommerce-cart .coupon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce-cart .coupon input#coupon_code {
    background: #0a0a0a !important;
    border: 1px solid var(--border) !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 50px;
    outline: none;
    min-width: 200px;
}

/* Force dark on all potential white wrappers */
.woocommerce-cart .cart_totals,
.woocommerce-cart .cart-collaterals {
    background: linear-gradient(145deg, #121212 0%, #0a0a0a 100%) !important;
    color: #ddd !important;
}

.woocommerce-cart .actions {
    padding-top: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.woocommerce-cart .coupon {
    display: flex;
    align-items: center;
    gap: 15px;
    float: left;
}

.woocommerce-cart .coupon input#coupon_code {
    background: #111 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
    width: 250px !important;
    font-size: 0.95rem;
    outline: none;
}

.woocommerce-cart .coupon input#coupon_code:focus {
    border-color: var(--accent) !important;
}

/* General Buttons */
.woocommerce button.button {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 0.85rem !important;
    letter-spacing: 1px;
    transition: all 0.3s;
    cursor: pointer;
}

.woocommerce button.button:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.woocommerce button[name="apply_coupon"]:hover {
    border-color: var(--accent) !important;
    color: var(--accent) !important;
    background: transparent !important;
}

/* Cart Collaterals / Totals */
.cart-collaterals {
    background: linear-gradient(145deg, #121212 0%, #0a0a0a 100%);
    border: 1px solid rgba(193, 174, 114, 0.15);
    border-radius: 30px;
    padding: 50px;
    margin-top: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.cart-collaterals h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--accent);
    display: inline-block;
    padding-bottom: 5px;
}

.cart-collaterals .shop_table {
    border: none !important;
    width: 100%;
}

.cart-collaterals .shop_table th {
    text-align: left;
    padding: 20px 0 !important;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.cart-collaterals .shop_table td {
    text-align: right;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #fff;
    font-size: 1.1rem;
}

.cart-collaterals .order-total .amount {
    color: var(--accent) !important;
    font-size: 2rem !important;
    font-weight: 700;
}

/* Main Title (New) */
.robuxo-cart-main-title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    /* Top 0, Bottom 20px (matching top padding) */
    letter-spacing: 2px;
}

/* Coupon with SVG Icon (Style for new position) */
.r-coupon-section {
    margin-top: 0;
    margin-bottom: 20px;
}

/* Checkout Button (Smaller & Lower as requested) */
.wc-proceed-to-checkout a.checkout-button,
.robuxo-btn-checkout {
    background: linear-gradient(90deg, #c1ae72 0%, #a08c5a 100%) !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    /* Smaller Font */
    padding: 15px 30px !important;
    /* Smaller Padding */
    border-radius: 50px !important;
    width: 100%;
    margin-top: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 20px rgba(193, 174, 114, 0.15);
    /* Slightly lighter shadow */
    border: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
    display: block;
    text-decoration: none;
}

.wc-proceed-to-checkout a.checkout-button:hover,
.robuxo-btn-checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(193, 174, 114, 0.3);
    background: linear-gradient(90deg, #d4c38b 0%, #b39d67 100%) !important;
}

/* --- TOAST NOTIFICATIONS SYSTEM --- */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.elementor-menu-cart__container .woocommerce-message {
    position: fixed !important;
    /* Bottom Center */
    top: auto !important;
    right: auto !important;
    left: 50% !important;
    bottom: 40px !important;
    transform: translateX(-50%) !important;

    z-index: 9999999 !important;
    max-width: 400px !important;
    /* Slightly wider */
    width: auto !important;
    background: rgba(10, 10, 10, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--accent) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
    color: #fff !important;
    padding: 15px 25px !important;
    border-radius: 50px !important;
    /* Pill shape for notification too? */
    animation: slideUpFade 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    text-align: center !important;
}

@keyframes slideUpFade {
    from {
        transform: translate(-50%, 100%);
        opacity: 0;
    }

    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

/* Hide Unwanted Elements inside Toast */
.woocommerce-message .button,
.woocommerce-message .wc-forward,
.woocommerce-message .restore-item {
    display: none !important;
}

/* Checkmark Icon Styling */
.robuxo-toast-success i {
    font-size: 1.2rem;
    color: #4CAF50;
}

/* --- CUSTOM ROBUXO QUANTITY (Clean Pill) --- */
.robuxo-qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    border: 1px solid #333;
    border-radius: 50px;
    width: 120px;
    height: 40px;
    overflow: hidden;
}

.robuxo-qty-btn {
    background: transparent;
    border: none;
    color: #888;
    width: 40px;
    height: 100%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    outline: none;
    padding: 0;
    margin: 0;
}

.robuxo-qty-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--accent);
}

.robuxo-qty-input {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    -moz-appearance: textfield;
}

.robuxo-qty-input::-webkit-inner-spin-button,
.robuxo-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.robuxo-qty-input:focus {
    box-shadow: none;
    outline: none;
}

/* --- PROCESSING STATE --- */
.robuxo-cart-wrapper.processing {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s;
}

/* --- TOAST NOTIFICATIONS (Rebuilt as Fixed Modal/Toast) --- */
/* Common Styles */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    position: relative !important;
    /* Changed from fixed to relative */
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    /* Managed by Flexbox */
    z-index: 99999 !important;

    /* Base Styling */
    border-radius: 50px !important;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8) !important;
    outline: none !important;

    padding: 15px 40px !important;
    width: auto !important;
    max-width: 90vw !important;
    min-width: 300px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;

    box-sizing: border-box !important;
    line-height: normal !important;
    font-size: 15px !important;
    font-weight: 500 !important;

    margin-bottom: 10px !important;
    /* Spacing between stack */

    /* Animation */
    animation: robuxo-toast-fade-in 0.4s ease-out forwards !important;
}

@keyframes robuxo-toast-fade-in {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* SUCCESS & INFO (Black + Gold) */
.woocommerce-message,
.woocommerce-info {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid var(--accent) !important;
}

/* ERROR (Red Background + Red Border + Red Text) */
.woocommerce-error,
.robuxo-toast-error {
    background: rgba(40, 0, 0, 0.95) !important;
    /* Dark Red Background */
    color: #ff453a !important;
    /* Red Text */
    border: 2px solid #ff453a !important;
    /* Red Border */
}

@keyframes robuxo-toast-pop {
    0% {
        transform: translate(-50%, 100px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

.woocommerce-message *,
.woocommerce-info *,
.woocommerce-error * {
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit !important;
    outline: none !important;
}

/* Removed Icon Styles completely as requested */

/* AGGRESSIVE ICON REMOVAL */
.woocommerce-message i,
.woocommerce-message svg,
.woocommerce-message::before,
.woocommerce-message::after,
.woocommerce-info i,
.woocommerce-info svg,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error i,
.woocommerce-error svg,
.woocommerce-error::before,
.woocommerce-error::after {
    display: none !important;
    content: none !important;
}


/* --- QUANTITY BUTTONS (Custom Pill) --- */
.quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    /* Spread items */
    background: #000 !important;
    border: 1px solid #333 !important;
    border-radius: 50px !important;
    padding: 0 !important;
    /* Reset padding */
    gap: 0 !important;
    width: 120px !important;
    /* Fixed width slightly larger */
    height: 44px !important;
    /* Taller */
    overflow: hidden;
    /* Contain children */
    margin: 0 !important;
    box-shadow: none !important;
}

.qty-btn {
    background: transparent !important;
    color: #888 !important;
    border: none !important;
    width: 40px !important;
    /* Fixed width click area */
    height: 100% !important;
    font-size: 16px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.2s;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}

.qty-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: var(--accent) !important;
}

/* Specific fix for WooCommerce default button styles leaking in */
.qty-btn::before,
.qty-btn::after {
    display: none !important;
}

.input-text.qty {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    flex-grow: 1 !important;
    height: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    appearance: textfield !important;
    box-shadow: none !important;
    outline: none !important;
}

.input-text.qty::-webkit-inner-spin-button,
.input-text.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* --- COUPON SECTION (Input Group) --- */
.r-coupon-section {
    margin-top: 25px;
}

.r-coupon-section form {
    display: flex !important;
    position: relative !important;
    border: 1px solid #333 !important;
    background: #000 !important;
    border-radius: 50px !important;
    padding: 0 !important;
    align-items: center !important;
    width: 100% !important;
    height: 44px !important;
    max-height: 44px !important;
    /* Force Height Constraint */
}

.r-coupon-section input#coupon_code {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    padding: 0 50px 0 20px !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    flex-grow: 1 !important;
    font-size: 14px !important;
    border-radius: 50px !important;
}

.r-coupon-section button[name="apply_coupon"] {
    background: var(--accent) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    min-width: 36px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0 !important;
    transition: 0.2s;
    outline: none !important;
    box-shadow: none !important;

    /* Reliable Centering */
    position: absolute !important;
    right: 4px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    /* Center Y */
    bottom: auto !important;
    margin: 0 !important;
    z-index: 10 !important;
}

/* Icon for Button */
.r-coupon-section button[name="apply_coupon"]::before {
    display: none !important;
}

.r-coupon-section button[name="apply_coupon"] svg {
    display: block !important;
    width: 14px;
    height: 14px;
    fill: none;
    /* SVG strokes */
    stroke: #000 !important;
    /* Ensure black stroke */
}

.r-coupon-section button[name="apply_coupon"]:hover {
    background: var(--accent) !important;
    /* Keep gold */
    filter: brightness(1.2);
    /* Just brighter */
    transform: translateY(-50%) !important;
    /* PRESERVE CENTER, NO SCALE */
}

/* Ensure hover SVG remains black */
.r-coupon-section button[name="apply_coupon"]:hover svg {
    stroke: #000 !important;
}

/* Ensure coupon input text doesn't overlap button */
.r-coupon-section input#coupon_code::placeholder {
    color: #666;
}

/* Ensure SVG is visible */
.r-coupon-section button[name="apply_coupon"] svg {
    display: block !important;
    width: 14px;
    height: 14px;
}

.r-coupon-section button[name="apply_coupon"]:hover {
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 0 10px var(--accent) !important;
}

/* Ensure coupon input text doesn't overlap button */
.r-coupon-section input#coupon_code::placeholder {
    color: #666;
}

/* --- STATS BAR EQUAL WIDTH --- */
.robuxo-stats-bar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    gap: 20px;
}

.robuxo-stat-item {
    flex: 1 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
}

.robuxo-stats-bar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    gap: 20px;
}

.robuxo-stat-item {
    flex: 1 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    /* Prevent flex overflow */
}

.quantity {
    display: flex !important;
    align-items: center !important;
    background: #000 !important;
    border: 1px solid #333 !important;
    border-radius: 50px !important;
    padding: 0 !important;
    /* Reset padding */
    gap: 0 !important;
    width: fit-content !important;
    height: 40px !important;
    overflow: hidden;
    /* Contain children */
}

.qty-btn {
    background: transparent !important;
    color: #888 !important;
    border: none !important;
    width: 35px !important;
    height: 100% !important;
    font-size: 1.2rem !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.2s;
    line-height: 0 !important;
    padding-bottom: 3px !important;
    /* text vertical align adjustment */
}

.qty-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: var(--accent) !important;
}

.input-text.qty {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    width: 40px !important;
    height: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    appearance: textfield !important;
}

.input-text.qty::-webkit-inner-spin-button,
.input-text.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/* --- ROBUXO CUSTOM CART WIDGET STYLES --- */
.robuxo-cart-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 0;
    /* Handled by Title Margin */
}

.robuxo-cart-items {
    flex: 2;
}

.robuxo-cart-summary {
    flex: 1;
}

.robuxo-cart-header {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.robuxo-cart-item {
    display: flex;
    align-items: center;
    background: #111;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.robuxo-cart-item:hover {
    border-color: var(--accent);
    box-shadow: 0 5px 20px rgba(193, 174, 114, 0.1);
}

.r-cart-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    background: #000;
}

.r-cart-info {
    flex-grow: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.r-cart-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    margin-bottom: 5px;
}

.r-cart-price {
    color: var(--accent);
    font-weight: 500;
}

.r-cart-qty {
    margin-right: 20px;
}

.r-cart-remove {
    background: rgba(255, 69, 58, 0.1);
    color: #ff453a !important;
    width: 35px;
    height: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
    text-decoration: none;
    font-size: 1.4rem;
    transition: 0.2s;
}

.r-cart-remove:hover {
    background: #ff453a;
    color: #fff !important;
}

/* Summary Card */
.r-summary-card {
    background: linear-gradient(145deg, #121212 0%, #0a0a0a 100%);
    padding: 30px;
    border-radius: 24px;
    border: 1px solid var(--border);
    position: sticky;
    top: 100px;
}

.r-summary-card h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.r-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #aaa;
    font-size: 1rem;
}

.r-summary-row.total {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
}

.r-summary-row .r-val {
    color: #fff;
}

.r-summary-row.total .r-val {
    color: var(--accent);
}

.robuxo-btn-checkout {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, #c1ae72 0%, #a08c5a 100%);
    color: #000;
    font-weight: 700;
    padding: 18px;
    border-radius: 50px;
    margin-top: 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.robuxo-btn-checkout:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(193, 174, 114, 0.3);
    color: #000;
}



/* Empty Cart */
.cart-empty {
    font-size: 1.5rem;
    color: #aaa;
    margin: 50px 0;
    text-align: center;
}

.return-to-shop a.button {
    background: var(--accent) !important;
    color: #000 !important;
    border: none !important;
    padding: 15px 40px !important;
    font-size: 1.1rem !important;
}

.return-to-shop a.button:hover {
    box-shadow: 0 10px 30px rgba(193, 174, 114, 0.4);
    transform: translateY(-3px);
}

/* --- PRODUCT MODAL STYLES (Added V7.15) --- */
.robuxo-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.robuxo-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.robuxo-modal-content {
    background: #111;
    border: 1px solid var(--accent);
    padding: 30px;
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    position: relative;
    transform: translateY(20px);
    transition: all 0.3s ease;
    color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    text-align: left;
}

.robuxo-modal-overlay.active .robuxo-modal-content {
    transform: translateY(0);
}

.robuxo-close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #888;
    transition: 0.2s;
    line-height: 1;
}

.robuxo-close-modal:hover {
    color: var(--accent);
}

.robuxo-modal-title {
    color: var(--accent);
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.robuxo-step {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.step-number {
    background: var(--accent);
    color: #000;
    font-weight: 700;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.robuxo-step p {
    margin: 0;
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.5;
}

.robuxo-step strong {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.robuxo-modal-info-box {
    background: rgba(193, 174, 114, 0.1);
    border: 1px solid rgba(193, 174, 114, 0.2);
    padding: 15px;
    border-radius: 10px;
    margin-top: 25px;
}

.robuxo-modal-info-box p {
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #ddd;
}

.robuxo-modal-info-box p:last-child {
    margin-bottom: 0;
}