
/* referral.css - Moved from point-referral.blade.php */

html,
body,
body * {
    font-family: 'Acumin Pro', 'AcuminPro', Arial, sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #111;
}

.language-switcher {
    position: relative;
    display: flex;
    align-items: center;
}

.lang-dropdown .flag {
    display: block;
    border-radius: 999px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.lang-options {
    position: absolute;
    top: 40px;
    left: 50%;
    display: none;
    min-width: 126px;
    transform: translateX(-50%);
    z-index: 1000;
}

.lang-options::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    border-width: 0 8px 10px 8px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.72) transparent;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    z-index: 1001;
}

.lang-options-inner {
    background: rgba(0, 0, 0, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
}

.share-page-button {
    min-width: 96px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: linear-gradient(145deg, rgba(255, 221, 98, 0.45), rgba(255, 155, 42, 0.4));
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    padding: 0 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.18s ease;
}

.share-page-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
}

.share-page-button:active {
    transform: scale(0.96);
}

.share-page-button-mobile {
    width: 100%;
}

.share-fallback-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.72);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
}

.share-fallback-dialog {
    width: 100%;
    max-width: 420px;
    border-radius: 20px 20px 10px 10px;
    background: #111;
    padding: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.share-fallback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    color: #fff;
    font-weight: 700;
}

.share-fallback-close {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.share-fallback-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.share-fallback-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    min-height: 46px;
}

.share-fallback-action:hover {
    background: rgba(255, 255, 255, 0.12);
}

.share-fallback-copy {
    width: 100%;
    border: none;
    background: #f9b229;
    color: #111;
    border-radius: 14px;
    padding: 12px 16px;
    font-weight: 700;
    cursor: pointer;
}

.share-fallback-copy:active {
    transform: scale(0.98);
}

.share-fallback-note {
    margin-top: 10px;
    color: #bdbdbd;
    font-size: 13px;
    text-align: center;
}

.glow-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.35;
    transition: opacity .25s ease;
    background: radial-gradient(600px circle at var(--x, 0px) var(--y, 100%), rgba(0, 255, 242, 0.35), transparent 40%);
}

.card-glow:hover .glow-layer {
    opacity: 0.6;
}

.hero-card-stack {
    position: relative;
    --hero-shift: 0;
    --hero-lift: 0;
    width: min(78vw, 340px);
    height: min(92vw, 430px);
}

.hero-title-copy {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Acumin Pro', 'AcuminPro', Arial, sans-serif !important;
    font-weight: 700;
    font-style: normal;
    font-size: 84px;
    line-height: 79px;
    letter-spacing: 0;
}

.hero-gains-copy {
    display: block;
    font-family: 'EB Garamond', serif !important;
    font-weight: 600;
    font-style: italic;
    font-size: 108px;
    line-height: 90px;
    letter-spacing: -0.04em;
}

.hero-tagline-copy {
    font-family: 'Acumin Pro', 'AcuminPro', Arial, sans-serif !important;
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}

.hero-description-copy {
    font-family: 'Acumin Pro', 'AcuminPro', Arial, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}

.benefit-hover-card {
    position: relative;
    border: 1px solid rgba(201, 189, 140, 0.14);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.benefit-hover-card::after {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 1.6rem;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(circle, rgba(201, 189, 140, 0.3) 0%, rgba(181, 164, 98, 0.18) 38%, rgba(181, 164, 98, 0.06) 58%, transparent 76%);
    filter: blur(14px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    z-index: -1;
}

.benefit-hover-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 189, 140, 0.5);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(201, 189, 140, 0.22), 0 0 34px rgba(201, 189, 140, 0.28), 0 0 60px rgba(181, 164, 98, 0.18);
}

.benefit-hover-card:hover::after {
    opacity: 1;
    transform: scale(1.03);
}

.benefit-card-number {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'Acumin Pro', 'AcuminPro', Arial, sans-serif !important;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1, "lnum" 1;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
}

.benefit-card-overlay {
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.benefit-card-copy {
    min-height: 48px;
    display: block;
}

.step-dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, #e3d7aa 0%, #c9bd8c 45%, #b5a462 100%);
    box-shadow: 0 0 12px rgba(201, 189, 140, 0.6);
}

