body{
  background: #000 !important;
}

/* Glass Tilt Card */
.glass-tilt-card {
background: linear-gradient(135deg, rgba(255, 237, 0, 0.25), rgba(255, 237, 0, 0.05));
background-position: center;
background-size: cover;
border: 1px solid rgba(255, 237, 0, 0.4);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-radius: 18px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-tilt-card:hover {
transform: perspective(1000px) rotateY(0deg) scale(1.03);
box-shadow: 0 15px 35px rgba(255, 237, 0, 0.4);
}

/* Image + Text Styling */
.glass-tilt-card img {
display: block;
margin: 0 auto;
}
.glass-tilt-card h5 {
font-weight: 600;
margin-bottom: 10px;
color: #FFED00;
}
.glass-tilt-card p {
font-size: 0.95rem;
color: #eee;
}

/* Glass Buttons */
.glass-btn1 {
  width: 220px;
padding: 12px 28px;
border-radius: 14px;
font-weight: 600;
font-size: 1rem;
border: 2px solid transparent;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)) !important;
backdrop-filter: blur(12px);
color: #fff;
position: relative;
overflow: hidden;
transition: all 0.35s ease;
}

.glass-btn1::before {
content: "";
position: absolute;
inset: 0;
border-radius: 14px;
padding: 2px;
background: linear-gradient(90deg, #fffbe0, #FFED00, #ffe44d); /* premium gold gradient */
-webkit-mask: linear-gradient(#fff 0 0) content-box,
               linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
        mask-composite: exclude;
}

.glass-btn1:hover {
color: #fff;
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(255, 237, 0, 0.45); /* bright golden glow */
}

/* Alternative Button */
.glass-btn1.alt {
background: linear-gradient(135deg, rgba(255, 237, 0, 0.15), rgba(255, 255, 255, 0.08));
}

/* Glass Buttons */
.glass-btn2 {
padding: 12px 28px;
border-radius: 14px;
font-weight: 600;
font-size: 1rem;
border: 2px solid transparent;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)) !important;
backdrop-filter: blur(12px);
color: #fff;
position: relative;
overflow: hidden;
transition: all 0.35s ease;
}

