.soho-page {
    --soho-red: #d70707;
    --soho-red-dark: #9e0505;
    --soho-black: #050505;
    --soho-text: #111;
    --soho-line: #e1e1e1;
    background: #fff;
    color: var(--soho-text);
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 46px;
    padding-top: 18px;
}

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

.soho-hero {
    width: 100%;
    min-height: 250px;
    height: 250px;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    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(--soho-red);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

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

.soho-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;
}

.soho-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);
}

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

.soho-hero .dropdown-menu,
.soho-page .dropdown-menu {
    max-height: none;
}

.soho-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);
}

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

.soho-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;
}

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

.soho-hero__portrait {
    display: none;
}

.soho-plans,
.soho-documents {
    width: min(1080px, calc(100% - 32px));
    margin: 0 auto;
}

.soho-plans {
    padding-top: 32px;
}

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

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

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

.soho-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 18px 20px;
    align-items: start;
}

.soho-plan-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 72px auto;
    align-content: start;
    align-self: start;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    position: relative;
}

.soho-plan-card::before {
    content: none;
}

.soho-price-panel {
    height: 72px;
    min-height: 72px;
    max-height: 72px;
    align-self: start;
    display: grid;
    place-items: center;
    padding: 0;
    color: #fff;
    background:
        linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, 0.05) 39%, transparent 44%),
        #070707;
    text-align: left;
    position: relative;
    z-index: 1;
}

.soho-user-icon {
    display: none;
}

.soho-price-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.soho-price-panel strong {
    min-width: 168px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px 5px;
    color: #fff;
    background: linear-gradient(180deg, #f21818, #b90404);
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

.soho-price-panel span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    color: #fff;
    padding: 0 16px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

/* Monthly label styling */
.soho-price-panel .soho-frequency {
    font-weight: 900;
    color: var(--soho-red);
    background: #171719;
    padding: 0 16px;
    border-radius: 6px;
    margin-left: 0;
    display: inline-flex;
    text-transform: uppercase;
}

.soho-benefits {
    padding: 22px 28px 26px;
    position: relative;
    z-index: 1;
    align-self: start;
}

.soho-plan-name {
    min-height: 48px;
    display: flex;
    align-items: center;
    margin: 0 0 14px;
    color: #111;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

.soho-benefit-dropdown {
    position: relative;
}

.soho-benefit-group + .soho-benefit-group {
    margin-top: 20px;
}

.soho-benefit-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    border: 0;
    border-radius: 6px;
    background: rgba(215, 7, 7, 0.07);
    color: var(--soho-red);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.soho-benefit-heading::-webkit-details-marker {
    display: none;
}

.soho-benefit-heading:hover,
.soho-benefit-heading:focus {
    background: rgba(215, 7, 7, 0.11);
    box-shadow: 0 0 0 3px rgba(215, 7, 7, 0.08);
    outline: none;
}

.soho-benefit-heading i {
    font-size: 17px;
    transition: transform 0.2s ease;
}

.soho-benefit-dropdown[open] .soho-benefit-heading i {
    transform: rotate(180deg);
}

.soho-benefit-dropdown:not([open]) {
    padding-bottom: 10px;
}

.soho-benefit-dropdown:not([open]) + .soho-benefit-group {
    margin-top: 10px;
}

.soho-benefit-group h3 {
    margin: 0 0 8px;
    color: var(--soho-red);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.soho-benefit-group ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.soho-benefit-group li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 21px;
    color: #111;
    border-bottom: 1px dashed #d6d6d6;
    font-size: 12px;
    line-height: 1.25;
}

.soho-benefit-group li span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.soho-benefit-group li i {
    color: var(--soho-red);
    font-size: 12px;
    line-height: 1;
}

.soho-benefit-group li strong {
    max-width: 190px;
    color: #111;
    font-size: 12px;
    font-weight: 900;
    text-align: right;
}

.soho-documents {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 160px;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.soho-documents__icon {
    align-self: stretch;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(215, 7, 7, 0.08), rgba(215, 7, 7, 0.02));
}

.soho-documents__icon i {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--soho-red);
    font-size: 34px;
}

.soho-documents__content {
    padding: 24px 0;
}

.soho-documents h2 {
    margin: 0 0 18px;
    color: #111;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
    position: relative;
}

.soho-documents h2::after {
    content: "";
    width: 34px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -9px;
    background: var(--soho-red);
}

.soho-documents ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 34px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: doc;
}

.soho-documents li {
    counter-increment: doc;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #111;
    font-size: 12px;
    line-height: 1.35;
}

.soho-documents li::before {
    content: counter(doc);
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--soho-red);
    font-size: 10px;
    font-weight: 900;
}

.soho-documents__art {
    display: grid;
    place-items: center;
    color: rgba(215, 7, 7, 0.36);
    font-size: 90px;
}

@media (max-width: 1100px) {
    .soho-card-grid {
        grid-template-columns: 1fr;
    }
}

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

    .soho-hero {
        width: 100%;
        min-height: auto;
        border-left-width: 10px;
    }

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

    .soho-hero h1 {
        font-size: 44px;
    }

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

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

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

    .soho-plan-card {
        grid-template-columns: 1fr;
    }

    .soho-price-panel {
        min-height: 68px;
    }

    .soho-price-wrap {
        gap: 10px;
    }

    .soho-price-panel strong {
        min-width: 142px;
        padding: 4px 16px 5px;
        font-size: 20px;
    }

    .soho-price-panel span {
        min-height: 28px;
        padding: 0 12px;
        font-size: 12px;
    }

    .soho-benefits {
        padding: 18px;
    }

    .soho-documents {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .soho-documents__icon {
        min-height: 110px;
    }

    .soho-documents__content {
        padding: 24px 18px;
    }

    .soho-documents ol {
        grid-template-columns: 1fr;
    }

    .soho-documents__art {
        display: none;
    }
}