.how-step {
    transition: transform 0.25s ease;
}

.how-step-number,
.how-step-title,
.how-step-description,
.how-step .step-dot {
    transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.how-step:hover {
    transform: translateY(-4px);
}

.how-step:hover .how-step-number,
.how-step:hover .how-step-title {
    color: #c9bd8c;
    text-shadow: 0 0 18px rgba(201, 189, 140, 0.2);
}

.how-step:hover .how-step-description {
    color: #f0ead6;
}

.how-step:hover .step-dot {
    transform: scale(1.18);
    box-shadow: 0 0 18px rgba(201, 189, 140, 0.85);
}

.step-connector {
    height: 1px;
    background: linear-gradient(90deg, rgba(181, 164, 98, 0.75) 0%, rgba(201, 189, 140, 0.45) 50%, rgba(181, 164, 98, 0.75) 100%);
    box-shadow: 0 0 10px rgba(201, 189, 140, 0.18);
}

.reward-or-copy {
    font-family: 'EB Garamond', serif !important;
    font-weight: 600;
    font-style: italic;
    font-size: 64px;
    line-height: 90px;
    letter-spacing: 0;
    vertical-align: bottom;
    background: linear-gradient(90deg, #B5A462 0%, #C9BD8C 54.33%, #B5A462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.referral-showcase {
    position: relative;
    width: 100%;
    padding: 3rem 1rem 4rem;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(58, 116, 255, 0.26) 0%, rgba(29, 78, 216, 0.16) 24%, rgba(8, 22, 56, 0.08) 48%, transparent 72%),
        radial-gradient(circle at center, rgba(94, 170, 255, 0.12) 0%, transparent 42%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, #000 100%);
}

.referral-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(9, 27, 34) 0%, rgba(37, 99, 235, 0.08) 34%, transparent 62%);
}

.referral-showcase-frame {
    position: relative;
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 1rem;
    border-radius: 1.75rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(201, 189, 140, 0.22);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.referral-showcase-frame::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 1.1rem;
    border: 1px solid rgba(201, 189, 140, 0.14);
    pointer-events: none;
}

.referral-showcase-image {
    width: 100%;
    display: block;
    border-radius: 1.1rem;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
    .benefit-card-number {
        font-size: 32px;
        line-height: 68px;
        text-align: left;
    }
    .benefit-card-overlay {
        height: 120px;
        align-items: center;
        text-align: center;
    }
    .benefit-card-copy {
        text-align: left;
    }
    .referral-showcase {
        padding: 2rem 0.75rem 3rem;
    }
    .referral-showcase-frame {
        padding: 0.75rem;
        border-radius: 1.25rem;
    }
    .referral-showcase-image {
        border-radius: 0.85rem;
    }
}

.hero-card-stack img {
    position: absolute;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
    object-fit: cover;
    transition: transform 0.35s ease;
}

.hero-card-stack img:nth-child(1) {
    inset: 0;
    z-index: 3;
    transform: rotate(calc(var(--hero-shift) * -10deg)) translate(calc(var(--hero-shift) * -18px), calc(var(--hero-lift) * 10px));
}

.hero-card-stack img:nth-child(2) {
    inset: 0;
    z-index: 2;
    transform: rotate(calc(var(--hero-shift) * -2deg)) translate(calc(var(--hero-shift) * -4px), calc(var(--hero-lift) * 4px));
}

.hero-card-stack img:nth-child(3) {
    inset: 0;
    z-index: 1;
    transform: rotate(calc(var(--hero-shift) * 10deg)) translate(calc(var(--hero-shift) * 18px), calc(var(--hero-lift) * -10px));
}

