/* Color Variables */
:root {
    --primary-orange: #31c5dc;
    --secondary-orange: #83dcea;
    --dark-bg: #1A2332;
    --light-text: #ffffff;
    --gray-text: #b3b3b3;
    --dark-card: #222e44;
    --hover-orange: #279eb0;
    --opacity-orange: #31c5dc6e;
}

/* Halloween Theme */
.theme-halloween {
    --primary-orange: #860CC7;
    --secondary-orange: #A78BFA;
    --hover-orange: #6708a0;
    --opacity-orange: #8B5CF66e;
}

.theme-halloween .hero-background {
    background-image: url('https://demo-onetouch.s3.us-east-1.amazonaws.com/casino/images/Banner/mg-lp-hero-desktop.png');
}

.theme-halloween .hero-title {
    background: linear-gradient(to right, #8B5CF6, #10B981, #34D399);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.theme-halloween .get-started-btn,
.theme-halloween .btn-signin {
    background: linear-gradient(135deg, #ff428f 0%, #e91465 100%);
    box-shadow: 2px 2px 4px rgb(139 92 246 / 50%);
}
.theme-halloween .get-started-btn{
    position: relative;
    border-radius: 6px !important;
    background: #860CC7;
    box-shadow: none;
    color: #FFF;
    font-family: "Trade Winds";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* width: 140px; */
    height: 40px;
    gap:14px;
    &:before {
        content: '';
        position: absolute;
        top: 33px;
        left: 0;
        background: url('https://cdn.blazespinsmail.com/core/modules/dispatch-2025/ui/btn-bottom-outline-halloween.svg') no-repeat;
        z-index: -1;
        transition: opacity 0.3s ease;
        /* background-position: -2px 2px; */
        height: 84px;
        width: 100%;
        background-size: contain;
    }
    &:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://cdn.blazespinsmail.com/core/modules/dispatch-2025/ui/btn-top-outline-halloween.svg') no-repeat;
        background-size: contain;
        filter: brightness(0.5);
    }
}
.theme-halloween .get-started-btn i{
    color: #FFF;
    font-family: "Trade Winds";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.theme-halloween .get-started-btn .fa-chevron-right:before{
    content: ">";
}
.theme-halloween .hero-overlay {
    background: transparent;
}

.theme-halloween .get-started-btn:hover,
.theme-halloween .btn-signin:hover {
    background-color: var(--hover-orange);
}

/* Theme-specific logo styles */
.theme-halloween .logo {
    content: url('https://demo-onetouch.s3.us-east-1.amazonaws.com/casino/images/Banner/magician-bet-logo.svg');
}
.theme-halloween .get-started-btn:hover{
    background-color: #860CC7 !important;
}

.theme-halloween .trending-number {
    background-color: var(--primary-orange);
}

.theme-halloween .owl-prev,
.theme-halloween .owl-next {
    background-color: var(--primary-orange) !important;
}

.theme-halloween .owl-prev:hover,
.theme-halloween .owl-next:hover {
    background-color: var(--hover-orange) !important;
}

.theme-halloween .feature-card:hover {
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.theme-halloween .accordion-button:not(.collapsed) {
    background-color: rgba(139, 92, 246, 0.1);
}

.theme-halloween .accordion-button::after {
    color: var(--primary-orange);
}

.theme-halloween .curve-element {
    /* Divider background: solid color fade */
    background: radial-gradient(55% 520% at 50% -420%, rgba(139, 92, 246, 0.55) 0%, rgba(139, 92, 246, 0.35) 45%, rgba(16, 17, 24, 1) 100%), #101118;
    background-clip: padding-box;
}

.theme-halloween .curve-element:before {
    background: linear-gradient(
        to right, 
        rgba(18, 19, 27, 0) 0%,
        rgba(139, 92, 246, 0.9) 35%,
        rgba(139, 92, 246, 0.9) 65%,
        rgba(18, 19, 27, 0) 100%
    );
}

.theme-halloween .bonus-card.orange-border,
.theme-halloween .bonus-card.yellow-border {
    border-color: rgba(139, 92, 246, 0.5);
}

.theme-halloween .bonus-card.orange-border::before,
.theme-halloween .bonus-card.yellow-border::before {
    background: var(--primary-orange);
    opacity: 1;
}

.theme-halloween .bonus-card.orange-border .bonus-icon,
.theme-halloween .bonus-card.yellow-border .bonus-icon {
    background: var(--primary-orange);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.theme-halloween .bonus-value.highlight {
    color: var(--primary-orange);
    text-shadow: 0 0 10px rgba(139, 92, 246, 0.3);
}
.theme-halloween .affiliate-with-logo-mobile .row{
    background:#860CC714;
    border: 2px solid #860CC752;
    @media (max-width: 768px) {
        background:none;
        border: none;
    }
}
.theme-halloween .affiliate-with-logo-mobile .row:before {
    background: #8a5cf69a;
}
.theme-halloween .bottom-btn{
    background-color: #860CC7;
    box-shadow: none;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.theme-halloween .bottom-btn.get-started-btn:before,.theme-halloween .bottom-btn.get-started-btn:after {
    background: none;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Optimize for smooth scrolling */
* {
    -webkit-overflow-scrolling: touch;
}

html, body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* Adjust this value based on your header height */
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--dark-bg);
    color: var(--light-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Header Styles */
.header-section {
    background: radial-gradient(circle, transparent 0%, rgba(18, 19, 27, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
    will-change: background-color, backdrop-filter;
    transform: translateZ(0);
}

.navbar {
    padding: 0.5rem 0;
}

.logo {
    width: 130px;   
    /* height: 100px; */
    object-fit: cover;
    margin-right: 0.5rem;
    margin-left: 10px;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-orange);
}

.language-select {
    background-color: transparent;
    border: 1px solid var(--gray-text);
    color: var(--light-text);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
    width: 100px;
    min-width: 100px;
}

.language-select option {
    background-color: var(--dark-bg);
    color: var(--light-text);
}

.btn-signin {
    display: flex;
    height: 48px;
    min-width: 80px;
    padding: 12px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px !important;
    border: 2px solid rgba(255, 66, 143, 0.00);
    background: var(--Primary-500, #FF428F);
    color: var(--light-text) !important;
    transition: background-color 0.3s, background 0.3s;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: 500;
    box-shadow: none;
}

.btn-signin:hover {
    background: var(--Primary-500, #FF428F);
    color: var(--light-text);
}
.country-image {
    width: 35px;
    border-radius: 25px;
    margin-right: 15px;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://demo-onetouch.s3.us-east-1.amazonaws.com/casino/images/Banner/mg-lp-hero-desktop.png') center/cover no-repeat;
    will-change: transform;
    transform: translateZ(0);
}

.hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(25, 35, 51, 0.8); */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: radial-gradient(circle, transparent 0%, rgba(18, 19, 27, 0.8) 100%); */
}

.hero-section .container {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 350px;
}
.hero-section .container.custom-sep-height{
    padding-top: 15%;
}
.hero-section .container.custom-sep-height.custom-affiliate-height{
    padding-top: 10%;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    /* max-width: 75%; */
    margin: 0 auto;
    margin-bottom: 1rem;
    /* text-shadow: 2px 2px 4px rgba(0,0,0,0.8); */
    background: linear-gradient(90deg, #ffffff 0%, #83dcea 30%, #ff428f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--gray-text);
}

.hero-signup {
    margin-top: 2rem;
}

/* Figma hero offer variant (desktop + mobile) */
.hero-offer-card {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 12px 12px 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.hero-offer-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: conic-gradient(
        from 90deg,
        rgba(29, 200, 223, 0.7) -10.977%,
        rgba(59, 153, 234, 0.7) 13.568%,
        rgba(88, 106, 245, 0.7) 38.113%,
        rgba(54, 151, 255, 0.7) 62.053%,
        rgba(29, 200, 223, 0.7) 89.023%,
        rgba(59, 153, 234, 0.7) 113.57%,
        rgba(88, 106, 245, 0.7) 138.11%
    );
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.hero-offer-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.hero-offer-card .hero-title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 1.44px;
    color: #ffffff !important;
    background: none !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-offer-card .hero-subtitle {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-offer-card .hero-signup {
    margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-primary-btn {
    display: flex !important;
    height: 48px !important;
    min-width: 80px !important;
    padding: 12px 32px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    border-radius: 8px !important;
    border: 2px solid #83DCEA !important;
    background: var(--cyan-600, #279EB0) !important;
    color: var(--Text-action, #FFF) !important;
    font-family: var(--Font-Family, Inter) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: var(--LIne-Height-sm, 20px) !important;
    box-shadow: none !important;
    text-decoration: none;
    white-space: nowrap;
}

.hero-primary-btn:hover {
    background: var(--cyan-600, #279EB0) !important;
    border-color: #83DCEA !important;
    color: var(--Text-action, #FFF) !important;
    text-decoration: none;
}

.join-now-btn {
    display: flex !important;
    height: 48px !important;
    min-width: 80px !important;
    padding: 12px 32px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    align-self: stretch !important;
    border-radius: 8px !important;
    border: 2px solid rgba(255, 66, 143, 0.00) !important;
    background: var(--Primary-500, #FF428F) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.join-now-btn:hover {
    background: var(--Primary-500, #FF428F) !important;
    color: #ffffff !important;
}


.signup-text {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: var(--light-text);
}

.email-form {
    max-width: 600px;
    margin: 0 auto;
}


.get-started-btn {
    background: linear-gradient(135deg, #ff428f 0%, #e91465 100%);
    border: none;
    color: var(--light-text) !important;
    padding: 0.5rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: 8px !important;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 1rem;
    white-space: nowrap;
    height: 45px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}

.get-started-btn:hover {
    background: linear-gradient(135deg, #ff428f 0%, #c60f47 100%);
    color: var(--light-text) !important;
    text-decoration: none;
}

.get-started-btn i {
    transition: transform 0.3s ease;
    font-size: 1.025rem;
}

.get-started-btn:hover i {
    transform: translateX(4px);
}

/* Curved Border */
.curve-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

.curve-border svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

/* Trending Section */
.trending-section {
    padding: 4rem 0;
    background-color: var(--dark-bg);
    position: relative;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--light-text);
}

.trending-slider-container {
    position: relative;
    margin: 0 -15px;
    padding: 20px 15px;
}

.trending-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.trending-header-row .section-title {
    margin: 0;
}

.trending-slider {
    position: relative;
}

.trending-item {
    position: relative;
    cursor: pointer;
    padding: 10px;
    width: 156px;
}

.trending-item:hover {
    transform: scale(1.05);
}

.trending-number {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-color: var(--primary-orange);
    color: var(--light-text);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
    display: none;
}

.trending-image {
    width: 156px;
    height: 200px;
    /* height: 220px; */
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.game-title {
    margin-top: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--light-text);
    text-align: center;
    min-height: 1.2em; /* keeps layout stable before API injects text */
}

.game-provider {
    margin-top: 4px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    min-height: 1.1em; /* keeps layout stable before API injects text */
}

/* Owl Carousel Custom Styles */
.owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    pointer-events: none;
}

/* Trending header nav (moved out of the slider) */
.trending-nav-container .owl-nav {
    position: static;
    transform: none;
    width: auto;
    left: auto;
    margin: 0;
    pointer-events: auto;
    display: flex;
    gap: 2px;
}

.trending-nav-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.trending-nav-container .owl-prev,
.trending-nav-container .owl-next {
    position: static !important;
    width: 36px !important;
    height: 36px !important;
    padding: 8px 12px !important;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    pointer-events: auto;
    border: none !important;
}

.trending-nav-container .owl-prev {
    border-radius: 8px 0 0 8px !important;
}

.trending-nav-container .owl-next {
    border-radius: 0 8px 8px 0 !important;
}

.trending-nav-container .owl-prev i,
.trending-nav-container .owl-next i {
    font-size: 24px;
    line-height: 24px;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    background-color: var(--primary-orange) !important;
    border-radius: 50% !important;
    color: var(--light-text) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 0.3s;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: var(--hover-orange) !important;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-dots {
    display: none;
}

/* Features Section */
.features-section {
    padding: 64px 0;
    background-color: #1A2332;
}

.features-section .section-title {
    margin: 0 0 40px;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.3691px;
    color: #ffffff;
    text-align: center;
}

.feature-card {
    background: linear-gradient(140.95826411858613deg, rgb(34, 46, 68) 0%, rgb(33, 44, 65) 16.667%, rgb(31, 42, 62) 33.333%, rgb(30, 40, 59) 50%, rgb(29, 39, 56) 66.667%, rgb(27, 37, 53) 83.333%, rgb(26, 35, 50) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    height: 243.5px;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: none;
    backdrop-filter: none;
}

.feature-card:hover {
    transform: none;
    box-shadow: none;
}

.feature-icon {
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    font-size: 32px;
}

.features-section .row > .col-lg-3:nth-child(1) .feature-icon {
    background-image: linear-gradient(135deg, rgb(49, 197, 220) 0%, rgb(0, 206, 209) 100%);
}
.features-section .row > .col-lg-3:nth-child(2) .feature-icon {
    background-image: linear-gradient(135deg, rgb(255, 66, 143) 0%, rgb(233, 20, 101) 100%);
}
.features-section .row > .col-lg-3:nth-child(3) .feature-icon {
    background-image: linear-gradient(135deg, rgb(255, 140, 0) 0%, rgb(255, 165, 0) 100%);
}
.features-section .row > .col-lg-3:nth-child(4) .feature-icon {
    background-image: linear-gradient(135deg, rgb(60, 218, 73) 0%, rgb(24, 149, 40) 100%);
}

.feature-icon i {
    color: #ffffff;
    font-size: 32px;
    line-height: 32px;
}

.feature-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

.feature-card h4 {
    position: absolute;
    top: 111px;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4395px;
    color: #ffffff;
    text-align: center;
}

.feature-card p {
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 220px;
    color: rgba(170, 176, 187, 1);
    font-size: 14px;
    line-height: 22.75px;
    letter-spacing: -0.1504px;
    text-align: center;
}

/* FAQ Section */
.faq-section {
    padding: 4rem 0;
    background-color: var(--dark-bg);
}

.accordion-item {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    background-color: transparent;
    color: var(--light-text);
    border: none;
    padding: 1.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(252, 134, 1, 0.1);
    color: var(--light-text);
    box-shadow: none;
}

.accordion-button::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--primary-orange);
    font-weight: bold;
    background-image: none;
    transition: transform 0.3s;
}

.accordion-button:not(.collapsed)::after {
    content: '×';
    transform: rotate(0deg);
}

.accordion-body {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--gray-text);
    padding: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.cta-section {
    text-align: center;
    margin-top: 3rem;
}

.cta-text {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--light-text);
}

/* Footer */
/* Color tokens mapped from your Tailwind classes */
:root{
    --mg-bg-bluegray-800: rgb(17 23 34);     /* #111722 */
    --mg-bg-bluegray-700: rgb(25 35 51);     /* #192333 */
    --mg-text-white: #ffffff;
    --mg-text-cyan-500: rgb(49 197 220);     /* #31c5dc */
    --mg-badge-bg: rgba(25,35,51,0.4);
    --mg-border-default: #e5e7eb;
    --mg-text-white-70: rgba(255,255,255,0.7);
    --mg-text-white-80: rgba(255,255,255,0.8);
}

.text-color-white { color: var(--mg-text-white); }

footer.text-color-white{
    border-top: 1px solid #3B475E;
    padding-top: 120px; /* space after the top border */
}

/* Footer container matches: container bg-color-blueGray-800 px-4 py-8 md:px-6 md:py-10 lg:py-14 */
/* .mag-footer__inner{
    background: var(--mg-bg-bluegray-800);
    padding: 32px 16px;
}
@media (min-width: 768px){
    .mag-footer__inner{ padding: 40px 24px; }
}
@media (min-width: 1280px){
    .mag-footer__inner{ padding: 56px 24px; }
} */

/* Grid matches Tailwind grid gap-10 and breakpoints */
.mag-footer__grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
@media (min-width: 768px){
    .mag-footer__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1280px){
    .mag-footer__grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.mag-footer__quick{ grid-column: 1; grid-row: 1; }
.mag-footer__account{ grid-column: 1; grid-row: 2; }
.mag-footer__contact{ grid-column: 1; grid-row: 3; }
.mag-footer__about{ grid-column: 1; grid-row: 4; }

@media (min-width: 768px){
    .mag-footer__quick{ grid-column: 1; grid-row: 1; }
    .mag-footer__account{ grid-column: 2; grid-row: 1; }
    .mag-footer__contact{ grid-column: 3; grid-row: 1; }
    .mag-footer__about{ grid-column: 1 / -1; grid-row: 2; margin-top: 40px; }
}

@media (min-width: 1280px){
    /* lg order effect via explicit grid placement */
    .mag-footer__about{ grid-column: 1; grid-row: 1; margin-top: 0; }
    .mag-footer__quick{ grid-column: 2; grid-row: 1; }
    .mag-footer__account{ grid-column: 3; grid-row: 1; }
    .mag-footer__contact{ grid-column: 4; grid-row: 1; }
}

.mag-footer__panel-title{
    margin: 0 0 40px 0; /* mb-10 */
    font-size: 20px;   /* text-xl */
    font-weight: 700;  /* font-bold */
    line-height: 1.2;
}

.mag-footer__list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px; /* space-y-2 */
}

.mag-footer__link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;          /* text-base */
    color: var(--mg-text-white);
    text-decoration: none;
    transition: color 150ms ease;
    line-height: 1.3;
}

.mag-footer__link:hover{
    color: var(--mg-text-white-80); /* hover:text-white/80 */
}

.mag-footer__chev{
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mag-footer__chev i{
    font-size: 16px;
}

.mag-footer__contact-icon{
    width: 40px; height: 40px; /* size-10 */
    border-radius: 8px;        /* rounded-small */
    background: var(--mg-bg-bluegray-700);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.mag-footer__contact-icon i{
    color: #fff;
    font-size: 18px;
}

.mag-footer__contact-block{
    display: flex;
    align-items: flex-start;
    gap: 12px; /* gap-3 */
}

.mag-footer__contact-label{
    margin: 0;
    font-size: 12px;   /* text-xs */
    font-weight: 600;  /* font-semibold */
    line-height: 1.2;
}

.mag-footer__contact-value{
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;  /* font-normal */
    color: var(--mg-text-white);
    text-decoration: none;
    transition: color 150ms ease;
}
.mag-footer__contact-value:hover{
    color: var(--mg-text-white-80);
}

.mag-footer__logo{
    display: block;
    width: 130px;
    height: 44px;
    object-fit: contain;
}

.mag-footer__about-text{
    margin: 40px 0 0 0; /* mt-10 */
    font-size: 14px;   /* text-sm */
    line-height: 1.6;  /* leading-relaxed */
    color: var(--mg-text-white-70); /* text-white/70 */
    max-width: 240px;  /* lg:w-[240px] behavior */
}
@media (max-width: 1279.98px){
    .mag-footer__about-text{ max-width: none; }
}

.mag-footer__badge-row{
    margin-top: 20px; /* mt-5 */
    display: flex;
    gap: 24px;        /* gap-6 */
    flex-wrap: wrap;
}

.mag-footer__badge{
    width: 120px;
    height: 40px;
    border-radius: 10px; /* rounded-10px */
    border: 1px solid var(--mg-border-default); /* tailwind `border` default */
    background: var(--mg-badge-bg); /* bg-color-blueGray-700/40 */
    color: var(--mg-text-cyan-500);
    font-size: 14px; /* text-sm */
    font-weight: 600; /* font-semibold */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
}
.mag-footer__badge i{
    color: var(--mg-text-cyan-500);
    font-size: 16px;
}

.mag-footer__bottom{
    margin-top: 24px; /* mt-6 */
    font-size: 14px;  /* text-sm */
    color: var(--mg-text-white);
}

.mag-footer__seal-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* gap-2 */
}

.mag-footer__copyright{
    margin-top: 24px; /* mt-6 */
    display: flex;
    justify-content: center;
}

/* Netflix-style Curved Divider */
.netflix-curve-divider {
    display: none;
    overflow-x: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.25rem;
    z-index: 1;
}

.curve-container {
    position: relative;
    height: 100%;
}

.curve-element {
    position: absolute;
    height: 100%;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    border: solid 0.25rem transparent;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    border-bottom: none;
    /* Divider background: solid color fade */
    background: radial-gradient(55% 520% at 50% -420%, rgba(252, 134, 1, 0.55) 0%, rgba(252, 134, 1, 0.35) 45%, rgba(16, 17, 24, 1) 100%), #101118;
    background-clip: padding-box;
    width: 120%;
    left: -10%;
}

.curve-element:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin-top: -0.25rem;
    border-radius: inherit;
    /* Horizontal fade of a single solid orange */
    background: linear-gradient(
        to right,
        rgba(18, 19, 27, 0) 0%,
        rgba(252, 134, 1, 0.9) 35%,
        rgba(252, 134, 1, 0.9) 65%,
        rgba(18, 19, 27, 0) 100%
    );
}

.curve-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--dark-bg); */
    z-index: -2;
}
.input-group{
    justify-content: center;
}
.bottom-form {
    padding-top: 50px;
}

/* About/Promo Section Styles */
.about-section {
    padding: 1rem 0;
    background-color: var(--dark-bg);
}

.promo-bar {
    background: #222e44;
    border-radius: 10px;
    padding: 17px 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.promo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, rgb(60, 218, 73) 0%, rgb(24, 149, 40) 100%);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.promo-message {
    flex: 1;
    color: var(--light-text);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.promo-subtitle {
    color: var(--gray-text);
    font-weight: normal;
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

.promo-action {
    display: flex;
    align-items: center;
}

.btn-learn {
    color: var(--light-text);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 12px 32px;
    border-radius: 8px;
    transition: background-color 0.3s;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-learn:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--light-text);
}

.promo-icon i {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
}

.promo-message {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1504px;
    color: rgba(170, 176, 187, 1);
    font-weight: 400;
}
/* Countdown Timer Styles */
.september-timer-section {
    position: relative;
}
.september-timer {
    margin: 2rem 0;
    display: none; /* Hidden by default, shown only for 100wfs */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    bottom: -108px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to top, rgba(26, 35, 50, 1) 0%, rgb(26 35 50 / 59%) 50%, rgb(26 35 50 / 60%) 50%, rgba(26, 35, 50, 0) 100%);
}

.countdown-container {
    /* background-color: #1A1A1Ab8;
    border: 1px solid var(--primary-orange); */
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
    /* box-shadow: 0 0 20px rgba(252, 134, 1, 0.3); */
    max-width: 600px;
    margin: 0 auto;
}

.countdown-display {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 0;
}

.countdown-separator {
    /* Figma ":" between timer tiles */
    color: var(--stroke-angular, #31C5DC);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    align-self: center;
    padding: 0 0.15rem;
    transform: translateY(-4px);
}

.countdown-box {
    border-radius: 16px;
    border: 2px solid var(--stroke-angular, #31C5DC);
    /* Figma angular background */
    background: linear-gradient(
        135deg,
        #2A3648 0%,
        #283445 16.67%,
        #263242 33.33%,
        #242F3F 50%,
        #232D3D 66.67%,
        #212B3A 83.33%,
        #1F2937 100%
    );
    /* padding: 26px 26px 2px; */
    min-width: 88px;
    height: 88px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.countdown-number {
    /* Figma gradient text */
    background: linear-gradient(
        135deg,
        #FFF 0%,
        #F3FBFD 7.14%,
        #E7F7FA 14.29%,
        #DBF3F8 21.43%,
        #CFEFF5 28.57%,
        #C2EBF3 35.71%,
        #B6E7F0 42.86%,
        #A9E3EE 50%,
        #9CDFEB 57.14%,
        #8EDAE9 64.29%,
        #7FD6E6 71.43%,
        #70D2E4 78.57%,
        #5FCEE1 85.71%,
        #4BC9DF 92.86%,
        #31C5DC 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.countdown-label {
    color: rgba(170, 176, 187, 0.95); /* matches figma var(--blue-gray/200,#aab0bb) */
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.countdown-expiry {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #d4d8dd; /* Figma blue-gray/100 */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2496px;
}

.expiry-dot {
    background: var(--Primary-500, #FF428F);
    width: 6px;
    height: 6px;
    border-radius: 16777200px;
    aspect-ratio: 1/1;
    flex: 0 0 auto;
}

.lightning-icon {
    color: #d4d8dd;
    font-size: 14px;
    line-height: 20px;
}

.expiry-date {
    color: inherit;
    font-weight: inherit;
}
.affiliate-with-logo-desktop-container {
    display: none;
}
.affiliate-with-logo-mobile-container {
    display: block;
    margin-bottom: 0;
    /* opacity: 0.7; */
}
.affiliate-with-logo-mobile .row {
    margin-bottom: 10%;
    border-radius: 5px;
    background-color: #c0541a0a;
    padding: 2%;
    flex-direction: column;
    position: relative;
    /* box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
    box-shadow: rgb(0 0 0 / 32%) 0px 30px 60px -12px inset, rgb(0 0 0 / 23%) 0px 18px 36px -18px inset;
    border: 1px solid #ffffff0a; */
    border: 2px solid #c0541a2b;
    backdrop-filter: blur(9px);
}
.affiliate-with-logo-mobile .row:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    height: 2px;
    width: 50px;
    background: #fc8601;
    margin: 0 auto;
}
.affiliate-with-logo-mobile-image-container img {
    width: 130px;
}
.affiliate-with-logo-mobile .exc-bonus-text {
    font-size: 1.2rem;
    color: var(--gray-text);
    margin-bottom: 0px !important;
}

@media (min-width: 1921px) {
    /* .september-timer {
        top: 70.5%;
    } */
    .hero-section .container {
        padding-top: 16%;
    }
    .hero-section .container.custom-sep-height {
        padding-top: 12%;
    }
    .hero-section {
        min-height: 75vh;
    }
    .hero-title {
        font-size: 4rem;
    }
    .hero-subtitle {
        font-size: 1.5rem;
    }
    .get-started-btn {
        font-size: 1.1rem;
    }
    .btn-signin {
        font-size: 1.1rem;
    }
    .language-select {
        font-size: 0.9rem;
    }
    .language-select option {
        font-size: 0.9rem;
    }
    .promo-bar {
        font-size: 1.1rem;
    }
    .promo-message {
        font-size: 1.1rem;
    }
    .promo-subtitle {
        font-size: 0.9rem;
    }
    .btn-learn {
        font-size: 1.1rem;
    }
    .btn-learn:hover {
        font-size: 1.1rem;
    }
    .accordion-button {
        font-size: 1.1rem;
    }
    .accordion-button:hover {
        font-size: 1.1rem;
    }
    .accordion-body {
        font-size: 1.1rem;
    }
    .trending-number {
        font-size: 1.1rem;
    }
    .trending-image {
        font-size: 1.1rem;
    }
    .trending-item {
        font-size: 1.1rem;
    }
}
@media (max-width: 1920px) {
    .hero-section .container.custom-sep-height.custom-affiliate-height{
        padding-top: 12%;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .promo-bar {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
        gap: 1rem;
    }

    .promo-message {
        flex-direction: column;
        gap: 0.25rem;
    }

    .promo-subtitle {
        margin-left: 0;
    }
    .affiliate-with-logo-desktop-container {
        display: none;
    }
    .affiliate-with-logo-mobile-container {
        display: block;
        margin-bottom: 5%;
    }
    .affiliate-with-logo-mobile .row {
        margin-bottom: 0;
        border-radius: 35px;
        background: none;
        padding: 2%;
        /* box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
        box-shadow: rgb(0 0 0 / 32%) 0px 30px 60px -12px inset, rgb(0 0 0 / 23%) 0px 18px 36px -18px inset;
        border: 1px solid #ffffff0a; */
        border: none;
        backdrop-filter: none;
    }
    .affiliate-with-logo-mobile .row:before {
        display: none;
    }
    .affiliate-with-logo-mobile-image-container img {
        width: 100px;
    }
    .affiliate-with-logo-mobile .exc-bonus-text {
        font-size: 0.9rem;
        color: var(--gray-text);
        margin-bottom: 5px !important;
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: row !important;
        gap: 0.5rem;
        margin-right: 11px;
    }
    .hero-background{
        background-image: url('https://demo-onetouch.s3.us-east-1.amazonaws.com/casino/images/Banner/mg-lp-hero-mobile.png') !important;
        /* background-position-x: 70% !important; */
        background-size: contain;
    }
    
    .language-select {
        width: 80px;
        min-width: 80px;
        font-size: 0.8rem;
        padding: 0.25rem;
    }
    
    .btn-signin {
        padding: 0.4rem 1rem;
        line-height: inherit;
        align-items: center;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }

    /* Figma hero offer variant mobile */
    .hero-offer-card {
        gap: 16px;
        padding: 12px 12px 16px;
    }

    .hero-offer-card .hero-title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.6px;
    }

    .hero-offer-card .hero-subtitle {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0;
    }

    .hero-primary-btn {
        height: 48px !important;
        font-size: 14px !important;
        padding: 12px 32px !important;
        min-width: 80px !important;
    }
    
    .hero-section .container {
        padding-top: 40%;
        top: 30%;
        width: 85vw;
    }
    .hero-section .container.custom-sep-height{
        padding-top: 0px;
        top: 30%;
        width: 85vw;
    }
    .hero-section .container.custom-sep-height.custom-affiliate-height{
        padding-top: 0%;
    }
    .section-title {
        font-size: 2rem;
    }
    
    .trending-number {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    
    .trending-item {
        flex: 0 0 150px;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .slider-btn-prev {
        left: -20px;
    }
    
    .slider-btn-next {
        right: -20px;
    }
    
    .feature-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .email-form .input-group {
        /* flex-direction: column; */
        max-width: 100%;
    }
    
    .email-input {
        border-radius: 4px;
        margin-bottom: 1rem;
        width: 100%;
    }
    
    .get-started-btn {
        min-width: 42%;
        padding: 0.4rem 2rem;
        line-height: inherit;
        align-items: center;
    }
    .hero-signup input{
        width: 100% !important;
        border-radius: 5px !important;
    }
    .faq-section input{
        width: 100% !important;
        border-radius: 5px !important;
    }
    .accordion-button::after {
        display: flex;
        align-items: center;
    }
    .curve-element {
        width: 200%;
        left: -50%;
    }
    .country-image {
        width: 25px;
        border-radius: 25px;
        margin-right: 5px;
    }
    
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
        max-width: 375px;
    }
    .signup-text {
        font-size: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        /* color: #fff; */
    }

    /* Keep Figma hero offer typography consistent */
    .hero-offer-card {
        gap: 16px;
        padding: 12px 12px 16px;
    }

    .hero-offer-card .hero-title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.6px;
    }

    .hero-offer-card .hero-subtitle {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0;
    }

    .hero-primary-btn {
        height: 48px !important;
        font-size: 14px !important;
        padding: 12px 32px !important;
        min-width: 80px !important;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .feature-icon {
        font-size: 2rem;
    }
    
    .feature-card h4 {
        font-size: 1.2rem;
    }
    
    .accordion-button {
        font-size: 1rem;
        padding: 1rem;
    }
    
    .trending-item {
        flex: 0 0 120px;
    }
    
    .trending-image {
        height: 180px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-section .container > * {
    animation: fadeInUp 0.8s ease-out;
}

.trending-item {
    animation: fadeInUp 0.6s ease-out;
}

.feature-card {
    animation: fadeInUp 0.7s ease-out;
}

/* Media query updates for trending section */
@media (max-width: 768px) {
    .trending-slider-container {
        margin: 0 -10px;
        padding: 20px 10px;
    }
    
    .owl-prev,
    .owl-next {
        width: 35px !important;
        height: 35px !important;
    }
    
    .owl-prev {
        left: -10px;
    }
    
    .owl-next {
        right: -10px;
    }
}

@media (max-width: 576px) {
    .trending-slider-container {
        margin: 0 -5px;
        padding: 20px 5px;
    }
    
    .trending-image {
        height: 230px;
    }
    
    .owl-prev,
    .owl-next {
        width: 30px !important;
        height: 30px !important;
    }
}

/* Monoton Font Class */
.monoton-regular {
    font-family: "Monoton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Card Steps Section */
.card-steps {
    background-color: var(--dark-bg);
    padding: 0;
    padding-top: 10%;
    position: relative;
}

.steps-container {
    display: flex;
    /* background-color: var(--dark-card); */
    /* border-radius: 8px; */
    /* overflow: hidden; */
    margin: 20px 0 4rem;
    gap: 24px;
}

.step-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.5rem;
    padding-top: 3.25rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #222E44;
    position: relative;
    text-align: left;
}


.step-number {
    /* Rotated diamond badge (background is drawn with ::before) */
    width: 56.569px;
    height: 56.569px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    margin-right: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-text);
    font-family: Inter, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: -28.2845px; /* half of badge height */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: var(--cyan-400, #5AD1E3);
}

.step-number::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--blue-gray-500, #3B475E);
    border: 1px solid var(--stroke-angular, #31C5DC);
    border-radius: 8px;
    transform: rotate(-45deg);
    z-index: -1;
}

.step-number .suffix {
    display: none;
}

.step-content {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.step-text {
    flex: 1;
    min-width: 0;
}

.step-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--light-text);
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

.step-subtitle {
    font-size: 1rem;
    color: var(--gray-text);
    margin: 0;
    line-height: 1.4;
}

.step-icon-box {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(
        135deg,
        #E9146A 0%,
        #E52276 7.14%,
        #E02B81 14.29%,
        #DC328C 21.43%,
        #D83897 28.57%,
        #D33CA2 35.71%,
        #CF40AC 42.86%,
        #CB42B7 50%,
        #C645C1 57.14%,
        #C246CB 64.29%,
        #BE47D6 71.43%,
        #BA48E0 78.57%,
        #B548EA 85.71%,
        #B147F5 92.86%,
        #AD46FF 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 12px 0 12px;
    justify-content: flex-start;
}

.step-icon-box i {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    display: block;
}
.suffix{
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: var(--light-text);
    /* margin-left: 0.2rem; */
    position: relative;
    /* left: -7px; */
}

/* Responsive adjustments for card steps */
@media (max-width: 768px) {
    .steps-container {
        flex-direction: column;
        border-radius: 0;
        border-radius: 10px;
        margin: 20px 0 4rem;
        gap: 60px;
    }
    
    .step-card {
        padding: 1.5rem 1rem;
        padding-top: 3.25rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .step-card:last-child {
        border-bottom: none;
    }
    
    .step-number {
        width: 56.569px;
        height: 56.569px;
        font-size: 24px;
        line-height: 24px;
        font-weight: 900;
        margin-bottom: 0;
        top: -28.2845px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .step-title {
        font-size: 1.3rem;
    }
    
    .step-subtitle {
        font-size: 0.9rem;
    }
    .suffix{
        font-size: 1.5rem;
        position: relative;
        left: 0px;
    }
    
}

@media (max-width: 576px) {
    .step-card {
        padding: 1.25rem 1.5rem;
        padding-top: 2.25rem;
        gap: 14px;
    }
    
    .step-number {
        width: 52px;
        height: 52px;
        font-size: 24px;
        line-height: 24px;
        font-weight: 900;
        margin-bottom: 0;
        top: -26px; /* half of 52px */
        left: 50%;
        transform: translateX(-50%);
    }
    
    .step-title {
        font-size: 1.2rem;
    }
    
    .step-subtitle {
        font-size: 1rem;
    }
    .suffix{
        font-size: 1rem;
        position: relative;
        left: 0px;
    }
}

/* Giga Boost Bonus Section */
.giga-boost-bonus-section {
    padding: 4rem 0;
    background-color: var(--dark-bg);
    color: var(--light-text);
    position: relative;
}

/* .giga-boost-bonus-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(252, 134, 1, 0.05) 0%, transparent 70%);
    pointer-events: none;
} */

.giga-boost-bonus-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
    color: var(--light-text);
    position: relative;
    z-index: 1;
    padding-top: 32px;
}

.giga-boost-bonus-section .section-title .giga-boost {
    color: var(--primary-orange);
}

.bonus-cards-container {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.bonus-card {
    background: #222e44;
    border-radius: 10px;
    padding: 25px;
    padding-top: 16px;
    text-align: left;
    box-shadow: none;
    transition: none;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.bonus-card::before {
    /* Figma doesn't have a colored top stripe for these cards */
    display: none;
}

.bonus-card.orange-border {
    border-color: rgba(255, 255, 255, 0.1);
}

.bonus-card.orange-border::before {
    display: none;
}

.bonus-card.yellow-border {
    border-color: rgba(255, 255, 255, 0.1);
}

.bonus-card.yellow-border::before {
    display: none;
}

.bonus-heading{
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    /* margin-bottom: 10px; */
}

.bonus-icon {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    position: relative;
    flex-shrink: 0;
}

.bonus-icon--giga{
    /* background: linear-gradient(135deg, rgb(60, 218, 73) 0%, rgb(24, 149, 40) 100%);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1); */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12px;
}

.bonus-icon--spins{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12px;
    background: transparent;
    box-shadow: none;
}

.bonus-icon-clip{
    position: relative;
    width: 100%;
    height: 32px;
    overflow: clip;
}

.bonus-icon--giga .bonus-icon-clip{
    /* Giga icon needs to be larger within the same card layout */
    height: 40px;
}

.bonus-icon-shape{
    position: absolute;
    left: 0;
    top: 0;
}

.bonus-icon-shape--0{
    bottom: 8.33%;
    top: 8.33%;
    left: 50%;
    right: 50%;
}
.bonus-icon-shape--0 img{
    position: absolute;
    inset: -5% -1.33px;
    width: 100%;
    height: 100%;
}

.bonus-icon-shape--1{
    bottom: 20.83%;
    top: 20.83%;
    left: 25%;
    right: 25%;
}
.bonus-icon-shape--1 img{
    position: absolute;
    inset: -7.14% -8.33%;
    width: 100%;
    height: 100%;
}

.bonus-icon-shape--1 i{
    position: absolute;
    inset: -7.14% -8.33%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 26px;
    color: var(--primary-orange);
}

.bonus-icon-shape--2{
    top: 20.83%;
    right: 8.33%;
    bottom: 20.83%;
    left: 8.33%;
}
.bonus-icon-shape--2 img{
    position: absolute;
    inset: -7.14% -5%;
    width: 100%;
    height: 100%;
}

.bonus-icon-shape--3{
    top: 20.83%;
    right: 45.83%;
    bottom: 70.83%;
    left: 54.17%;
}
.bonus-icon-shape--3 img{
    position: absolute;
    inset: -50% -1.33px;
    width: 100%;
    height: 100%;
}

.bonus-icon-shape--4{
    top: 70.83%;
    right: 45.83%;
    bottom: 20.83%;
    left: 54.17%;
}
.bonus-icon-shape--4 img{
    position: absolute;
    inset: -50% -1.33px;
    width: 100%;
    height: 100%;
}

.bonus-icon-shape--5{
    top: 45.83%;
    right: 45.83%;
    bottom: 45.83%;
    left: 54.17%;
}
.bonus-icon-shape--5 img{
    position: absolute;
    inset: -50% -1.33px;
    width: 100%;
    height: 100%;
}

.bonus-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 32px;
    letter-spacing: 0.0703px;
    margin: 0;
}

.bonus-details {
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* max-width: 388px; */
}

.bonus-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-bottom: none;
    height: 24px;
}
.bonus-row:first-child {
    margin-top: 24px;
}

.bonus-label {
    color: rgba(170, 176, 187, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.bonus-value {
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.bonus-value.highlight {
    color: #ffcb13;
    font-weight: 600;
    text-shadow: none;
}

.bonus-card.yellow-border .bonus-value.highlight{
    color: #ffffff;
}

.bonus-details::before{
    content:'';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-image: url('https://www.figma.com/api/mcp/asset/2e99bc1f-3cca-4a82-801d-2efab59c21e4');
    background-repeat: no-repeat;
    background-size: 100% 1px;
    pointer-events: none;
}

/* Responsive design for bonus cards */
@media (max-width: 768px) {
    .giga-boost-bonus-section {
        padding: 3rem 0;
    }
    
    .giga-boost-bonus-section .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .bonus-cards-container {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 1rem;
    }
    
    .bonus-card {
        min-width: 0;
        padding: 20px;
    }

    .bonus-card:hover {
        transform: none;
    }
}

@media (max-width: 576px) {
    .giga-boost-bonus-section .section-title {
        font-size: 1.8rem;
    }
    
    .bonus-card {
        padding: 1.25rem;
    }
    
    .bonus-icon {
        width: 56px;
        height: 56px;
    }
    
    .bonus-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .bonus-cards-container {
        gap: 1rem;
        padding: 0 0.5rem;
    }
}

/* Responsive adjustments for countdown timer */
@media (max-width: 768px) {
    .countdown-container {
        padding: 1.5rem;
        margin: 1rem;
    }
    
    .countdown-display {
        gap: 0.5rem;
    }
    .countdown-separator {
        font-size: 1.5rem;
        transform: translateY(-2px);
    }
    
    .countdown-box {
        min-width: 60px;
        padding: 0.6rem 0.75rem;
        height: auto;
    }
    
    .countdown-number {
        font-size: 1.1rem;
    }
    
    .countdown-label {
        font-size: 0.7rem;
    }
    
    .countdown-expiry {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 1px;
        gap: 0.25rem;
    }
    .september-timer {
        bottom: -133px;
        width: 100%;
    }
    .footer-links-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .countdown-display {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .countdown-box {
        max-width: 70px;
        flex: 1;
        padding: 0.55rem 0.6rem;
        height: auto;
    }
    
    .countdown-number {
        font-size: 24px;
    }
    .hero-section {
        min-height: 60vh;
    }
}
@media (max-width: 400px) {
    .hero-section .container.custom-sep-height {
        padding-top: 0%;
        top: 30%;
    }
    .hero-section .container.custom-sep-height.custom-affiliate-height {
        padding-top: 0%;
        top: 20%;
    }
    .countdown-container{
        padding: 1rem 0rem;
        margin: 0;
    }
    .september-timer {
        bottom: -87px;
        width: 100%;
    }
    .hero-section .container {
        padding-top: 20%;
        top: 30%;
    }
}