/* Vaultynex Custom Homepage */

.vaultynex-home {
    background: #070a12;
    color: #ffffff;
    overflow: hidden;
}

.vx-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.vx-hero {
    position: relative;
    padding: 70px 0 82px;
    background:
        radial-gradient(circle at 15% 5%, rgba(130, 86, 255, 0.35), transparent 34%),
        radial-gradient(circle at 90% 25%, rgba(30, 144, 255, 0.18), transparent 30%),
        linear-gradient(135deg, #070a12 0%, #11182a 52%, #080b14 100%);
}

.vx-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 60px;
    align-items: center;
}

.vx-kicker,
.vx-section-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(139, 124, 255, 0.13);
    border: 1px solid rgba(190, 180, 255, 0.24);
    color: #d9d2ff;
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
}

.vx-hero h1 {
    color: #ffffff;
    font-size: clamp(2.5rem, 4.6vw, 4.45rem);
    line-height: 1;
    letter-spacing: -0.055em;
    margin: 0 0 22px;
    max-width: 740px;
}

.vx-hero-text {
    color: #c8d1e5;
    font-size: clamp(1.05rem, 1.55vw, 1.3rem);
    line-height: 1.65;
    max-width: 760px;
    margin: 0 0 28px;
}

.vx-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.vx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 22px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.vx-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.vx-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #7d5cff, #3f8cff);
    box-shadow: 0 20px 48px rgba(89, 110, 255, 0.34);
}

.vx-btn-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

/* Google Play Badge */

.vx-google-play-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    text-decoration: none;
    transition: transform 0.22s ease, filter 0.22s ease;
}

.vx-google-play-link:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
    text-decoration: none;
}

.vx-google-play-link-center {
    margin-top: 6px;
}

.vx-google-play-badge {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
}

