.hero {
    position: relative;
    padding: 160px 0 120px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(144,192,39,0.18), transparent 40%),
        linear-gradient(180deg, #050505 0%, #0b0d0a 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/wp-content/uploads/2026/04/matmoe-wave.png') center/contain no-repeat;
    opacity: 0.08;
    pointer-events: none;
}

.hero-inner {
    max-width: 820px;
}

.hero h1 {
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero h1 span {
    color: var(--matmoe-primary);
}

.hero p {
    font-size: 20px;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 40px;
}