.home-redesign {
    --home-bg: #0d131c;
    --home-panel: #151f2c;
    --home-panel-soft: #111923;
    --home-line: #263244;
    --home-text: #eef5ff;
    --home-muted: #8ea0b8;
    --home-accent: var(--color-primary);
    --home-warm: #ffd166;
    color: var(--home-text);
    background:
        radial-gradient(circle at 18% 10%, rgba(var(--color-primary-rgb), .16), transparent 30rem),
        radial-gradient(circle at 84% 0%, rgba(255, 209, 102, .09), transparent 24rem),
        linear-gradient(180deg, #0d131c 0%, #101720 42%, #0d131c 100%);
    overflow: hidden;
}

.home-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 44px;
    align-items: center;
    min-height: calc(100vh - 120px);
    padding: 44px 0 70px;
    position: relative;
}

.home-hero::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -150px;
    right: -150px;
    bottom: -50px;
    background-image: url('/images/app/back1.png');
    background-size: auto;
    background-position: top;
    background-repeat: round;
    opacity: 0.03;
    pointer-events: none;
    mask-image: radial-gradient(circle at 50% 50%, black 35%, transparent 85%);
    -webkit-mask-image: radial-gradient(circle at 50% 50%, black 35%, transparent 85%);
    z-index: 0;
}

.home-hero>* {
    position: relative;
    z-index: 1;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    border: 1px solid var(--color-border-glow);
    border-radius: 999px;
    background: rgba(var(--color-primary-rgb), .08);
    color: var(--color-primary);
    padding: 8px 13px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-kicker i {
    color: var(--home-accent);
}

.home-title {
    margin-top: 20px;
    font-size: clamp(2.45rem, 6vw, 5.45rem);
    line-height: .95;
    font-weight: 800;
    letter-spacing: 0;
    max-width: 720px;
}

.home-title span {
    color: var(--home-accent);
}

.home-subtitle {
    margin-top: 22px;
    max-width: 610px;
    color: #b2bfd0;
    font-size: 1rem;
    line-height: 1.8;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.home-primary,
.home-secondary,
.home-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    border-radius: 10px;
    padding: 0 24px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .25s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-primary {
    background: linear-gradient(135deg, var(--color-primary), var(--color-hover));
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 4px 15px var(--color-glow);
    border: 1px solid var(--color-border-glow);
}

.home-secondary,
.home-google {
    background: rgba(255, 255, 255, .03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #e8eef7;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Hover states */
.home-primary:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 8px 25px rgba(var(--color-primary-rgb), 0.45);
    filter: brightness(1.05);
}

.home-secondary:hover,
.home-google:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .07);
    border-color: var(--color-border-glow);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 8px 25px rgba(var(--color-primary-rgb), 0.15);
    color: #fff;
}

/* Active click states */
.home-primary:active,
.home-secondary:active,
.home-google:active {
    transform: translateY(1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all .08s ease;
}

/* Shining Sweep Effect overlay */
.home-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-25deg);
    transition: 0.75s;
}

.home-primary:hover::after {
    left: 125%;
}

.home-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 34px;
    max-width: 650px;
}

.home-proof {
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 8px;
    background: rgba(17, 25, 35, .74);
    padding: 15px;
}

.home-proof strong {
    display: block;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.15;
}

.home-proof span {
    display: block;
    margin-top: 5px;
    color: var(--home-muted);
    font-size: 12px;
}

.home-visual {
    position: relative;
}

.home-visual-frame {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(28, 37, 49, .96), rgba(15, 22, 31, .96));
    box-shadow: 0 28px 90px rgba(0, 0, 0, .32);
    padding: 14px;
    max-width: 430px;
    margin-left: auto;
}

.home-visual-frame::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(var(--color-primary-rgb), .28), transparent 36%, rgba(255, 209, 102, .13));
    opacity: .65;
    pointer-events: none;
    z-index: -1;
}

.home-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.home-panel-head span {
    color: #f4f7fb;
    font-weight: 700;
}

.home-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 700;
}

.home-live-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--home-accent);
    box-shadow: 0 0 0 6px rgba(var(--color-primary-rgb), .12);
}

.home-offers-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 238px;
}

.home-offer-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .015)),
        #101823;
    padding: 9px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    min-height: 76px;
    animation: liveOfferFloat 4.8s ease-in-out infinite;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.home-offer-card:nth-child(2) {
    animation-delay: .55s;
}