@media (max-width: 767px) {
    .hero-title-copy {
        font-size: 52px;
        line-height: 50px;
        text-align: center;
    }
    .hero-gains-copy {
        font-size: 72px;
        line-height: 64px;
    }
    .hero-card-stack {
        width: min(72vw, 280px);
        height: min(88vw, 360px);
    }
    .hero-card-stack img:nth-child(1) {
        transform: rotate(calc(var(--hero-shift) * -10deg)) translate(calc(var(--hero-shift) * -12px), calc(var(--hero-lift) * 8px));
    }
    .hero-card-stack img:nth-child(3) {
        transform: rotate(calc(var(--hero-shift) * 10deg)) translate(calc(var(--hero-shift) * 12px), calc(var(--hero-lift) * -8px));
    }
}

@keyframes leafSwing {
    0% {
        transform: translateY(-60px) rotate(-15deg) scale(1) skewX(-5deg);
        opacity: 0;
        filter: blur(0px);
    }
    10% {
        opacity: 1;
        filter: blur(0px);
    }
    30% {
        transform: translateY(0) rotate(10deg) scale(1.05) skewX(8deg);
        filter: blur(0px);
    }
    50% {
        transform: translateY(40px) rotate(-8deg) scale(1.1) skewX(-6deg);
        filter: blur(0px);
    }
    70% {
        transform: translateY(80px) rotate(6deg) scale(1.05) skewX(5deg);
        filter: blur(1px);
    }
    90% {
        transform: translateY(120px) rotate(-4deg) scale(1) skewX(-3deg);
        filter: blur(3px);
    }
    100% {
        transform: translateY(180px) rotate(0deg) scale(1) skewX(0deg);
        opacity: 1;
        filter: blur(6px);
    }
}

.leaf-swing {
    animation: leafSwing 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    will-change: transform, opacity;
}

.leaf-swing:nth-of-type(1) {
    animation-delay: 0.2s;
}

.leaf-swing:nth-of-type(2) {
    animation-delay: 1.1s;
}

.leaf-swing.rotate-90 {
    animation: leafSwing90 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    will-change: transform, opacity;
}

@keyframes leafSwing90 {
    0% {
        transform: translateY(-60px) rotate(75deg) scale(1) skewX(-5deg);
        opacity: 0;
        filter: blur(0px);
    }
    10% {
        opacity: 1;
        filter: blur(0px);
    }
    30% {
        transform: translateY(0) rotate(100deg) scale(1.05) skewX(8deg);
        filter: blur(0px);
    }
    50% {
        transform: translateY(40px) rotate(82deg) scale(1.1) skewX(-6deg);
        filter: blur(0px);
    }
    70% {
        transform: translateY(80px) rotate(96deg) scale(1.05) skewX(5deg);
        filter: blur(1px);
    }
    90% {
        transform: translateY(120px) rotate(86deg) scale(1) skewX(-3deg);
        filter: blur(3px);
    }
    100% {
        transform: translateY(180px) rotate(90deg) scale(1) skewX(0deg);
        opacity: 1;
        filter: blur(3px);
    }
}

/* Gold Percent Animation - Leaf Fall Style */
@keyframes goldLeafSwingLeft {
    0% {
        opacity: 0;
        transform: translateY(-60px) rotate(-35deg) scale(0.9) skewX(-5deg);
        filter: blur(0px);
    }
    10% {
        opacity: 1;
        filter: blur(0px);
    }
    30% {
        transform: translateY(0) rotate(-15deg) scale(1.05) skewX(8deg);
        filter: blur(0px);
    }
    50% {
        transform: translateY(40px) rotate(-28deg) scale(1.1) skewX(-6deg);
        filter: blur(0px);
    }
    70% {
        transform: translateY(80px) rotate(-12deg) scale(1.05) skewX(5deg);
        filter: blur(0px);
    }
    90% {
        transform: translateY(120px) rotate(-8deg) scale(1) skewX(-3deg);
        filter: blur(2px);
    }
    100% {
        opacity: 0.7;
        transform: translateY(180px) rotate(-20deg) scale(1) skewX(0deg);
        filter: blur(8px);
    }
}

