:root {
    --vweb-bg: #05070c;
    --vweb-bg-soft: #0b101b;
    --vweb-panel: rgba(13, 18, 31, 0.72);
    --vweb-panel-strong: rgba(16, 23, 39, 0.92);
    --vweb-line: rgba(164, 193, 255, 0.16);
    --vweb-line-strong: rgba(178, 208, 255, 0.28);
    --vweb-text: #eef4ff;
    --vweb-muted: #93a0b7;
    --vweb-dim: #5f6b80;
    --vweb-gold: #d5aa63;
    --vweb-gold-strong: #f0c97a;
    --vweb-blue: #73a7ff;
    --vweb-red: #e35f70;
    --vweb-green: #76e2bd;
    --vweb-radius-xl: 30px;
    --vweb-radius-lg: 22px;
    --vweb-radius-md: 16px;
    --vweb-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
    --vweb-max: 1220px;
    --vweb-header-h: 78px;
    color-scheme: dark;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--vweb-bg);
    color: var(--vweb-text);
    font-family: Pretendard, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: -0.02em;
    overflow-x: hidden;
}

body.vweb-nav-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button, a {
    -webkit-tap-highlight-color: transparent;
}

.vweb-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.vweb-bg {
    position: fixed;
    inset: 0;
    z-index: -3;
    background:
        radial-gradient(circle at 50% -10%, rgba(115, 167, 255, 0.20), transparent 36%),
        radial-gradient(circle at 80% 8%, rgba(213, 170, 99, 0.10), transparent 28%),
        linear-gradient(180deg, #05070c 0%, #090d16 45%, #05070c 100%);
}

.vweb-bg__orb {
    position: absolute;
    width: 52vw;
    height: 52vw;
    min-width: 460px;
    min-height: 460px;
    border-radius: 999px;
    filter: blur(28px);
    opacity: 0.24;
    transform: translate3d(0, 0, 0);
}

.vweb-bg__orb--one {
    left: -18vw;
    top: 16vh;
    background: radial-gradient(circle, rgba(115, 167, 255, 0.58), transparent 62%);
}

.vweb-bg__orb--two {
    right: -18vw;
    top: 45vh;
    background: radial-gradient(circle, rgba(227, 95, 112, 0.42), transparent 66%);
}

.vweb-bg__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to bottom, transparent, black 18%, black 72%, transparent);
    opacity: 0.34;
}

.vweb-bg__noise {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.06) 0 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.04) 0 1px, transparent 1px);
    background-size: 36px 36px, 54px 54px;
    opacity: 0.18;
}

.vweb-header {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 50;
    width: min(calc(100% - 32px), var(--vweb-max));
    height: var(--vweb-header-h);
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 0 16px 0 18px;
    border: 1px solid var(--vweb-line);
    border-radius: 999px;
    background: rgba(8, 12, 21, 0.68);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.vweb-header.is-scrolled {
    border-color: rgba(213, 170, 99, 0.26);
    background: rgba(7, 10, 18, 0.88);
}

.vweb-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 230px;
}

.vweb-brand__mark {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(213, 170, 99, 0.48);
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(240, 201, 122, 0.22), rgba(115, 167, 255, 0.08)),
        rgba(255, 255, 255, 0.04);
    color: var(--vweb-gold-strong);
    font-size: 24px;
    font-weight: 900;
    box-shadow: inset 0 0 22px rgba(213, 170, 99, 0.15);
}

.vweb-brand__text {
    display: grid;
    gap: 2px;
}

.vweb-brand__text strong {
    font-size: 17px;
    letter-spacing: 0.16em;
}

.vweb-brand__text em {
    color: var(--vweb-muted);
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vweb-nav {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vweb-nav a {
    padding: 11px 13px;
    border-radius: 999px;
    color: #c6d1e6;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.18s ease, background 0.18s ease;
}

.vweb-nav a:hover,
.vweb-nav a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.075);
}

.vweb-header__actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.vweb-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--vweb-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
}

.vweb-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

body.vweb-nav-open .vweb-nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

body.vweb-nav-open .vweb-nav-toggle span:nth-child(2) {
    opacity: 0;
}

body.vweb-nav-open .vweb-nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.vweb-main {
    width: min(calc(100% - 32px), var(--vweb-max));
    margin: 0 auto;
    padding-top: 132px;
}

