.index-v3-body {
    background:
        radial-gradient(circle at 20% 0%, rgba(37,99,235,.24), transparent 34%),
        radial-gradient(circle at 90% 12%, rgba(168,85,247,.18), transparent 30%),
        #020817;
    overflow-x: hidden;
}

.v3-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 6%;
    background: rgba(2,6,23,.72);
    border-bottom: 1px solid rgba(255,255,255,.06);
    backdrop-filter: blur(20px);
}

.v3-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: white;
}

.v3-brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(37,99,235,.45));
}

.v3-brand strong {
    display: block;
    font-size: 22px;
    font-weight: 950;
}

.v3-brand span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.v3-nav-links,
.v3-nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.v3-nav-links a {
    color: #94a3b8;
    text-decoration: none;
    font-weight: 800;
    transition: .2s;
}

.v3-nav-links a:hover { color: white; }

.v3-btn,
.v3-big-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    border-radius: 16px;
    font-weight: 900;
    transition: .22s;
}

.v3-btn { padding: 11px 16px; }
.v3-big-btn { padding: 16px 24px; }

.v3-btn.primary,
.v3-big-btn.primary {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    box-shadow: 0 18px 45px rgba(37,99,235,.24);
}

.v3-btn.ghost,
.v3-big-btn.secondary,
.v3-big-btn.tertiary {
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.08);
}

.v3-big-btn.tertiary { color: #fcd34d; }
.v3-btn:hover,.v3-big-btn:hover { transform: translateY(-3px); }

.v3-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .92fr;
    gap: 60px;
    align-items: center;
    min-height: 860px;
    padding: 90px 6% 80px;
}

.v3-bg-orb {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 999px;
    filter: blur(80px);
    pointer-events: none;
    opacity: .45;
}