.home-offer-card:nth-child(3) {
    animation-delay: 1.1s;
}

.home-offer-card:hover {
    animation-play-state: paused;
    transform: translateX(-4px) scale(1.015);
    border-color: var(--color-border-glow);
    background:
        linear-gradient(135deg, rgba(var(--color-primary-rgb), .12), rgba(255, 255, 255, .02)),
        #101823;
}

.home-offer-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent);
    transform: translateX(-120%);
    animation: liveOfferSweep 5.8s ease-in-out infinite;
    pointer-events: none;
}

.home-offer-card:nth-child(2)::after {
    animation-delay: 1.2s;
}

.home-offer-card:nth-child(3)::after {
    animation-delay: 2.4s;
}

.home-offer-card img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 10px;
    background: #0b1119;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
}

.home-offer-body {
    min-width: 0;
}

.home-offer-title {
    display: block;
    color: #f7fbff;
    font-weight: 700;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-offer-desc {
    display: block;
    margin-top: 3px;
    color: var(--home-muted);
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-offer-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-width: 58px;
    margin-top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.home-rating {
    color: var(--home-warm);
    font-size: 11px;
}

.home-offer-pulse {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--home-accent);
    box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), .38);
    animation: livePulse 1.9s ease-out infinite;
}

@keyframes liveOfferFloat {

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

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

@keyframes liveOfferSweep {

    0%,
    52% {
        transform: translateX(-120%);
    }

    72%,
    100% {
        transform: translateX(120%);
    }
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), .38);
    }

    100% {
        box-shadow: 0 0 0 13px rgba(var(--color-primary-rgb), 0);
    }
}

.home-signup-card {
    margin-top: 12px;
    border: 1px solid var(--color-border-glow);
    border-radius: 12px;
    background: rgba(var(--color-primary-rgb), .06);
    padding: 15px;
}

.home-signup-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.home-signup-input {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: rgba(13, 19, 28, .86);
    color: #fff;
    padding: 0 13px;
}

.home-terms {
    margin-top: 10px;
    color: var(--home-muted);
    font-size: 11px;
    line-height: 1.6;
}

.home-terms a {
    color: var(--home-accent);
}

.home-trust {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 14px;
}

.home-trust p {
    color: var(--home-muted);
    font-size: 12px;
}

.home-trust-rating {
    display: flex;
    align-items: center;
    gap: 9px;
}

.home-trust-logo {
    height: 20px;
}

.home-trust-stars {
    height: 20px;
}

.home-section {
    padding: 66px 0;
}

.home-section-alt {
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    background: rgba(17, 25, 35, .52);
}

.home-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.home-section-head h2 {
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1.08;
    max-width: 620px;
}

.home-section-head p {
    color: var(--home-muted);
    max-width: 470px;
    line-height: 1.7;
}

.home-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.home-stat,
.home-step {
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(28, 37, 49, .9), rgba(17, 25, 35, .9));
    padding: 20px;
}

.home-stat i,
.home-step i {
    color: var(--home-accent);
}

.home-stat strong {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}

.home-stat span {
    display: block;
    margin-top: 6px;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.45;
}

.home-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-step {
    min-height: 220px;
}

.home-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: rgba(var(--color-primary-rgb), .11);
    font-size: 22px;
}

.home-step h3 {
    margin-top: 18px;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.home-step p {
    margin-top: 10px;
    color: var(--home-muted);
    line-height: 1.7;
}

.home-faq-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.home-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    border: 1px solid var(--color-border-glow);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(var(--color-primary-rgb), .14), rgba(255, 209, 102, .06)),
        #111923;
    padding: 28px;
}

.home-cta h2 {
    color: #fff;
    font-size: clamp(1.4rem, 3vw, 2.1rem);
    font-weight: 800;
}

.home-cta p {
    margin-top: 8px;
    color: #afbdd0;
    line-height: 1.7;
}

.home-providers {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.home-footer {
    background: #111923;
    border-top: 1px solid #24303e;
    padding: 30px 0 86px;
}

.home-footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
    gap: 34px;
    align-items: start;
}

.home-footer-logo img {
    max-width: 190px;
}

.home-footer-text {
    margin-top: 14px;
    color: var(--home-muted);
    line-height: 1.7;
    max-width: 520px;
}

.home-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.home-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #1c2531;
    color: #fff;
}

.home-footer-links h3 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.home-footer-links ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
}

.home-footer-links a {
    color: var(--home-muted);
}