.vweb-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.01em;
    white-space: nowrap;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.vweb-btn:hover {
    transform: translateY(-1px);
}

.vweb-btn--large {
    min-height: 54px;
    padding: 0 25px;
    font-size: 15px;
}

.vweb-btn--primary {
    border-color: rgba(240, 201, 122, 0.55);
    background:
        linear-gradient(135deg, #f0c97a 0%, #bf7a31 50%, #7c3d20 100%);
    color: #140b05;
    box-shadow: 0 16px 42px rgba(213, 170, 99, 0.24), inset 0 1px rgba(255,255,255,0.46);
}

.vweb-btn--ghost {
    border-color: var(--vweb-line);
    background: rgba(255, 255, 255, 0.045);
    color: #dbe7ff;
}

.vweb-btn--glass {
    border-color: rgba(172, 199, 255, 0.22);
    background: rgba(255, 255, 255, 0.065);
    color: #eef4ff;
    backdrop-filter: blur(10px);
}

.vweb-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 34px;
    align-items: center;
    min-height: calc(100vh - 132px);
    padding: 34px 0 78px;
}

.vweb-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--vweb-gold-strong);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vweb-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--vweb-gold-strong));
}

.vweb-hero h1 {
    margin: 21px 0 22px;
    font-size: clamp(46px, 7vw, 88px);
    line-height: 0.95;
    letter-spacing: -0.075em;
}