.vx-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vx-trust-row span {
    color: #d7def1;
    font-weight: 800;
    font-size: 0.9rem;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Real App Screenshot */

.vx-phone-card {
    display: flex;
    justify-content: center;
}

.vx-phone-shell {
    width: min(390px, 100%);
    padding: 12px;
    border-radius: 38px;
    background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 35px 95px rgba(0,0,0,0.5);
    backdrop-filter: blur(18px);
}

.vx-dashboard-screenshot {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

/* Sections */

.vx-section {
    padding: 92px 0;
    background: #ffffff;
    color: #111827;
}

.vx-dark-section {
    background:
        radial-gradient(circle at 90% 10%, rgba(125, 92, 255, 0.18), transparent 34%),
        linear-gradient(135deg, #080b12, #101827);
    color: #ffffff;
}

.vx-centered {
    text-align: center;
    max-width: 900px;
}

.vx-section h2,
.vx-final-cta h2 {
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
    margin: 0 0 18px;
}

.vx-section p,
.vx-final-cta p {
    font-size: 1.08rem;
    line-height: 1.75;
    color: #4b5563;
    margin: 0;
}

.vx-dark-section p {
    color: #cbd5e1;
}

.vx-section-heading {
    max-width: 820px;
    margin-bottom: 38px;
}

/* Feature Cards */

.vx-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.vx-feature-card {
    padding: 28px;
    border-radius: 28px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.vx-feature-card h3 {
    color: #111827;
    font-size: 1.35rem;
    margin: 0 0 12px;
}

.vx-feature-card p {
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.65;
}

.vx-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 1.45rem;
    background: #ede9fe;
    margin-bottom: 18px;
}

.vx-feature-highlight {
    background:
        radial-gradient(circle at top right, rgba(124, 92, 255, 0.25), transparent 44%),
        linear-gradient(135deg, #111827, #172033);
    border-color: rgba(124, 92, 255, 0.32);
}

.vx-feature-highlight h3,
.vx-feature-highlight p {
    color: #ffffff;
}

/* Competition Shooter Section */

.vx-competition-section {
    background:
        radial-gradient(circle at 15% 10%, rgba(125, 92, 255, 0.2), transparent 34%),
        linear-gradient(135deg, #ffffff, #f8fafc);
    color: #111827;
}

.vx-competition-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 44px;
    align-items: center;
}

.vx-competition-card h2 {
    color: #111827;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
    margin: 0 0 18px;
}

.vx-competition-card p {
    color: #4b5563;
}

.vx-competition-list {
    display: grid;
    gap: 16px;
}

.vx-competition-list div {
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.vx-competition-list strong {
    display: block;
    color: #111827;
    font-size: 1.15rem;
    margin-bottom: 8px;
}

.vx-competition-list span {
    color: #4b5563;
    line-height: 1.6;
}

/* Report Section */

.vx-report-section {
    background: #f3f6fb;
}

.vx-report-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
    gap: 54px;
    align-items: center;
}

.vx-check-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.vx-check-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;
    color: #1f2937;
    font-weight: 800;
}

.vx-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #7d5cff;
    color: #ffffff;
    font-size: 0.78rem;
}

.vx-report-card {
    padding: 30px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(125, 92, 255, 0.18), transparent 38%),
        #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.vx-report-top span,
.vx-report-stats span {
    display: block;
    color: #6b7280;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vx-report-top strong {
    display: block;
    color: #111827;
    font-size: 1.5rem;
    margin-top: 6px;
}

.vx-line-chart {
    height: 250px;
    margin: 28px 0;
    border-radius: 24px;
    background:
        linear-gradient(to right, rgba(17, 24, 39, 0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(17, 24, 39, 0.07) 1px, transparent 1px);
    background-size: 70px 55px;
    color: #7d5cff;
    padding: 18px;
}

.vx-line-chart svg {
    width: 100%;
    height: 100%;
}

.vx-report-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.vx-report-stats div {
    padding: 16px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.vx-report-stats strong {
    display: block;
    color: #111827;
    font-size: 1.35rem;
    margin-top: 6px;
}

/* Privacy */

.vx-split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 50px;
    align-items: center;
}

/* Final CTA */

.vx-final-cta {
    padding: 96px 0;
    background:
        radial-gradient(circle at 20% 15%, rgba(125, 92, 255, 0.28), transparent 34%),
        radial-gradient(circle at 85% 65%, rgba(63, 140, 255, 0.2), transparent 30%),
        linear-gradient(135deg, #090d16, #141b2d);
    color: #ffffff;
    text-align: center;
}

.vx-final-cta p {
    color: #cbd5e1;
    max-width: 760px;
    margin: 0 auto 30px;
}

/* Fix dark section heading contrast */

.vx-dark-section h2,
.vx-final-cta h2 {
    color: #ffffff !important;
}

.vx-dark-section .vx-section-kicker,
.vx-final-cta .vx-section-kicker {
    color: #f1edff;
}

.vx-dark-section p,
.vx-final-cta p {
    color: #d8e0f0;
}

.vx-dark-section .vx-centered h2,
.vx-final-cta .vx-centered h2 {
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
}

/* Tablet */

@media (max-width: 980px) {
    .vx-hero-grid,
    .vx-report-grid,
    .vx-split,
    .vx-competition-grid {
        grid-template-columns: 1fr;
    }

    .vx-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vx-phone-card {
        justify-content: flex-start;
    }
}

/* Mobile */

@media (max-width: 680px) {
    .vx-container {
        width: min(100% - 28px, 1180px);
    }

    .vx-hero {
        padding: 68px 0 74px;
    }

    .vx-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.4rem);
    }

    .vx-feature-grid {
        grid-template-columns: 1fr;
    }

    .vx-report-stats {
        grid-template-columns: 1fr;
    }

    .vx-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .vx-btn {
        width: 100%;
    }

    .vx-google-play-badge {
        width: 210px;
    }

    .vx-phone-shell {
        width: min(320px, 100%);
    }
}