.inner-page-hero {
    position: relative;
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(110px, 14vh, 150px) clamp(18px, 5vw, 72px) clamp(70px, 10vh, 110px);
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 24%, rgba(240, 216, 82, 0.2), transparent 28%),
        radial-gradient(circle at 78% 20%, rgba(213, 239, 176, 0.22), transparent 24%),
        linear-gradient(135deg, #07160f 0%, #123821 52%, #eef4e3 220%);
    color: #ffffff;
}

.inner-page-hero::before,
.inner-page-hero::after {
    content: "";
    position: absolute;
    inset: auto;
    z-index: -1;
    pointer-events: none;
}

.inner-page-hero::before {
    width: 86vw;
    height: 86vw;
    max-width: 900px;
    max-height: 900px;
    right: -24vw;
    top: -30vw;
    border: 1px solid rgba(240, 216, 82, 0.28);
    border-radius: 50%;
    box-shadow: inset 0 0 70px rgba(240, 216, 82, 0.08);
}

.inner-page-hero::after {
    width: 72vw;
    height: 72vw;
    max-width: 760px;
    max-height: 760px;
    left: -30vw;
    bottom: -34vw;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.inner-page-hero__content {
    position: relative;
    z-index: 2;
    width: min(100%, 980px);
    text-align: center;
}

.inner-page-hero__kicker {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    margin: 0 0 18px;
    padding: 9px 18px;
    border: 1px solid rgba(240, 216, 82, 0.55);
    border-radius: 999px;
    color: #f6e77b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    background: rgba(12, 34, 20, 0.72);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.inner-page-hero h1 {
    max-width: 980px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 96px;
    font-weight: 950;
    line-height: 0.92;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 18px 44px rgba(0, 0, 0, 0.48);
    text-wrap: balance;
}

.inner-page-hero__description {
    width: min(100%, 760px);
    max-width: 760px;
    margin: clamp(18px, 3vw, 28px) auto 0;
    color: #f3f8ec;
    font-size: 22px;
    font-weight: 650;
    line-height: 1.45;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
}

.inner-page-hero__curve {
    position: absolute;
    z-index: 1;
    width: 70vw;
    height: 34vw;
    min-width: 520px;
    min-height: 260px;
    pointer-events: none;
    border: 1px solid rgba(240, 216, 82, 0.22);
    border-color: rgba(240, 216, 82, 0.34) transparent transparent rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    transform: rotate(-10deg);
}

.inner-page-hero__curve--one {
    right: -12vw;
    bottom: 6vh;
}

.inner-page-hero__curve--two {
    left: -16vw;
    top: 18vh;
    transform: rotate(18deg);
    opacity: 0.75;
}

.inner-page-hero__circle {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 50%;
    pointer-events: none;
}

.inner-page-hero__circle--one {
    width: clamp(90px, 12vw, 170px);
    height: clamp(90px, 12vw, 170px);
    right: 9vw;
    bottom: 14vh;
    border: 1px solid rgba(240, 216, 82, 0.38);
    background: rgba(240, 216, 82, 0.08);
}

.inner-page-hero__circle--two {
    width: clamp(44px, 6vw, 88px);
    height: clamp(44px, 6vw, 88px);
    left: 10vw;
    bottom: 22vh;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
}

.inner-page-hero__circle--three {
    width: clamp(28px, 4vw, 56px);
    height: clamp(28px, 4vw, 56px);
    top: 22vh;
    right: 26vw;
    background: rgba(213, 239, 176, 0.18);
}

.inner-page-hero--services {
    background:
        radial-gradient(circle at 22% 22%, rgba(240, 216, 82, 0.18), transparent 28%),
        radial-gradient(circle at 82% 76%, rgba(255, 255, 255, 0.14), transparent 24%),
        linear-gradient(135deg, #07160f 0%, #174528 60%, #f0e68b 200%);
}

.inner-page-hero--contact {
    background:
        radial-gradient(circle at 14% 76%, rgba(240, 216, 82, 0.2), transparent 24%),
        radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.18), transparent 28%),
        linear-gradient(135deg, #08130e 0%, #173923 52%, #dfeccc 190%);
}

.inner-page-hero--proof {
    background:
        radial-gradient(circle at 74% 18%, rgba(240, 216, 82, 0.2), transparent 26%),
        radial-gradient(circle at 18% 82%, rgba(213, 239, 176, 0.16), transparent 24%),
        linear-gradient(135deg, #08150f 0%, #20462e 58%, #edf5df 210%);
}

@media (max-width: 760px) {
    .inner-page-hero {
        min-height: 100vh;
        min-height: 100svh;
        padding: 108px 18px 70px;
    }

    .inner-page-hero h1 {
        font-size: 56px;
    }

    .inner-page-hero__description {
        font-size: 16px;
    }

    .inner-page-hero__curve {
        min-width: 360px;
        min-height: 180px;
    }
}

@media (min-width: 761px) and (max-width: 1100px) {
    .inner-page-hero h1 {
        font-size: 76px;
    }

    .inner-page-hero__description {
        font-size: 19px;
    }
}

@media (max-width: 520px) {
    .inner-page-hero h1 {
        font-size: 44px;
        line-height: 1;
    }

    .inner-page-hero__kicker {
        font-size: 12px;
    }
}