.orb-one { left: -160px; top: 110px; background: #2563eb; }
.orb-two { right: -180px; top: 190px; background: #7c3aed; }

.v3-badge-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.v3-badge {
    display: inline-flex;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(37,99,235,.12);
    border: 1px solid rgba(59,130,246,.28);
    color: #93c5fd;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
}
.v3-badge.green { background: rgba(34,197,94,.1); border-color: rgba(34,197,94,.24); color: #86efac; }
.v3-badge.purple { background: rgba(168,85,247,.12); border-color: rgba(168,85,247,.28); color: #d8b4fe; }
.v3-badge.gold { background: rgba(245,158,11,.12); border-color: rgba(245,158,11,.28); color: #fcd34d; }

.v3-hero h1 {
    font-size: clamp(50px, 7vw, 96px);
    line-height: .98;
    letter-spacing: -.07em;
    margin-bottom: 28px;
}

.v3-hero h1 span {
    background: linear-gradient(135deg, #60a5fa, #2563eb, #a78bfa);
    background-size: 250% 250%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: v3Gradient 6s ease infinite;
    filter: drop-shadow(0 0 18px rgba(37,99,235,.45));
}

@keyframes v3Gradient {
    0%,100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.v3-hero p {
    max-width: 780px;
    color: #94a3b8;
    line-height: 1.9;
    font-size: 19px;
    margin-bottom: 34px;
}

.v3-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.v3-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 42px;
}

.v3-stats div,
.v3-feature-card,
.v3-showcase-cards article,
.v3-premium-card,
.v3-fivem-box {
    background: linear-gradient(145deg, rgba(15,23,42,.86), rgba(2,6,23,.96));
    border: 1px solid rgba(255,255,255,.07);
    box-shadow: 0 28px 80px rgba(0,0,0,.32);
}

.v3-stats div {
    padding: 22px;
    border-radius: 24px;
}
.v3-stats strong { display: block; font-size: 28px; }
.v3-stats span { color: #64748b; font-weight: 800; }

.v3-dashboard-mockup {
    position: relative;
    padding: 14px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(37,99,235,.38), rgba(168,85,247,.24));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 45px 120px rgba(37,99,235,.22);
}

.v3-dashboard-mockup img {
    width: 100%;
    display: block;
    border-radius: 24px;
}

.v3-window-bar {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    background: rgba(2,6,23,.9);
    border-radius: 22px 22px 0 0;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 800;
}
.v3-window-bar i { width: 10px; height: 10px; border-radius: 999px; background: #ef4444; }
.v3-window-bar i:nth-child(2) { background: #f59e0b; }
.v3-window-bar i:nth-child(3) { background: #22c55e; }
.v3-window-bar span { margin-left: 10px; }

.v3-floating-card {
    position: absolute;
    padding: 12px 15px;
    border-radius: 16px;
    background: rgba(2,6,23,.86);
    border: 1px solid rgba(59,130,246,.24);
    color: white;
    font-weight: 900;
    backdrop-filter: blur(14px);
    animation: v3Float 3.5s ease-in-out infinite;
}
.card-a { top: 18%; left: -30px; }
.card-b { right: -28px; top: 48%; animation-delay: .4s; }
.card-c { left: 12%; bottom: -24px; animation-delay: .8s; }
@keyframes v3Float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.v3-module-strip {
    display: flex;
    gap: 14px;
    overflow: hidden;
    padding: 22px 6%;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.025);
}
.v3-module-strip span {
    white-space: nowrap;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.07);
    color: #cbd5e1;
    font-weight: 900;
}

.v3-section { padding: 110px 6%; }
.v3-section-head { max-width: 850px; margin: 0 auto 54px; text-align: center; }
.v3-section-head > span { color: #60a5fa; font-weight: 950; letter-spacing: .14em; font-size: 12px; }
.v3-section-head h2 { font-size: clamp(40px, 5vw, 68px); letter-spacing: -.05em; margin: 14px 0; }
.v3-section-head p { color: #94a3b8; font-size: 18px; line-height: 1.8; }

.v3-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.v3-feature-card {
    padding: 28px;
    border-radius: 28px;
    transition: .24s;
}
.v3-feature-card.big { grid-column: span 2; }
.v3-feature-card:hover { transform: translateY(-6px); border-color: rgba(59,130,246,.35); }
.v3-feature-card span { font-size: 34px; display: block; margin-bottom: 18px; }
.v3-feature-card h3 { font-size: 22px; margin-bottom: 12px; }
.v3-feature-card p { color: #94a3b8; line-height: 1.7; }

.v3-showcase { max-width: 1280px; margin: 0 auto; }
.v3-main-preview img { width: 100%; border-radius: 32px; box-shadow: 0 35px 110px rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.08); }
.v3-showcase-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.v3-showcase-cards article { border-radius: 28px; padding: 18px; }
.v3-showcase-cards img { width: 100%; border-radius: 18px; margin-bottom: 18px; }
.v3-showcase-cards p { color: #94a3b8; line-height: 1.7; }

.v3-fivem-box {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 36px;
    padding: 46px;
    border-radius: 36px;
}
.v3-fivem-box h2,
.v3-premium-card h2,
.v3-cta h2 { font-size: clamp(36px, 5vw, 62px); letter-spacing: -.05em; }
.v3-fivem-box p,
.v3-premium-card p,
.v3-cta p { color: #94a3b8; line-height: 1.8; font-size: 18px; margin: 18px 0 26px; }
.v3-check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.v3-check-grid span,
.v3-premium-list span,
.v3-fivem-panel div {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.06);
    color: #cbd5e1;
    font-weight: 800;
}
.v3-fivem-panel { display: grid; gap: 14px; }
.v3-fivem-panel b { float: right; color: #86efac; }

.v3-premium-card {
    max-width: 1180px;
    margin: 0 auto;
    border-radius: 38px;
    padding: 46px;
    display: grid;
    grid-template-columns: 1fr .9fr auto;
    gap: 28px;
    align-items: center;
}
.v3-premium-list { display: grid; gap: 12px; }

.v3-cta {
    text-align: center;
    padding: 110px 6%;
    background: radial-gradient(circle at center, rgba(37,99,235,.18), transparent 50%);
}
.v3-cta div { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.v3-footer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    padding: 34px 6%;
    border-top: 1px solid rgba(255,255,255,.06);
    color: #94a3b8;
}
.v3-footer strong { color: white; font-size: 22px; }
.v3-footer nav { display: flex; gap: 18px; flex-wrap: wrap; }
.v3-footer a { color: #94a3b8; text-decoration: none; font-weight: 800; }
.v3-footer a:hover { color: white; }

@media (max-width: 1100px) {
    .v3-hero,
    .v3-fivem-box,
    .v3-premium-card { grid-template-columns: 1fr; }
    .v3-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .v3-showcase-cards { grid-template-columns: 1fr; }
    .v3-nav-links { display: none; }
}

@media (max-width: 720px) {
    .v3-nav { padding: 14px 20px; }
    .v3-nav-actions .ghost { display: none; }
    .v3-hero { padding: 60px 20px; min-height: auto; }
    .v3-stats,
    .v3-feature-grid,
    .v3-check-grid { grid-template-columns: 1fr; }
    .v3-feature-card.big { grid-column: span 1; }
    .v3-section { padding: 70px 20px; }
    .v3-floating-card { display: none; }
}
