:root {
    --brand: #4732ff;
    --brand2: #6f71df;
    --bg0: #0b1220
}

section[id] {
    scroll-margin-top: 110px
}

.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    font-weight: 700;
    border-radius: 14px;
    padding: .85rem 1.05rem
}

.btn-brand:hover {
    background-color: var(--bg0);
    border: 1px solid var(--brand2);
    color: #fff
}

.btn-outline-light2:hover {
    border: 1px solid var(--brand2);
    color: var(--brand2)
}

.btn-soft-primary {
    background: rgba(79, 70, 229, .16);
    border: 1px solid rgba(79, 70, 229, .35);
    font-weight: 900;
    border-radius: 14px;
    padding: 14px;
    color: #4f46e5 !important
}

.btn-soft-primary:hover {
    background: rgba(79, 70, 229, .16);
    border-color: rgba(79, 70, 229, .35);
    color: #4f46e5
}

.kbd {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    background: #0b1220;
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, .12);
    padding: .2rem .5rem;
    border-radius: 10px;
    font-size: .92rem
}

.section {
    padding: 70px 0
}

.section-title {
    font-weight: 900;
    letter-spacing: -.02em
}

.lead2 {
    color: #475569
}

.cardx {
    height: 100%;
    padding: 22px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(2, 6, 23, .06)
}

.iconbox {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: rgba(99, 102, 241, .12);
    color: var(--brand);
    font-size: 1.25rem
}

.step {
    margin-bottom: 16px;
    padding-left: 14px;
    border-left: 3px solid rgba(99, 102, 241, .35)
}

.guide-card {
    height: 100%;
    padding: 22px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
    transition: .25s ease
}

.guide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .08)
}

.guide-link {
    font-weight: 700;
    text-decoration: none;
    color: #0d6efd
}

.guide-link:hover {
    text-decoration: underline
}

.outlook-guides-mini {
    padding: 14px 0;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, .06)
}

.guides-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.guides-label {
    margin-right: 4px;
    color: #0f172a;
    font-weight: 700
}

.guide-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    font-size: .92rem
}

.guide-pill.active {
    background: rgba(99, 102, 241, .1);
    border-color: rgba(99, 102, 241, .3);
    color: #111827
}

.pricing-pro .pricing-head {
    margin-bottom: 5px
}

.pricing-pro .pricing-trustline {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    color: #556070;
    font-size: 14px
}

.pricing-pro .pricing-trustline .dot {
    width: 4px;
    height: 4px;
    display: inline-block;
    align-self: center;
    margin: 0 6px;
    border-radius: 50%;
    background: rgba(85, 96, 112, .7)
}

.pricing-pro .pricing-controls {
    max-width: 880px;
    margin: 0 auto 26px
}

.pricing-pro .qty-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .06)
}

.pricing-pro .qty-title {
    color: #0f172a;
    font-weight: 700;
    font-size: 14px
}

.pricing-pro .qty-sub {
    color: #6b7280;
    font-size: 13px
}

.pricing-pro .qty-stepper {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 6px 12px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 999px;
    background: rgba(15, 23, 42, .04)
}

.pricing-pro .qty-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease
}

.pricing-pro .qty-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .12)
}

.pricing-pro .qty-stepper button.qty-btn {
    width: 42px;
    height: 42px;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    line-height: 1 !important
}

.pricing-pro #licenseQty {
    width: 70px;
    height: 42px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.pricing-pro .qty-right {
    text-align: right
}

.pricing-pro .save-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(79, 70, 229, .1);
    color: #4f46e5;
    font-weight: 700;
    font-size: 13px
}

.pricing-pro .tier-chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px
}

.pricing-pro .chip {
    padding: 8px 12px;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 999px;
    background: #fff;
    color: #334155;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
    font-size: 13px
}

.pricing-pro .chip.active {
    border-color: rgba(79, 70, 229, .35);
    background: rgba(79, 70, 229, .08);
    color: #4f46e5;
    font-weight: 700
}

.pricing-pro .limit-note {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(180, 35, 24, .18);
    border-radius: 12px;
    background: rgba(180, 35, 24, .06);
    color: #b42318;
    text-align: center
}

.pricing-pro .pricing-card {
    padding: 26px 22px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease
}

.pricing-pro .pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, .12)
}

.pricing-pro .pricing-featured {
    border-color: rgba(79, 70, 229, .35);
    background: rgba(78, 70, 229, .04);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
    transform: translateY(-4px)
}

.pricing-pro .plan-top {
    margin-top: 6px
}

.pricing-pro .plan-name {
    color: #0f172a;
    font-weight: 900;
    font-size: 18px
}

.pricing-pro .plan-tag {
    margin-top: 6px;
    color: #404652;
    font-size: 14px
}

.pricing-pro .plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 10px
}

.pricing-pro .plan-price .price {
    color: #0f172a;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: -.8px;
    line-height: 1
}

.pricing-pro .plan-price .per {
    color: #6b7280;
    font-size: 14px;
    font-weight: 700
}

.pricing-pro .plan-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 12px 0 6px
}

.pricing-pro .meta-strong {
    color: #334155;
    font-weight: 700;
    font-size: 14px
}

.pricing-pro .meta-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .05);
    color: #0f172a;
    font-weight: 900;
    font-size: 14px
}

.pricing-pro .plan-save {
    margin-bottom: 16px;
    color: #0f766e;
    font-weight: 700;
    font-size: 13px
}

.pricing-pro .plan-cta {
    border-radius: 14px;
    padding: 14px;
    font-weight: 900
}

.pricing-pro .plan-footnote {
    margin-top: 14px;
    color: #6b7280;
    font-size: 13px
}

.price-bump {
    transform: scale(1.05);
    transition: transform .2s ease
}

@media (max-width:991px) {
    .pricing-pro .pricing-featured {
        transform: none
    }

    .pricing-pro .qty-card {
        flex-direction: column;
        align-items: stretch;
        text-align: center
    }

    .pricing-pro .qty-right {
        text-align: center
    }

    .pricing-pro .qty-stepper {
        justify-content: center
    }
}