.home-hero {
    position: relative;
    overflow: hidden;
    min-height: 94vh;
    display: flex;
    align-items: center;
    padding: 126px 0 88px;
    background:
        radial-gradient(circle at 18% 18%, rgba(163, 255, 18, 0.14), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(0, 229, 255, 0.11), transparent 28%),
        linear-gradient(135deg, #080b0a 0%, #101614 46%, #070908 100%);
    color: var(--color-text-light);
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 0%, transparent 46%, rgba(163, 255, 18, 0.055) 46%, rgba(163, 255, 18, 0.055) 47%, transparent 47%, transparent 100%),
        linear-gradient(300deg, transparent 0%, transparent 58%, rgba(0, 229, 255, 0.045) 58%, rgba(0, 229, 255, 0.045) 59%, transparent 59%, transparent 100%);
    opacity: 0.9;
    pointer-events: none;
}

.home-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -180px;
    width: min(1100px, 90vw);
    height: 360px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(163, 255, 18, 0.11), transparent 66%);
    filter: blur(12px);
    pointer-events: none;
}

.home-hero-glow {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(2px);
}

.home-hero-glow-one {
    top: 18%;
    left: -120px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(163, 255, 18, 0.15), transparent 66%);
}

.home-hero-glow-two {
    right: -150px;
    bottom: 12%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.12), transparent 68%);
}

.home-hero-angle {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border: 1px solid rgba(248, 250, 252, 0.07);
    background: rgba(248, 250, 252, 0.018);
    transform: rotate(-10deg);
}

.home-hero-angle-one {
    top: 120px;
    right: 8%;
    width: 280px;
    height: 120px;
    border-radius: 28px;
}

.home-hero-angle-two {
    bottom: 95px;
    left: 7%;
    width: 220px;
    height: 95px;
    border-radius: 24px;
    transform: rotate(12deg);
}

.home-hero-shell {
    position: relative;
    z-index: 2;
    width: min(100% - 64px, 1480px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
    align-items: center;
    gap: 76px;
}

.home-hero-label {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 38px;
}

.home-hero-label .eyebrow {
    margin-bottom: 0;
}

.home-hero-line {
    width: min(240px, 22vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(163, 255, 18, 0.9), transparent);
}

.home-hero-label > span:last-child {
    color: rgba(248, 250, 252, 0.58);
    font-size: 0.9rem;
    font-weight: 750;
}

.home-hero h1 {
    max-width: 1000px;
    font-size: clamp(2.5rem, 5.7vw, 5.7rem);
    line-height: 0.94;
    letter-spacing: -0.08em;
}

.home-hero-content > p {
    max-width: 740px;
    margin-top: 30px;
    color: rgba(248, 250, 252, 0.74);
    font-size: clamp(1.04rem, 1.45vw, 1.2rem);
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.home-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 840px;
    margin-top: 42px;
}

.home-hero-proof div {
    padding: 18px;
    border: 1px solid rgba(248, 250, 252, 0.08);
    border-radius: 20px;
    background: rgba(248, 250, 252, 0.035);
}

.home-hero-proof strong {
    display: block;
    margin-bottom: 6px;
    color: var(--color-primary);
    font-family: var(--font-heading);
    font-size: 0.95rem;
}

.home-hero-proof span {
    color: rgba(248, 250, 252, 0.58);
    font-size: 0.88rem;
    line-height: 1.5;
}

.home-hero-visual {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border: 1px solid rgba(248, 250, 252, 0.11);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(248, 250, 252, 0.08), rgba(248, 250, 252, 0.025)),
        rgba(16, 22, 20, 0.76);
    box-shadow: var(--shadow-dark);
    backdrop-filter: blur(18px);
}

.home-hero-visual::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(163, 255, 18, 0.13), transparent 66%);
    pointer-events: none;
}

.home-hero-visual::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -80px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.09), transparent 66%);
    pointer-events: none;
}

.home-visual-top,
.home-visual-main,
.home-visual-footer {
    position: relative;
    z-index: 2;
}

.home-visual-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.home-visual-top span {
    display: block;
    margin-bottom: 6px;
    color: rgba(248, 250, 252, 0.54);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-visual-top strong {
    color: var(--color-text-light);
    font-family: var(--font-heading);
    font-size: 1.24rem;
}

.home-visual-top p {
    padding: 7px 10px;
    border: 1px solid rgba(163, 255, 18, 0.28);
    border-radius: 999px;
    color: var(--color-primary);
    font-size: 0.78rem;
    font-weight: 900;
}

.home-visual-main {
    padding: 20px;
    border: 1px solid rgba(248, 250, 252, 0.08);
    border-radius: 26px;
    background: rgba(8, 11, 10, 0.42);
}

.home-visual-feature {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(163, 255, 18, 0.18);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(163, 255, 18, 0.1), transparent 34%),
        rgba(248, 250, 252, 0.035);
}

.home-feature-number {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--color-primary);
    color: var(--color-bg-dark);
    font-family: var(--font-heading);
    font-weight: 950;
}

.home-visual-feature span {
    display: block;
    margin-bottom: 8px;
    color: rgba(248, 250, 252, 0.54);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-visual-feature h2 {
    max-width: 420px;
    margin-bottom: 10px;
    font-size: clamp(1.65rem, 2.7vw, 2.4rem);
    letter-spacing: -0.055em;
}

.home-visual-feature p {
    color: rgba(248, 250, 252, 0.64);
    font-size: 0.95rem;
}

.home-visual-service-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}

.home-visual-service-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 15px;
    border: 1px solid rgba(248, 250, 252, 0.08);
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.04);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.home-visual-service-list a:hover {
    transform: translateY(-3px);
    border-color: rgba(163, 255, 18, 0.35);
    background: rgba(163, 255, 18, 0.055);
}

.home-visual-service-list span {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--color-primary);
    box-shadow: 0 0 0 7px rgba(163, 255, 18, 0.08);
}

.home-visual-service-list p {
    color: rgba(248, 250, 252, 0.78);
    font-size: 0.92rem;
    font-weight: 800;
}

.home-visual-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 16px;
    padding: 14px 4px 0;
}

.home-visual-footer span {
    color: rgba(248, 250, 252, 0.54);
    font-size: 0.84rem;
    font-weight: 750;
}

.home-visual-footer a {
    color: var(--color-primary);
    font-size: 0.86rem;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .home-hero-shell {
        grid-template-columns: 1fr;
    }

    .home-hero-visual {
        max-width: 860px;
    }
}

@media (max-width: 820px) {
    .home-hero-proof {
        grid-template-columns: 1fr;
    }

    .home-visual-service-list {
        grid-template-columns: 1fr;
    }

    .home-visual-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .home-hero {
        min-height: auto;
        padding: 86px 0 60px;
    }

    .home-hero-shell {
        width: min(100% - 28px, 1180px);
        gap: 42px;
    }

    .home-hero-label {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 32px;
    }

    .home-hero-line {
        width: 150px;
    }

    .home-hero-label > span:last-child {
        font-size: 0.82rem;
    }

    .home-hero h1 {
        font-size: clamp(3rem, 15vw, 4.6rem);
    }

    .home-hero-actions {
        flex-direction: column;
    }

    .home-hero-actions .btn {
        width: 100%;
    }

    .home-hero-glow,
    .home-hero-angle {
        display: none;
    }

    .home-hero-visual {
        padding: 18px;
        border-radius: 24px;
    }

    .home-visual-main {
        padding: 16px;
    }

    .home-visual-feature {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .home-feature-number {
        width: 50px;
        height: 50px;
    }
}