.home-footer-links a:hover {
    color: #fff;
}

.home-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    color: #667792;
    font-size: 13px;
}

.home-footer-bottom a {
    color: var(--home-accent);
}

@media (max-width: 1060px) {
    .home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .home-visual {
        max-width: 620px;
    }

    .home-stats,
    .home-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .home-shell {
        width: min(100% - 24px, 1180px);
    }

    .home-hero {
        padding-top: 30px;
        gap: 28px;
    }

    .home-proof-strip,
    .home-stats,
    .home-steps,
    .home-footer-main,
    .home-footer-links ul,
    .home-cta {
        grid-template-columns: 1fr;
    }

    .home-section-head {
        display: block;
    }

    .home-section-head p {
        margin-top: 10px;
    }

    .home-offers-grid {
        min-height: auto;
    }

    .home-offer-card {
        grid-template-columns: 52px minmax(0, 1fr) auto;
    }

    .home-signup-row {
        grid-template-columns: 1fr;
    }

    .home-cta {
        padding: 20px;
    }
}

/* Redesigned Compact Live Cashouts Ticker */
.home-live-cashouts-section {
    padding: 24px 0;
    background: linear-gradient(180deg, rgba(21, 31, 44, 0.4) 0%, rgba(13, 19, 28, 0.4) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.home-cashouts-ticker-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(21, 31, 44, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid var(--home-line);
    border-radius: 14px;
    padding: 12px 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Radar Status Badge */
.home-cashouts-ticker-status {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.radar-container {
    position: relative;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radar-dot {
    width: 8px;
    height: 8px;
    background-color: var(--home-accent);
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 8px var(--home-accent);
}

.radar-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1.5px solid var(--home-accent);
    border-radius: 50%;
    opacity: 0;
    animation: radarWave 2s cubic-bezier(0.1, 0.8, 0.3, 1) infinite;
    z-index: 1;
}

.radar-ring:nth-child(2) {
    animation-delay: 0.6s;
}

.radar-ring:nth-child(3) {
    animation-delay: 1.2s;
}

@keyframes radarWave {
    0% {
        transform: scale(0.6);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}

.home-cashouts-ticker-status span {
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Cards Ticker Track */
.home-cashouts-ticker-track-container {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    height: 58px;
}

.home-cashouts-ticker-track {
    display: flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: max-content;
    perspective: 800px;
    transform-style: preserve-3d;
}

/* Compact 3D Card */
.home-cashout-card-3d {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(17, 25, 35, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 8px 14px;
    min-width: 210px;
    height: 48px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: left center;
    animation: cardEnter3D 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.home-cashout-card-3d:hover {
    background: linear-gradient(135deg, rgba(9, 216, 121, 0.12), rgba(255, 255, 255, 0.01)), #111923;
    border-color: rgba(9, 216, 121, 0.25);
    transform: scale(1.03) translateY(-1px);
    box-shadow: 0 6px 18px rgba(9, 216, 121, 0.08);
}

.home-cashout-card-avatar-wrap {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.home-cashout-card-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #1c2531;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.home-cashout-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-cashout-card-flag {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid rgba(17, 25, 35, 0.9);
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.home-cashout-card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    min-width: 0;
    gap: 1px;
}

.home-cashout-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.home-cashout-card-username {
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-cashout-card-time {
    color: var(--home-muted);
    font-size: 0.68rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.home-cashout-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.home-cashout-card-amount {
    color: var(--home-accent);
    font-weight: 800;
    font-size: 0.88rem;
    letter-spacing: -0.01em;
    line-height: 1;
}

.home-cashout-card-badge {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.65rem;
    padding: 1px 5px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 1;
}

@keyframes cardEnter3D {
    0% {
        opacity: 0;
        transform: rotateY(-40deg) translateZ(-40px) scale(0.85);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg) translateZ(0) scale(1);
    }
}

@keyframes cardExit3D {
    0% {
        opacity: 1;
        transform: rotateY(0deg) translateZ(0) scale(1);
    }

    100% {
        opacity: 0;
        transform: rotateY(40deg) translateZ(40px) scale(0.85);
    }
}

@media (max-width: 768px) {
    .home-cashouts-ticker-wrap {
        gap: 12px;
        padding: 10px 14px;
    }

    .home-cashouts-ticker-status {
        padding-right: 12px;
    }

    .home-cashouts-ticker-status span {
        display: none;
    }
}