.vweb-hero h1 span {
    display: inline-block;
    background: linear-gradient(100deg, #fff 0%, #f4d9a4 42%, #78a9ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.vweb-hero p {
    max-width: 620px;
    margin: 0;
    color: #b2bfd5;
    font-size: 18px;
    line-height: 1.72;
}

.vweb-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.vweb-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.vweb-hero__meta span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 10px 13px;
    border: 1px solid var(--vweb-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: #9ba8bd;
    font-size: 12px;
    font-weight: 800;
}

.vweb-hero__meta b {
    color: var(--vweb-text);
}

.vweb-hero__stage {
    perspective: 1100px;
}

.vweb-stage-card {
    position: relative;
    min-height: 620px;
    padding: 24px;
    border: 1px solid rgba(178, 208, 255, 0.18);
    border-radius: 38px;
    background:
        radial-gradient(circle at 48% 34%, rgba(115, 167, 255, 0.22), transparent 30%),
        radial-gradient(circle at 55% 62%, rgba(213, 170, 99, 0.18), transparent 28%),
        linear-gradient(145deg, rgba(17, 24, 42, 0.88), rgba(7, 10, 18, 0.94));
    box-shadow: var(--vweb-shadow), inset 0 1px rgba(255,255,255,0.08);
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.vweb-stage-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 37px;
    background:
        linear-gradient(115deg, rgba(255,255,255,0.16), transparent 22%, transparent 72%, rgba(240,201,122,0.12));
    pointer-events: none;
}

.vweb-stage-card__topline,
.vweb-stage-card__bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.vweb-stage-card__topline span,
.vweb-stage-card__bottom span {
    display: block;
    color: var(--vweb-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vweb-stage-card__topline strong,
.vweb-stage-card__bottom strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
}

.vweb-stage-card__visual {
    position: absolute;
    inset: 88px 26px 95px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 32px;
    background:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        radial-gradient(ellipse at center, rgba(115,167,255,0.22), rgba(5,7,12,0.26) 54%, rgba(0,0,0,0.35));
    background-size: 54px 54px, 54px 54px, auto;
    overflow: hidden;
}

.vweb-stage-card__visual::after {
    content: "";
    position: absolute;
    inset: 58% -20% -30%;
    background: radial-gradient(ellipse, rgba(0,0,0,0.35), transparent 62%);
}

.vweb-sword {
    position: absolute;
    left: 50%;
    top: 46%;
    width: 38px;
    height: 250px;
    transform: translate(-50%, -50%) rotate(12deg);
    border-radius: 24px 24px 10px 10px;
    background:
        linear-gradient(90deg, transparent 0 42%, rgba(255,255,255,0.9) 48%, rgba(115,167,255,0.95) 54%, transparent 62%),
        linear-gradient(180deg, #fff, #75a9ff 34%, #18233a 80%);
    box-shadow: 0 0 44px rgba(115,167,255,0.58);
}

.vweb-sword::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 26px;
    width: 142px;
    height: 22px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #f0c97a, transparent);
    box-shadow: 0 0 28px rgba(240,201,122,0.46);
}

.vweb-sword::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -32px;
    width: 30px;
    height: 64px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(#d5aa63, #5b2c1a);
}

.vweb-crystal {
    position: absolute;
    width: 80px;
    height: 112px;
    clip-path: polygon(50% 0, 82% 25%, 68% 100%, 32% 100%, 18% 25%);
    background: linear-gradient(145deg, rgba(140, 205, 255, 0.95), rgba(65, 89, 153, 0.55));
    box-shadow: 0 0 35px rgba(115,167,255,0.32);
    opacity: 0.8;
}

.vweb-crystal--a { left: 16%; top: 38%; transform: rotate(-15deg) scale(0.8); }
.vweb-crystal--b { right: 16%; top: 28%; transform: rotate(18deg) scale(0.64); }
.vweb-crystal--c { right: 26%; bottom: 16%; transform: rotate(-7deg) scale(0.52); }

.vweb-field-ring {
    position: absolute;
    left: 50%;
    top: 56%;
    width: 330px;
    height: 118px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(240,201,122,0.24);
    border-radius: 50%;
    box-shadow: inset 0 0 35px rgba(240,201,122,0.08), 0 0 24px rgba(240,201,122,0.08);
}

.vweb-field-ring--two {
    width: 470px;
    height: 174px;
    border-color: rgba(115,167,255,0.14);
}

.vweb-section {
    padding: 88px 0;
}

.vweb-section__head {
    display: grid;
    gap: 15px;
    max-width: 720px;
    margin-bottom: 32px;
}

.vweb-section__head h2,
.vweb-world__copy h2,
.vweb-cta h2 {
    margin: 0;
    font-size: clamp(32px, 4.6vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.vweb-section__head p,
.vweb-world__copy p,
.vweb-cta p {
    margin: 0;
    color: #aab6ca;
    font-size: 16px;
    line-height: 1.72;
}

.vweb-ranking-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.vweb-rank-card,
.vweb-feature {
    border: 1px solid var(--vweb-line);
    border-radius: var(--vweb-radius-lg);
    background:
        linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025)),
        rgba(9, 14, 24, 0.72);
    box-shadow: 0 18px 54px rgba(0,0,0,0.24);
    backdrop-filter: blur(14px);
}

.vweb-rank-card {
    min-height: 264px;
    padding: 21px;
    transform-style: preserve-3d;
}

.vweb-rank-card--boss {
    border-color: rgba(227, 95, 112, 0.25);
}

.vweb-rank-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.vweb-rank-card__head span {
    color: rgba(240,201,122,0.36);
    font-size: 32px;
    font-weight: 950;
    letter-spacing: -0.08em;
}

.vweb-rank-card__head strong {
    color: #fff;
    font-size: 18px;
}

.vweb-rank-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vweb-rank-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 13px;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    background: rgba(0,0,0,0.18);
}

.vweb-rank-list b {
    color: #e9f1ff;
    font-size: 14px;
}

.vweb-rank-list span {
    color: var(--vweb-gold-strong);
    font-size: 12px;
    font-weight: 900;
}

.vweb-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vweb-feature {
    position: relative;
    min-height: 220px;
    padding: 24px;
    overflow: hidden;
}

.vweb-feature::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -56px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(240,201,122,0.14);
    border-radius: 45px;
    transform: rotate(18deg);
}

.vweb-feature__code {
    display: inline-flex;
    margin-bottom: 54px;
    padding: 8px 10px;
    border: 1px solid rgba(240,201,122,0.24);
    border-radius: 999px;
    color: var(--vweb-gold-strong);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.14em;
}

.vweb-feature h3 {
    margin: 0 0 10px;
    font-size: 23px;
    letter-spacing: -0.04em;
}

.vweb-feature p {
    margin: 0;
    color: #a9b5c8;
    font-size: 14px;
    line-height: 1.68;
}

