.utap-page {
    --utap-red: #d70707;
    --utap-red-dark: #980202;
    --utap-black: #050505;
    --utap-text: #111;
    --utap-line: #dfdfdf;
    background: #fff;
    color: var(--utap-text);
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 18px;
    padding-bottom: 48px;
}

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

.utap-hero {
    width: 100%;
    min-height: 250px;
    height: 250px;
    margin: 0;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.55) 66%, rgba(35, 0, 0, 0.9) 100%),
        radial-gradient(circle at 78% 34%, rgba(215, 7, 7, 0.34), transparent 24%),
        linear-gradient(100deg, #060606 0%, #020202 52%, #1c0000 100%);
    border-left: 15px solid var(--utap-red);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

.utap-hero::before,
.utap-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.utap-hero::before {
    inset: 0;
    background:
        radial-gradient(circle at 4px 4px, rgba(215, 7, 7, 0.42) 0 2px, transparent 3px) 0 0 / 24px 24px,
        linear-gradient(0deg, transparent 0 47%, rgba(215, 7, 7, 0.14) 48%, transparent 49%),
        linear-gradient(90deg, transparent 0 62%, rgba(215, 7, 7, 0.18) 63%, transparent 64%);
    mask-image: linear-gradient(90deg, transparent 0%, transparent 44%, #000 62%, #000 100%);
    opacity: 0.78;
}

.utap-hero::after {
    width: 44%;
    height: 155%;
    right: 6%;
    top: -34%;
    background:
        linear-gradient(154deg, transparent 34%, rgba(255, 30, 30, 0.78) 35%, transparent 37%),
        linear-gradient(150deg, transparent 45%, rgba(215, 7, 7, 0.45) 46%, transparent 48%),
        linear-gradient(145deg, transparent 57%, rgba(255, 80, 40, 0.25) 58%, transparent 60%);
    filter: drop-shadow(0 0 18px rgba(215, 7, 7, 0.58));
    opacity: 0.72;
    transform: skewX(-10deg);
}

.utap-hero__content {
    width: min(700px, calc(100% - 56px));
    justify-self: start;
    position: relative;
    z-index: 1;
    margin-left: clamp(54px, 8vw, 120px);
    padding: 34px 0;
}

.utap-hero h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(42px, 4.8vw, 62px);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.55);
}

.utap-hero h1 span {
    color: var(--utap-red);
}

.utap-hero__lead {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(15px, 1.7vw, 19px);
    line-height: 1.25;
    font-style: italic;
    font-weight: 700;
}

.utap-hero__content p:not(.utap-hero__lead) {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}

.utap-plans,
.utap-products {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.utap-plans {
    padding-top: 34px;
}

.utap-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin-bottom: 24px;
    text-align: center;
}

.utap-section-title span {
    width: 44px;
    height: 2px;
    background: var(--utap-red);
}

.utap-section-title h2 {
    margin: 0;
    color: #111;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}

.utap-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.utap-plan-card {
    min-height: 316px;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.11);
}

.utap-plan-card__badge {
    width: 66px;
    height: 78px;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    right: 16px;
    color: #fff;
    background: linear-gradient(180deg, #f20b0b, #ad0000);
    clip-path: polygon(0 0, 100% 0, 100% 76%, 50% 100%, 0 76%);
    font-size: 30px;
    z-index: 2;
}

.utap-plan-card__head {
    padding: 18px 96px 10px 22px;
}

.utap-plan-card__head h3 {
    margin: 0 0 3px;
    color: #111;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 900;
}

.utap-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-height: 42px;
}

.utap-price strong {
    color: var(--utap-red);
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.utap-price span {
    color: #111;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.utap-plan-card__head small {
    color: #111;
    font-size: 12px;
    font-weight: 800;
}

.utap-ribbon {
    width: calc(100% - 72px);
    min-height: 24px;
    display: flex;
    align-items: center;
    margin: 0 0 5px 18px;
    padding: 5px 14px;
    color: #fff;
    background: linear-gradient(180deg, #ec0808, #a90303);
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
}

.utap-feature-list {
    list-style: none;
    margin: 0;
    padding: 2px 22px 12px;
}

.utap-feature-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    min-height: 27px;
    border-top: 1px solid #e4e4e4;
    color: #111;
    font-size: 11px;
    line-height: 1.22;
    font-weight: 800;
}

.utap-feature-list li span {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.utap-feature-list li span i {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    color: #fff;
    background: var(--utap-red);
    font-size: 10px;
}

.utap-feature-list li > i {
    color: var(--utap-red);
    font-size: 18px;
    font-weight: 900;
}

.utap-contract {
    min-height: 31px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #070707;
    border-top: 2px solid var(--utap-red);
    font-size: 13px;
    font-weight: 900;
}

.utap-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.utap-product-card {
    min-height: 250px;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    padding: 26px 22px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.utap-product-card__icon {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border: 1px solid var(--utap-red);
    border-radius: 50%;
    color: var(--utap-red);
    font-size: 38px;
}

.utap-product-card__body {
    min-width: 0;
}

.utap-product-card h3 {
    margin: 2px 0 12px;
    color: var(--utap-red);
    font-size: 17px;
    line-height: 1.18;
    font-weight: 900;
}

.utap-product-card p,
.utap-product-card li {
    color: #111;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 600;
}

.utap-product-card p {
    margin: 0 0 8px;
}

.utap-product-card ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 15px;
}

.utap-product-card li::marker {
    color: var(--utap-red);
}

.utap-product-card::after {
    content: "";
    width: 58px;
    height: 2px;
    align-self: end;
    grid-column: 2;
    background: var(--utap-red);
}

@media (max-width: 1180px) {
    .utap-plan-grid,
    .utap-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .utap-page {
        padding-top: 12px;
    }

    .utap-hero {
        min-height: auto;
        height: auto;
        border-left-width: 10px;
    }

    .utap-hero__content {
        width: min(100% - 32px, 620px);
        margin-left: 18px;
    }

    .utap-hero h1 {
        font-size: 42px;
    }

    .utap-section-title {
        gap: 12px;
    }

    .utap-section-title span {
        width: 28px;
    }

    .utap-section-title h2 {
        font-size: 18px;
    }

    .utap-plan-grid,
    .utap-products {
        grid-template-columns: 1fr;
    }

    .utap-plan-card {
        min-height: 0;
    }

    .utap-product-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .utap-product-card::after {
        grid-column: 1;
    }
}