@keyframes goldLeafSwingRight {
    0% {
        opacity: 0;
        transform: translateY(-60px) rotate(35deg) scale(0.9) skewX(5deg);
        filter: blur(0px);
    }
    10% {
        opacity: 1;
        filter: blur(0px);
    }
    30% {
        transform: translateY(0) rotate(15deg) scale(1.05) skewX(-8deg);
        filter: blur(0px);
    }
    50% {
        transform: translateY(40px) rotate(28deg) scale(1.1) skewX(6deg);
        filter: blur(0px);
    }
    70% {
        transform: translateY(80px) rotate(12deg) scale(1.05) skewX(-5deg);
        filter: blur(0px);
    }
    90% {
        transform: translateY(120px) rotate(8deg) scale(1) skewX(3deg);
        filter: blur(2px);
    }
    100% {
        opacity: 0.7;
        transform: translateY(180px) rotate(20deg) scale(1) skewX(0deg);
        filter: blur(8px);
    }
}

.gold-animate-left {
    animation: goldLeafSwingLeft 7.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.2s both;
    will-change: transform, opacity, filter;
}

.gold-animate-right {
    animation: goldLeafSwingRight 7.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.6s both;
    will-change: transform, opacity, filter;
}

    @keyframes rewardLeafFall {
        0% {
            transform: translate3d(28px, -72px, 0) rotate(34deg) scale(0.92) skewX(4deg);
            opacity: 0;
            filter: blur(0px);
        }
        12% {
            opacity: 0.95;
            filter: blur(0px);
        }
        30% {
            transform: translate3d(8px, 8px, 0) rotate(12deg) scale(1.03) skewX(-7deg);
        }
        52% {
            transform: translate3d(34px, 48px, 0) rotate(30deg) scale(1.08) skewX(8deg);
        }
        76% {
            transform: translate3d(-6px, 92px, 0) rotate(10deg) scale(1.02) skewX(-5deg);
            filter: blur(1px);
        }
        100% {
            transform: translate3d(18px, 146px, 0) rotate(24deg) scale(0.98) skewX(2deg);
            opacity: 0.55;
            filter: blur(5px);
        }
    }

    .reward-leaf-fall {
        transform-origin: top center;
        animation: rewardLeafFall 8.2s cubic-bezier(0.42, 0.02, 0.58, 0.98) 0.35s infinite;
        will-change: transform, opacity, filter;
        pointer-events: none;
    }

    @keyframes rewardLeafFallMobile {
        0% {
            transform: translate3d(0, -72px, 0) rotate(24deg) scale(0.92) skewX(4deg);
            opacity: 0;
            filter: blur(0px);
        }
        12% {
            opacity: 0.95;
            filter: blur(0px);
        }
        30% {
            transform: translate3d(0, 8px, 0) rotate(8deg) scale(1.03) skewX(-7deg);
        }
        52% {
            transform: translate3d(0, 48px, 0) rotate(26deg) scale(1.08) skewX(8deg);
        }
        76% {
            transform: translate3d(0, 92px, 0) rotate(6deg) scale(1.02) skewX(-5deg);
            filter: blur(1px);
        }
        100% {
            transform: translate3d(0, 146px, 0) rotate(18deg) scale(0.98) skewX(2deg);
            opacity: 0.55;
            filter: blur(5px);
        }
    }

@media (max-width: 767px) {
    .reward-leaf-fall {
        left: 50% !important;
        margin-left: -2rem;
        right: auto !important;
        animation-name: rewardLeafFallMobile;
    }
    .lang-options {
        left: 0;
        transform: none;
    }
    .lang-options::before {
        left: 24px;
        transform: none;
    }
}