.glass-btn2::before {
content: "";
position: absolute;
inset: 0;
border-radius: 14px;
padding: 2px;
background: linear-gradient(90deg, #fffbe0, #FFED00, #ffe44d); /* premium gold gradient */
-webkit-mask: linear-gradient(#fff 0 0) content-box,
               linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
        mask-composite: exclude;
}

.glass-btn2:hover {
color: #fff;
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(255, 237, 0, 0.45); /* bright golden glow */
}

/* Alternative Button */
.glass-btn2.alt {
background: linear-gradient(135deg, rgba(255, 237, 0, 0.15), rgba(255, 255, 255, 0.08));
}



/* 🌟 GLASS BUTTONS */
/* .glass-btn1 {
background: linear-gradient(135deg, rgba(255, 237, 0, 0.9), rgba(255, 237, 0, 0.3));
border: 1px solid rgba(255, 237, 0, 0.4);
color: #000;
font-weight: 600;
}
.glass-btn1:hover {
background: linear-gradient(135deg, rgba(255, 237, 0, 1), rgba(255, 237, 0, 0.5));
border: 1px solid rgba(255, 237, 0, 0.6);
color: #000;
} */

/* .glass-btn2 {
background: linear-gradient(135deg, rgba(255, 237, 0, 0.3), rgba(255, 237, 0, 0.1));
border: 1px solid rgba(255, 237, 0, 0.4);
color: #fff;
}
.glass-btn2:hover {
background: linear-gradient(135deg, rgba(255, 237, 0, 0.7), rgba(255, 237, 0, 0.3));
color: #000;
border: 1px solid rgba(255, 237, 0, 0.7);
} */

/* 💰 INVESTMENT CARD */
.investment-card {
background: linear-gradient(135deg, rgba(255, 237, 0, 0.15), rgba(255, 237, 0, 0.05));
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 18px;
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
box-shadow: 0 8px 25px rgba(255, 237, 0, 0.25);
transition: all 0.35s ease;
position: relative;
overflow: hidden;
}

.investment-card:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 15px 40px rgba(255, 237, 0, 0.45);
}

/* Neon border glow by type */
.investment-card.cash,
.investment-card.vcoin,
.investment-card.hybrid {
border: 1px solid rgba(255, 237, 0, 0.6);
box-shadow: 0 0 15px rgba(255, 237, 0, 0.4);
}

/* Ribbon inside card */
.corner-ribbon {
position: absolute;
top: 12px;
right: 12px;
background: linear-gradient(135deg, #FFED00, #bfae00);
color: #000;
padding: 4px 10px;
font-size: 0.75rem;
font-weight: 700;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Typography tweaks */
.investment-card h6 {
color: #FFED00;
font-weight: 700;
}
.investment-card p {
font-size: 1rem;
color: #fff;
}
.investment-card ul li {
font-size: 0.9rem;
color: #ddd;
margin-bottom: 6px;
}

/* Sub-cards */
.sub-card {
background: transparent;
border: 2px solid rgba(255, 237, 0, 0.7);
color: #fff;
padding: 1rem;
clip-path: polygon(
  8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px),
  calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px
);
transition: all 0.3s ease;
}
.sub-card:hover {
border-color: rgba(255, 237, 0, 1);
box-shadow: 0 0 12px rgba(255, 237, 0, 0.6);
}

/* Icons */
.icon-glass,
.icon-glass1 {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
margin-right: 8px;
border-radius: 8px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 237, 0, 0.4);
color: #000;
font-size: 14px;
}
.icon-glass {
background: rgba(255, 237, 0, 0.6);
}
.icon-glass1 {
background: #FFED00;
}

/* Arrow Button */
.arrow-btn {
background: rgba(255, 237, 0, 0.15);
border: 1px solid rgba(255, 237, 0, 0.25);
backdrop-filter: blur(6px);
border-radius: 30%;
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
color: #FFED00;
font-size: 1rem;
transition: background 0.3s;
}
.arrow-btn:hover {
background: rgba(255, 237, 0, 0.3);
color: #000;
}



.investment-options {
color: #fff;
}

/* Glass Cards */
.glass-card {
background: rgba(255, 255, 255, 0.08);
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.15);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
box-shadow: 0 8px 25px rgba(0,0,0,0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glass-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}

/* Headings */
.pill-heading {
display: inline-block;
padding: 6px 16px;
border-radius: 50px;
background: rgba(255, 237, 0, 0.15);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
font-weight: 600;
font-size: 1rem;
color: #FFED00;
letter-spacing: 0.5px;
}

/* Circular Badge */
.badge-circle {
width: 65px;
height: 65px;
border-radius: 50%;
background: linear-gradient(135deg, #FFED00, #C5A100);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: #000;
box-shadow: 0 6px 20px rgba(255, 237, 0, 0.4);
position: relative;
z-index: 2;
margin: 50px -35px;
border: 3px solid rgba(255, 255, 255, 0.3);
}

@media(max-width:768px){
.badge-circle {
  margin: 0;
}
}

/* Outer Card */
.outer-card {
background-position: center;
background-size: cover;
border-radius: 20px;
backdrop-filter: blur(14px);
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* Small Badge */
.s-badge {
color: #FFED00;
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding: 5px;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
border-radius: 12px !important;
}

/* Accordion */
.glass-accordion {
background-image: url("/images/1.png");
background-position: center;
background-size: cover;
border-radius: 15px;
border: 1px solid rgba(255, 255, 255, 0.15);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
margin-bottom: 15px;
overflow: hidden;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.accordion-button {
background: transparent;
color: #fff !important;
font-weight: 600;
}

.accordion-button:focus {
box-shadow: none;
}

.accordion-button:not(.collapsed) {
color: #000;
background: rgba(255, 237, 0, 0.25);
}

.accordion-body {
color: #ddd;
font-size: 0.95rem;
}

/* Ready Section */
.ready-section .section-title {
font-size: 2.2rem;
font-weight: 700;
color: #FFED00;
}

.ready-section .section-subtitle {
font-size: 1.1rem;
color: rgba(255, 255, 255, 0.7);
}

/* Glass Ready Card */
.ready-card {
position: relative;
width: 500px;
height: 220px;
padding: 1.5rem;
margin: 0 auto;
background-image: url("/images/3.png");
background-size: cover;
background-position: center;
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.15);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
box-shadow: 0 8px 25px rgba(0,0,0,0.3);
display: flex;
flex-direction: column;
justify-content: space-between;
}

/* Icons */
.ready-icons {
position: absolute;
top: 15px;
left: 15px;
display: flex;
gap: 10px;
}

.ready-icons .icon-box {
width: 50px;
height: 50px;
border-radius: 15px;
background: rgba(255, 237, 0, 0.15);
display: flex;
align-items: center;
justify-content: center;
color: #FFED00;
font-size: 1.5rem;
border: 1px solid rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 10px rgba(255, 237, 0, 0.25);
}

/* Buttons */
.ready-actions {
position: absolute;
bottom: 15px;
right: 15px;
display: flex;
gap: 10px;
}

/* Primary Button */
.pixel-btn {
background: linear-gradient(135deg, #FFED00, #C5A100);
color: #000;
border: none;
border-radius: 10px;
padding: 0.6rem 1.2rem;
font-weight: 700;
transition: all 0.3s ease;
}

.pixel-btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(255, 237, 0, 0.6);
}

/* Secondary Button */
.pixel-btn-secondary {
background: rgba(255, 255, 255, 0.15);
color: #FFED00;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 10px;
padding: 0.6rem 1.2rem;
font-weight: 600;
transition: all 0.3s ease;
}

.pixel-btn-secondary:hover {
background: rgba(255, 255, 255, 0.25) !important;
color: #fff;
}


/* Disclaimer */
.disclaimer {
color: #ffcf40 !important;
font-size: 0.85rem;
opacity: 0.8;
}


/* Steps section */
.steps-section { 
color: #fff;
}

/* Title */
.steps-section .section-title {
font-weight: 700;
font-size: 1.9rem;
letter-spacing: .3px;
color: #fff8cc;
text-shadow: 0 6px 18px rgba(255,237,0,0.25);
}

/* Step card */
.step-card {
position: relative;
overflow: visible;
background: linear-gradient(135deg, rgba(255,237,0,0.08), rgba(255,220,100,0.03));
border: 1px solid rgba(255,255,255,0.06);
border-radius: 14px;
padding: 22px 22px 22px 110px;
min-height: 110px;
display: flex;
align-items: center;
box-shadow: 0 10px 30px rgba(40,30,0,0.4);
transition: transform .25s ease, box-shadow .25s ease;
}

.step-card:hover {
transform: translateY(-6px);
box-shadow: 0 18px 40px rgba(255,237,0,0.25);
}

/* Left vertical band */
.step-band {
position: absolute;
left: -18px;
top: 12px;
bottom: 12px;
width: 88px;
background: linear-gradient(180deg, #FFED00 0%, #FFD700 100%) !important;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-weight: 800;
font-size: 22px;
transform: skewY(-7deg);
box-shadow: 0 8px 20px rgba(255,237,0,0.4);
border: 1px solid rgba(255,255,255,0.08);
}

@media (max-width:768px){
.step-band {
  position: absolute;
  left: 0px;
  top: 12px;
}

.ready-card {
  position: relative;
  width: 400px;
  height: 220px;
}
}

/* counter-skew */
.step-band span { 
display: inline-block; 
transform: skewY(7deg); 
}

/* Step content */
.step-body { flex: 1; }
.step-title { 
margin: 0 0 6px 0; 
font-size: 1.05rem; 
font-weight: 700; 
color: #fff; 
}
.step-desc { 
margin: 0; 
color: #f5f1c6; 
font-size: .95rem; 
line-height: 1.33; 
}

/* Simulator Card */
.simulator-card {
background-image: url("/images/simulatorbg.png");
background-size: cover;
background-position: center;
border: 1px solid rgba(255,237,0,0.6);
border-radius: 18px;
backdrop-filter: blur(12px);
box-shadow: 0 10px 28px rgba(0,0,0,0.35);
color: #fff;
}

.sim-heading {
display: inline-block;
border: 1px solid rgba(255,237,0,0.6);
padding: 6px 14px;
border-radius: 12px;
font-weight: 600;
font-size: 1.1rem;
color: #fff;
}

.sim-label {
font-weight: 500;
font-size: 0.95rem;
margin-bottom: 4px;
}

.sim-input {
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,237,0,0.6);
border-radius: 12px;
color: #fff;
text-align: center;
}

.sim-input:focus {
outline: none;
box-shadow: 0 0 8px rgba(255,237,0,0.6);
}

/* Slider styling */
.sim-slider {
width: 100%;
height: 6px;
border-radius: 10px;
background: linear-gradient(90deg, #FFED00, #FFD700);
outline: none;
appearance: none;
}

.sim-slider::-webkit-slider-runnable-track {
height: 6px;
border-radius: 10px;
background: linear-gradient(90deg, #FFED00, #FFD700);
}

.sim-slider::-webkit-slider-thumb {
-webkit-appearance: none;
height: 18px;
width: 18px;
border-radius: 50%;
background: #fff;
border: 2px solid #FFED00;
cursor: pointer;
margin-top: -6px;
transition: 0.3s;
}
.sim-slider::-webkit-slider-thumb:hover {
transform: scale(1.1);
}

.sim-slider::-moz-range-track {
height: 6px;
border-radius: 10px;
background: linear-gradient(90deg, #FFED00, #FFD700);
}

.sim-slider::-moz-range-thumb {
height: 18px;
width: 18px;
border-radius: 50%;
background: #fff;
border: 2px solid #FFED00;
cursor: pointer;
transition: 0.3s;
}
.sim-slider::-moz-range-thumb:hover {
transform: scale(1.1);
}

/* Inner cards */
.glass-inner-card {
background: rgba(255,255,255,0.05);
border: 1px solid rgba(255,237,0,0.6);
border-radius: 14px;
font-size: 0.95rem;
}

/* Accent text & labels */
.p-text, .sim-label {
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding: 5px;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
border-radius: 12px !important;
}

/* Accordion arrow white */
.accordion-button::after {
filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
filter: invert(1);
}