.vweb-world__panel,
.vweb-cta {
    border: 1px solid var(--vweb-line-strong);
    border-radius: var(--vweb-radius-xl);
    background:
        radial-gradient(circle at 84% 18%, rgba(240,201,122,0.12), transparent 32%),
        radial-gradient(circle at 16% 78%, rgba(115,167,255,0.14), transparent 34%),
        rgba(10, 15, 26, 0.74);
    box-shadow: var(--vweb-shadow);
    backdrop-filter: blur(16px);
}

.vweb-world__panel {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    gap: 30px;
    padding: 34px;
}

.vweb-world__copy {
    align-self: center;
    display: grid;
    gap: 18px;
}

.vweb-world__timeline {
    display: grid;
    gap: 12px;
}

.vweb-world__timeline div {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 4px 16px;
    align-items: center;
    padding: 17px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    background: rgba(0,0,0,0.18);
}

.vweb-world__timeline span {
    grid-row: span 2;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 15px;
    background: rgba(240,201,122,0.10);
    color: var(--vweb-gold-strong);
    font-weight: 950;
}

.vweb-world__timeline strong {
    color: #fff;
    font-size: 18px;
}

.vweb-world__timeline em {
    color: var(--vweb-muted);
    font-size: 13px;
    font-style: normal;
}

.vweb-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 56px 0 28px;
    padding: 34px;
}

.vweb-cta span {
    display: block;
    margin-bottom: 10px;
    color: var(--vweb-gold-strong);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.16em;
}

.vweb-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    justify-content: flex-end;
}

.vweb-footer {
    width: min(calc(100% - 32px), var(--vweb-max));
    margin: 0 auto;
    padding: 34px 0 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: var(--vweb-muted);
    font-size: 13px;
}

.vweb-footer div {
    display: grid;
    gap: 4px;
}

.vweb-footer strong {
    color: #fff;
    letter-spacing: 0.18em;
}

.vweb-footer nav {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

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

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1060px) {
    .vweb-header {
        grid-template-columns: auto auto 1fr;
        gap: 12px;
    }

    .vweb-brand {
        min-width: auto;
    }

    .vweb-brand__text em {
        display: none;
    }

    .vweb-nav-toggle {
        display: inline-block;
        order: 3;
        justify-self: end;
    }

    .vweb-nav {
        position: fixed;
        top: calc(var(--vweb-header-h) + 14px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border: 1px solid var(--vweb-line);
        border-radius: 24px;
        background: rgba(6, 9, 16, 0.95);
        box-shadow: var(--vweb-shadow);
    }

    body.vweb-nav-open .vweb-nav {
        display: flex;
    }

    .vweb-nav a {
        padding: 15px 16px;
    }

    .vweb-header__actions {
        display: none;
    }

    .vweb-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .vweb-stage-card {
        min-height: 520px;
    }

    .vweb-ranking-grid,
    .vweb-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vweb-world__panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    :root {
        --vweb-header-h: 66px;
    }

    .vweb-header {
        top: 10px;
        width: calc(100% - 20px);
        padding: 0 10px 0 12px;
        border-radius: 22px;
    }

    .vweb-brand__mark {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 21px;
    }

    .vweb-brand__text strong {
        font-size: 14px;
    }

    .vweb-main {
        width: min(calc(100% - 22px), var(--vweb-max));
        padding-top: 96px;
    }

    .vweb-hero {
        padding-top: 26px;
        padding-bottom: 52px;
    }

    .vweb-hero p {
        font-size: 15px;
    }

    .vweb-hero__actions,
    .vweb-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vweb-btn--large {
        width: 100%;
    }

    .vweb-stage-card {
        min-height: 420px;
        border-radius: 28px;
        padding: 18px;
    }

    .vweb-stage-card__visual {
        inset: 78px 16px 82px;
        border-radius: 22px;
    }

    .vweb-sword {
        height: 190px;
    }

    .vweb-ranking-grid,
    .vweb-feature-grid {
        grid-template-columns: 1fr;
    }

    .vweb-section {
        padding: 58px 0;
    }

    .vweb-world__panel,
    .vweb-cta {
        padding: 22px;
        border-radius: 24px;
    }

    .vweb-world__timeline div {
        grid-template-columns: 48px 1fr;
        padding: 14px;
    }

    .vweb-cta {
        display: grid;
    }

    .vweb-footer {
        display: grid;
        justify-items: start;
    }

    .vweb-footer nav {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .reveal-on-scroll {
        opacity: 1;
        transform: none;
    }
}