.fixed-page {
    --fixed-red: #e00000;
    --fixed-red-dark: #940000;
    --fixed-black: #050505;
    --fixed-line: #e1e1e1;
    overflow: hidden;
    background: #fff;
    color: #101010;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 46px;
}

.fixed-page * {
    box-sizing: border-box;
}

.fixed-hero {
    min-height: 310px;
    display: grid;
    grid-template-columns: minmax(420px, 0.9fr) minmax(360px, 1.1fr);
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 73% 28%, rgba(255, 0, 0, 0.78), transparent 22%),
        linear-gradient(90deg, #030303 0%, #050505 48%, #250000 78%, #070000 100%);
    color: #fff;
}

.fixed-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 4px 4px, rgba(224, 0, 0, 0.28) 0 1px, transparent 2px) 68% 0 / 22px 22px,
        linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 48%);
    pointer-events: none;
}

.fixed-hero__content {
    width: min(560px, calc(100% - 54px));
    justify-self: end;
    position: relative;
    z-index: 2;
}

.fixed-hero__content > p:first-child {
    display: inline-block;
    margin: 0 0 8px;
    padding-right: 76px;
    color: var(--fixed-red);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid var(--fixed-red);
}

.fixed-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.fixed-hero h1 strong {
    display: block;
    color: var(--fixed-red);
    font-weight: 900;
}

.fixed-hero__content > span,
.fixed-intro > span,
.fixed-service-card > span {
    display: block;
    width: 52px;
    height: 2px;
    background: var(--fixed-red);
}

.fixed-hero__content > span {
    margin: 20px 0;
}

.fixed-hero__content > p:last-child {
    width: min(410px, 100%);
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
}

.fixed-hero__art {
    min-height: 310px;
    position: relative;
    z-index: 1;
}

.fixed-hero__art strong {
    position: absolute;
    left: 30%;
    top: 72px;
    z-index: 2;
    color: #fff;
    font-size: 124px;
    line-height: 1;
    font-weight: 900;
    text-shadow: 0 16px 32px rgba(0, 0, 0, 0.36);
}

.fixed-hero__art span {
    height: 3px;
    position: absolute;
    left: 8%;
    right: -10%;
    top: 104px;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.92), transparent);
    box-shadow: 0 0 22px rgba(255, 0, 0, 0.82);
    transform-origin: left center;
}

.fixed-hero__art span:nth-child(2) {
    transform: rotate(-18deg);
}

.fixed-hero__art span:nth-child(3) {
    top: 148px;
    transform: rotate(0deg);
}

.fixed-hero__art span:nth-child(4) {
    top: 188px;
    transform: rotate(15deg);
}

.fixed-intro,
.fixed-service-grid,
.fixed-advantages,
.fixed-cta {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.fixed-intro {
    padding: 34px 0 22px;
    text-align: center;
}

.fixed-intro h2 {
    margin: 0 0 8px;
    color: #111;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.fixed-intro p {
    width: min(520px, 100%);
    margin: 0 auto;
    color: #30343a;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
}

.fixed-intro > span {
    margin: 15px auto 0;
}

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

.fixed-service-card {
    min-height: 420px;
    display: grid;
    grid-template-rows: auto auto auto auto 1fr auto;
    position: relative;
    overflow: hidden;
    padding: 28px 24px 24px;
    border: 1px solid var(--fixed-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.fixed-service-card__top {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 28px;
}

.fixed-service-card__top small {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--fixed-red);
    background: rgba(224, 0, 0, 0.1);
    font-size: 10px;
    font-weight: 900;
}

.fixed-service-card__top i {
    color: var(--fixed-red);
    font-size: 42px;
    line-height: 1;
}

.fixed-service-card h2 {
    margin: 0;
    color: #111;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
}

.fixed-service-card > span {
    margin: 13px 0 18px;
}

.fixed-service-card p {
    margin: 0 0 22px;
    color: #3a3f48;
    font-size: 12px;
    line-height: 1.42;
    font-weight: 500;
}

.fixed-service-card ul {
    list-style: none;
    display: grid;
    align-content: start;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.fixed-service-card li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #171717;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.fixed-service-card li i {
    color: var(--fixed-red);
    font-size: 13px;
}

.fixed-service-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin-top: 24px;
    color: var(--fixed-red);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
}

.fixed-service-card a:hover {
    color: var(--fixed-red-dark);
}

.fixed-service-card > strong {
    position: absolute;
    right: -12px;
    bottom: 26px;
    color: rgba(0, 0, 0, 0.055);
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
}

.fixed-advantages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
    overflow: hidden;
    border-radius: 12px;
    background:
        radial-gradient(circle at 96% 100%, rgba(224, 0, 0, 0.32), transparent 24%),
        linear-gradient(180deg, #090909, #040404);
    color: #fff;
}

.fixed-advantages article {
    min-height: 122px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 26px 22px;
}

.fixed-advantages article:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.fixed-advantages span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--fixed-red);
}

.fixed-advantages i {
    color: #fff;
    font-size: 23px;
}

.fixed-advantages h2 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.fixed-advantages p {
    margin: 0;
    color: #f0f0f0;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 500;
}

.fixed-cta {
    min-height: 160px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 34px;
    padding: 24px 42px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 91% 36%, rgba(255, 255, 255, 0.2) 2px, transparent 3px) 0 0 / 18px 18px,
        linear-gradient(135deg, #f20b0b 0%, #cf0000 58%, #a80000 100%);
    color: #fff;
}

.fixed-cta p {
    margin: 0 0 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.fixed-cta h2 {
    width: min(470px, 100%);
    margin: 0 0 18px;
    color: #fff;
    font-size: 25px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
}

.fixed-cta a {
    min-width: 132px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 7px;
    background: #fff;
    color: var(--fixed-red);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.fixed-cta__headset {
    position: relative;
    min-height: 120px;
}

.fixed-cta__headset i {
    position: absolute;
    right: 60px;
    top: 6px;
    color: #111;
    font-size: 120px;
    line-height: 1;
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.32));
}

.fixed-cta__headset span {
    width: 210px;
    height: 92px;
    position: absolute;
    right: 12px;
    bottom: -14px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.14);
    filter: blur(8px);
}

@media (max-width: 1050px) {
    .fixed-hero {
        grid-template-columns: 1fr;
    }

    .fixed-hero__content {
        justify-self: start;
        margin-left: 32px;
        padding: 48px 0;
    }

    .fixed-hero__art {
        position: absolute;
        inset: 0;
        opacity: 0.38;
    }

    .fixed-service-grid,
    .fixed-advantages,
    .fixed-cta {
        grid-template-columns: 1fr;
    }

    .fixed-advantages article:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .fixed-cta__headset {
        display: none;
    }
}

@media (max-width: 680px) {
    .fixed-hero {
        min-height: 330px;
    }

    .fixed-hero__content,
    .fixed-intro,
    .fixed-service-grid,
    .fixed-advantages,
    .fixed-cta {
        width: min(100% - 24px, 1120px);
    }

    .fixed-hero__content {
        margin: 0 auto;
    }

    .fixed-hero h1 {
        font-size: 38px;
    }

    .fixed-service-card {
        min-height: 0;
    }

    .fixed-cta {
        padding: 24px;
    }
}
