.hcs-wrap {
    --hcs-accent: #d61f48;
    --hcs-accent-dark: #8f1033;
    --hcs-bg: #0a090d;
    --hcs-panel: #131117;
    --hcs-text: #f7f3f5;
    --hcs-muted: #a49da4;
    --hcs-line: rgba(255, 255, 255, .11);
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 88px 0 96px;
    overflow: clip;
    background: var(--hcs-bg);
    color: var(--hcs-text);
}

.hcs-wrap,
.hcs-wrap * {
    box-sizing: border-box;
}

.hcs-wrap button,
.hcs-wrap input,
.hcs-wrap select {
    font: inherit;
}

.hcs-shell {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 48px));
    max-width: 1240px;
    margin-inline: auto;
}

.hcs-hero {
    width: min(900px, 100%);
    margin: 0 auto 48px;
    text-align: center;
}

.hcs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #ff6e9c;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.hcs-hero h1 {
    margin: 0 0 18px;
    color: var(--hcs-text);
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.hcs-hero p {
    width: min(720px, 100%);
    margin: 0 auto;
    color: var(--hcs-muted);
    font-size: 16px;
    line-height: 1.9;
}

.hcs-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.hcs-toggle {
    display: inline-flex;
    gap: 4px;
    padding: 5px;
    border: 1px solid var(--hcs-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.hcs-toggle button {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--hcs-muted);
    cursor: pointer;
    font-weight: 800;
}

.hcs-toggle button span {
    display: inline-flex;
    margin-inline-start: 7px;
    padding: 4px 7px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .08);
    font-size: 9px;
}

.hcs-toggle button.is-active {
    background: linear-gradient(135deg, #e12b65, var(--hcs-accent));
    color: #fff;
}

.hcs-currency-state {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--hcs-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
    color: var(--hcs-muted);
    font-size: 12px;
}

.hcs-currency-state strong {
    color: #fff;
}

.hcs-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.hcs-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 520px;
    margin: 0 !important;
    padding: 30px !important;
    border: 1px solid var(--hcs-line) !important;
    border-radius: 24px !important;
    background: linear-gradient(160deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)) !important;
    color: var(--hcs-text) !important;
    overflow: hidden;
}

.hcs-card.is-featured {
    border-color: rgba(225, 43, 101, .58) !important;
    background: linear-gradient(160deg, rgba(185, 20, 70, .26), rgba(255, 255, 255, .035)) !important;
    box-shadow: 0 26px 70px rgba(111, 13, 46, .24);
}

.hcs-badge {
    align-self: flex-start;
    margin-bottom: 20px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 99px;
    background: rgba(255, 255, 255, .065);
    color: #ff8cb0;
    font-size: 10px;
    font-weight: 900;
}

.hcs-card-head h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 27px;
    line-height: 1.15;
}

.hcs-card-head p {
    min-height: 50px;
    margin: 0;
    color: var(--hcs-muted);
    font-size: 13px;
    line-height: 1.75;
}

.hcs-price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin: 28px 0 8px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.hcs-price strong {
    color: #fff;
    font-size: clamp(42px, 5vw, 54px);
    font-weight: 950;
    letter-spacing: -.05em;
}

.hcs-currency,
.hcs-period {
    color: #c9c1c6;
    font-size: 13px;
}

.hcs-annual-note {
    min-height: 20px;
    color: #ff7da7;
    font-size: 11px;
}

.hcs-card ul {
    display: grid;
    gap: 11px;
    margin: 22px 0 28px;
    padding: 0;
    list-style: none;
}

.hcs-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #d7d0d4;
    font-size: 13px;
    line-height: 1.55;
}

.hcs-check {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 1px solid rgba(225, 43, 101, .22);
    border-radius: 50%;
    background: rgba(225, 43, 101, .12);
    color: #ff77a3;
    font-size: 11px;
}

.hcs-select-plan,
.hcs-submit {
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    border: 0;
    border-radius: 12px;
    background: #f7f3f5;
    color: #151216;
    cursor: pointer;
    font-weight: 900;
}

.hcs-card.is-featured .hcs-select-plan,
.hcs-submit {
    background: linear-gradient(135deg, #e12b65, var(--hcs-accent));
    color: #fff;
}

.hcs-note {
    display: flex;
    gap: 8px;
    margin-top: 18px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
    color: var(--hcs-muted);
    font-size: 12px;
    line-height: 1.7;
}

.hcs-note strong {
    color: #e7e0e4;
}

.hcs-order-panel[hidden] {
    display: none !important;
}

.hcs-order-panel {
    position: fixed !important;
    z-index: 999999 !important;
    inset: 0 !important;
    display: grid !important;
    place-items: center !important;
    width: 100vw !important;
    height: 100dvh !important;
    padding: 20px !important;
    overflow-y: auto !important;
    background: rgba(4, 4, 7, .86) !important;
    backdrop-filter: blur(15px);
}

.hcs-order-box {
    position: relative;
    width: min(780px, 100%);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: linear-gradient(180deg, #17141a, #0f0e12);
    color: #fff;
    box-shadow: 0 40px 120px rgba(0, 0, 0, .62);
}

.hcs-close {
    position: absolute;
    inset-inline-end: 18px;
    top: 18px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
    font-size: 24px;
}

.hcs-order-copy {
    padding-inline-end: 48px;
}

.hcs-order-copy h3 {
    margin: 0 0 9px;
    font-size: 30px;
}

.hcs-order-copy p,
.hcs-form-foot {
    color: var(--hcs-muted);
    line-height: 1.75;
}

.hcs-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 24px;
}

.hcs-order-form label {
    display: grid;
    gap: 8px;
    color: #ddd5da;
    font-size: 12px;
    font-weight: 700;
}

.hcs-order-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 11px;
    outline: 0;
    background: rgba(255, 255, 255, .05);
    color: #fff;
}

.hcs-order-form input:focus {
    border-color: rgba(225, 43, 101, .75);
    box-shadow: 0 0 0 3px rgba(225, 43, 101, .12);
}

.hcs-domain-field {
    margin-top: 15px;
}

.hcs-order-form .hcs-submit {
    margin-top: 22px;
}

body.hcs-modal-open {
    overflow: hidden !important;
}

@media (max-width: 980px) {
    .hcs-wrap {
        padding: 72px 0 82px;
    }

    .hcs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .hcs-card {
        min-height: 0;
    }

    .hcs-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: min(100%, 590px) !important;
        justify-self: center;
    }
}

@media (max-width: 640px) {
    .hcs-wrap {
        padding: 58px 0 66px;
    }

    .hcs-shell {
        width: calc(100% - 24px);
    }

    .hcs-hero h1 {
        font-size: 40px;
    }

    .hcs-toolbar,
    .hcs-note {
        align-items: stretch;
        flex-direction: column;
    }

    .hcs-toggle {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .hcs-toggle button {
        padding: 0 10px;
    }

    .hcs-currency-state {
        justify-content: center;
    }

    .hcs-grid {
        grid-template-columns: 1fr !important;
    }

    .hcs-card:last-child:nth-child(odd) {
        grid-column: auto;
        width: 100% !important;
    }

    .hcs-card {
        padding: 24px !important;
        border-radius: 20px !important;
    }

    .hcs-fields {
        grid-template-columns: 1fr;
    }

    .hcs-order-panel {
        padding: 10px !important;
    }

    .hcs-order-box {
        max-height: calc(100dvh - 20px);
        padding: 28px 18px;
        border-radius: 18px;
    }
}
