html.launch-preview-locked body > :not(.launch-gate) {
    visibility: hidden;
}

.launch-gate {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: linear-gradient(135deg, rgba(13, 44, 84, 0.96), rgba(21, 74, 122, 0.94));
    color: #fff;
}

.launch-gate__panel {
    width: min(100%, 420px);
    padding: 32px;
    border-radius: 8px;
    background: #fff;
    color: var(--primary-navy, #0d2c54);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.launch-gate__eyebrow {
    margin-bottom: 10px;
    color: var(--accent-gold, #d4a017);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.launch-gate__title {
    margin: 0 0 10px;
    font-family: var(--font-heading, Poppins, sans-serif);
    font-size: 1.55rem;
}

.launch-gate__desc {
    margin: 0 0 22px;
    color: #4a5568;
    line-height: 1.55;
}

.launch-gate__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.launch-gate__input {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #cfd7e3;
    border-radius: 6px;
    font-size: 1rem;
}

.launch-gate__error {
    min-height: 22px;
    margin: 8px 0 12px;
    color: #b42318;
    font-size: 0.92rem;
}

.launch-gate__button {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 6px;
    background: var(--primary-navy, #0d2c54);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1440px;
    gap: 22px;
    align-items: stretch;
}

.pricing-card {
    height: 100%;
}

.pricing-card--featured,
.pricing-card--featured:hover {
    transform: none;
}

.pricing-card__header {
    min-height: 72px;
    margin-bottom: 12px;
}

.pricing-card__tagline {
    min-height: 1.5em;
}

.pricing-card__price-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 2px;
    min-height: 86px;
    margin-bottom: 8px;
}

.pricing-card__price {
    min-height: 54px;
}

.pricing-card__amount {
    font-size: clamp(2.65rem, 3.4vw, 3.05rem);
}

.pricing-card__period {
    display: block;
    min-height: 20px;
    line-height: 1.25;
}

.pricing-card__per-label,
.pricing-card__per-user {
    display: inline;
}

.pricing-card__per-user {
    margin-inline-start: 4px;
}

.pricing-card__meta {
    min-height: 74px;
    margin-bottom: 16px;
}

.pricing-card__billing-note,
.pricing-card__vat-note,
.pricing-card__list-price {
    margin-block: 0 5px;
}

.pricing-card--practice {
    border: 2px solid var(--primary-navy, #0d2c54);
}

.pricing-card__ribbon--launch {
    background: var(--primary-navy, #0d2c54);
    color: #fff;
    border: 1px solid rgba(255, 183, 0, 0.5);
    box-shadow: 0 8px 18px rgba(13, 44, 84, 0.18);
}

.pricing-card__list-price {
    color: #697386;
    font-size: 0.9rem;
}

.pricing-card__list-price del {
    color: #4a5568;
    font-weight: 700;
}

.pricing-card__allowances {
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 150px;
    margin: 0 0 18px;
}

.pricing-card__credits {
    min-height: 68px;
    margin-bottom: 0;
}

.pricing-card__baseline {
    min-height: 41px;
}

.pricing-card[data-tier="basic"] .pricing-card__features {
    padding-top: 41px;
}

.pricing-card__credits--task {
    background: rgba(13, 44, 84, 0.06);
    border: 1px solid rgba(13, 44, 84, 0.12);
}

.launch-section {
    padding: 72px 0;
    background: #fff;
}

.launch-section--packs {
    background: #f7f9fc;
}

.launch-section__header {
    max-width: 850px;
    margin: 0 auto 34px;
    text-align: center;
}

.launch-section__eyebrow {
    margin-bottom: 10px;
    color: var(--accent-gold, #d4a017);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.launch-section__title {
    margin: 0 0 12px;
    font-family: var(--font-heading, Poppins, sans-serif);
    color: var(--primary-navy, #0d2c54);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.launch-section__desc {
    margin: 0;
    color: #4a5568;
    line-height: 1.65;
}

.agentic-task {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 26px;
    align-items: stretch;
}

.agentic-task__panel,
.pack-group {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(13, 44, 84, 0.06);
}

.agentic-task__name {
    margin: 0 0 10px;
    color: var(--primary-navy, #0d2c54);
    font-size: 1.35rem;
}

.agentic-task__meta {
    display: grid;
    gap: 12px;
}

.agentic-task__meta-item {
    padding: 14px;
    border-radius: 8px;
    background: #f7f9fc;
}

.agentic-task__meta-value {
    display: block;
    color: var(--primary-navy, #0d2c54);
    font-weight: 800;
    font-size: 1.35rem;
}

.agentic-task__meta-label {
    color: #4a5568;
    font-size: 0.92rem;
}

.pack-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1120px;
    margin: 0 auto;
}

.pack-group__title {
    margin: 0 0 16px;
    color: var(--primary-navy, #0d2c54);
    font-size: 1.25rem;
}

.pack-list {
    display: grid;
    gap: 10px;
}

.pack-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid #edf2f7;
}

.pack-row:last-child {
    border-bottom: 0;
}

.pack-row__name {
    color: #1f2937;
    font-weight: 600;
}

.pack-row__price {
    color: var(--primary-navy, #0d2c54);
    font-weight: 800;
    white-space: nowrap;
}

.pack-note {
    max-width: 940px;
    margin: 26px auto 0;
    color: #4a5568;
    line-height: 1.65;
    text-align: center;
}

.pack-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.pack-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 6px;
    background: var(--primary-navy, #0d2c54);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.pack-action--secondary {
    background: #fff;
    color: var(--primary-navy, #0d2c54);
    border: 1px solid rgba(13, 44, 84, 0.25);
}

[dir="rtl"] .launch-section__header,
[dir="rtl"] .pack-note {
    text-align: center;
}

[dir="rtl"] .agentic-task__panel,
[dir="rtl"] .pack-group {
    text-align: right;
}

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

@media (max-width: 768px) {
    .pricing-grid,
    .agentic-task,
    .pack-grid {
        grid-template-columns: 1fr;
    }

    .launch-section {
        padding: 52px 0;
    }

    .launch-gate__panel {
        padding: 24px;
    }
}