.gold{
    background: linear-gradient(90deg, #B5A462 0%, #C9BD8C 54.33%, #B5A462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Free Trial Form Custom Styles */
.free-trial-form {
    background: transparent;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.free-trial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
}
@media (max-width: 768px) {
    .free-trial-grid {
        grid-template-columns: 1fr;
    }
}
.free-trial-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}
.free-trial-field label {
    color: #f3f4f6;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.free-trial-field input,
.free-trial-field select {
    background: #232323;
    color: #f3f4f6;
    border: 1px solid #444;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.free-trial-field input:focus,
.free-trial-field select:focus {
    border-color: #facc15;
    box-shadow: 0 0 0 2px #facc15;
}
.free-trial-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}
.free-trial-submit {
    background: linear-gradient(90deg, #B5A462 0%, #C9BD8C 54.33%, #B5A462 100%);
    color: #232323;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    border-radius: 0.375rem;
    padding: 0.75rem 2.5rem;
    cursor: pointer;
    transition: filter 0.2s;
}
.free-trial-submit:hover {
    filter: brightness(0.95);
}
/* Make Select2 match input height */
.free-trial-field .select2-container--default .select2-selection--single {
    height: 48px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
}
.free-trial-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}
.free-trial-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}
.free-trial-field .select2-container {
    width: 100% !important;
}
/* Remove default select arrow for consistency */
.free-trial-field select:not(.js-trial-select2)::-ms-expand {
    display: none;
}
.free-trial-field select:not(.js-trial-select2) {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select2-container--default .select2-selection--single {
    background-color: #232323 !important;
    border: 1px solid #444 !important;
    border-radius: 0.375rem !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 1rem !important;
    color: #f3f4f6 !important;
    transition: border-color 0.2s;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f3f4f6 !important;
    line-height: 48px !important;
    font-size: 1rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a3a3a3 !important;
    opacity: 1 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    right: 10px !important;
}
.select2-dropdown {
    background-color: #232323 !important;
    color: #f3f4f6 !important;
    border: 1px solid #444 !important;
}
.select2-results__option {
    color: #f3f4f6 !important;
    background: #232323 !important;
}
.select2-results__option--highlighted[aria-selected] {
    background: linear-gradient(90deg, #B5A462 0%, #C9BD8C 54.33%, #B5A462 100%) !important;
    color: #232323 !important;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.select2-selection--focus {
    outline: none !important;
    border-color: #facc15 !important;
    box-shadow: 0 0 0 2px #facc15 !important;
}

.hero-title-custom {
    font-family: 'Acumin Pro', Arial, sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0;
    text-align: center;
}
.hero-tagline-custom {
    font-family: 'Acumin Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
}
.hero-gradient-btn {
    background: linear-gradient(90deg, #B5A462 0%, #C9BD8C 54.33%, #B5A462 100%);
    color: #000;
    font-weight: 700;
    border-radius: 0.375rem;
    padding: 0.75rem 2rem;
    display: inline-block;
    text-align: center;
    transition: background 0.3s, box-shadow 0.3s, filter 0.3s;
}
@media (max-width: 640px) {
    .hero-title-custom {
        font-size: 32px;
        line-height: 40px;
    }
    .hero-tagline-custom {
        font-size: 16px;
        line-height: 24px;
    }
}
.hero-gradient-btn:hover {
    filter: brightness(1.08);
    box-shadow: 0 0 18px 6px rgba(197, 185, 120, 0.65), 0 0 40px 10px rgba(181, 164, 98, 0.35);
}
.benefit-card-number-gradient {
    font-family: 'Acumin Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    background: linear-gradient(90deg, #B5A462 0%, #C9BD8C 54.33%, #B5A462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 0.375rem;
    display: inline-block;
}
            /* Glow effect for benefit card on hover */
.benefit-card-glow {
    transition: box-shadow 0.3s, transform 0.3s;
}
.benefit-card-glow:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 189, 140, 0.5);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(201, 189, 140, 0.22), 0 0 34px rgba(201, 189, 140, 0.28), 0 0 60px rgba(181, 164, 98, 0.18);
    z-index: 2;
    font-family: 'Acumin Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
}
.max-w-2xl {
    max-width: 60% !important;
}
.free-trial-desktop-card {
    max-width: 700px;
}
@media (max-width: 640px) {
    .free-trial-desktop-card {
        max-width: 96% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.free-trial-submit-glow {
    box-shadow: 0 0 0 0 rgba(201,189,140,0.0), 0 0 0 0 rgba(181,164,98,0.0);
    transition: box-shadow 0.3s, filter 0.2s;
}
.free-trial-submit-glow:hover {
    filter: brightness(1.05);
    box-shadow: 0 0 8px 2px rgba(201,189,140,0.45), 0 0 16px 8px rgba(181,164,98,0.25);
}

/* Custom Scrollbar Styles: Black & Gold */
::-webkit-scrollbar {
    width: 12px;
    background: #111;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #B5A462 0%, #C9BD8C 54.33%, #B5A462 100%);
    border-radius: 8px;
    border: 2px solid #111;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #C9BD8C 0%, #B5A462 100%);
}
::-webkit-scrollbar-track {
    background: #111;
    border-radius: 8px;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #B5A462 #111;
}

.trial-proof-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;
    animation: trialOverlayFadeIn 0.9s ease-out;
}

.trial-proof-card {
    width: 190px;
    background: #101217;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 22px 18px 18px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    animation: trialCardRiseIn 1.1s cubic-bezier(0.2, 0.75, 0.22, 1);
}

.trial-proof-close {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0;
    background: transparent;
    color: #b6b6b6;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
}

.trial-proof-icon {
    width: 72px;
    height: 72px;
    margin: 8px auto 18px;
    display: block;
}

.trial-proof-title {
    font-size: 22px;
    line-height: 1;
    color: #ccb87a;
    margin-bottom: 10px;
    font-weight: 700;
}

.trial-proof-text {
    color: #f3f3f3;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 16px;
    font-family: 'EB Garamond', serif;
}

.trial-proof-download {
    border: 0;
    border-radius: 5px;
    background: #cab77a;
    color: #121212;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 14px;
    cursor: pointer;
    min-width: 126px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 0 0 rgba(202, 183, 122, 0), 0 0 16px rgba(202, 183, 122, 0.38);
    animation: trialDownloadGlow 2.2s ease-in-out infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.trial-proof-download[disabled] {
    cursor: wait;
    opacity: 0.9;
}

.trial-proof-download.is-loading {
    background: #d7c58b;
    transform: none;
    box-shadow: 0 0 0 4px rgba(202, 183, 122, 0.14), 0 0 20px rgba(202, 183, 122, 0.5);
}

.trial-proof-download-label {
    display: inline-block;
}

.trial-proof-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(18, 18, 18, 0.25);
    border-top-color: #121212;
    border-radius: 50%;
    display: none;
    flex-shrink: 0;
    animation: trialSpinnerRotate 0.75s linear infinite;
}

.trial-proof-download.is-loading .trial-proof-spinner {
    display: inline-block;
}

.trial-proof-download:hover {
    background: #dac78a;
    transform: translateY(-1px);
    box-shadow: 0 0 0 4px rgba(202, 183, 122, 0.22), 0 0 20px rgba(202, 183, 122, 0.72);
}

.trial-proof-download:focus-visible {
    outline: 2px solid #e4d39a;
    outline-offset: 2px;
}

@keyframes trialOverlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes trialCardRiseIn {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes trialDownloadGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(202, 183, 122, 0.15), 0 0 10px rgba(202, 183, 122, 0.34);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(202, 183, 122, 0.12), 0 0 22px rgba(202, 183, 122, 0.62);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(202, 183, 122, 0.15), 0 0 10px rgba(202, 183, 122, 0.34);
    }
}

@keyframes trialSpinnerRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .trial-proof-overlay,
    .trial-proof-card,
    .trial-proof-download {
        animation: none;
        transition: none;
    }
}

.music-player-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 42px;
    height: 42px;
    /* border: 1px solid rgba(202, 183, 122, 0.55); */
    border-radius: 25%;
    background: linear-gradient(135deg, rgba(202, 183, 122, 0.22) 0%, rgba(16, 18, 23, 0.86) 100%);
    color: #f8f1da;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.music-player-toggle:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, rgba(218, 199, 138, 0.35) 0%, rgba(24, 24, 27, 0.92) 100%);
    border-color: rgba(218, 199, 138, 0.8);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
}

.music-player-toggle.is-muted {
    background: linear-gradient(135deg, rgba(125, 125, 125, 0.22) 0%, rgba(16, 18, 23, 0.9) 100%);
    border-color: rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.82);
}

.music-player-toggle:focus-visible {
    outline: 2px solid #dac78a;
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .music-player-toggle {
        margin-left: 0;
        width: 40px;
        height: 40px;
    }
}