:root {
    --brand: #6366f1;
    --bg0: #0b1220;
    --bg1: #0f172a;
    --text: #e5e7eb;
    --muted: #cbd5e1;
    --shadow: 0 18px 50px rgba(2, 6, 23, .16);
    --radius: 18px;
}

.offer-global::before {
    content: "Save up to 50% on Outlook Email Extractor license.";
}

section[id] {
    scroll-margin-top: 110px;
}

html,
body {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

#topbarSilo {
    position: sticky;
    top: 0;
    z-index: 10050;
}

header#header {
    z-index: 10040;
}

.hero {
    background:
        radial-gradient(1200px 600px at 12% 10%, rgba(99, 102, 241, .25), transparent 55%),
        radial-gradient(900px 520px at 92% 18%, rgba(34, 197, 94, .18), transparent 55%),
        linear-gradient(180deg, var(--bg0) 0%, var(--bg1) 55%, var(--bg0) 100%);
    color: var(--text);
    position: relative;
    overflow: hidden;

}

.hero::after {
    content: "";
    position: absolute;
    inset: -2px;
    background-image: radial-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .22;
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 2;

}

.badge-soft {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #e2e8f0;
    border-radius: 999px;
    padding: .45rem .75rem;
    font-weight: 700;
    font-size: .85rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.hero-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    font-weight: 700;
    border-radius: 14px;
    padding: .85rem 1.05rem;
}


/* Visible CTA for non-featured cards */
.btn-soft-primary {
    background: rgba(79, 70, 229, .16);
    border-color: rgba(79, 70, 229, .35);
    border: 1px solid;
    font-weight: 900;
    border-radius: 14px;
    padding: 14px 14px;
    color: #4f46e5 !important;
}

.btn-soft-primary:hover {
    background: rgba(79, 70, 229, .16);
    border-color: rgba(79, 70, 229, .35);
    color: #4f46e5;
}

.btn-brand:hover {
    border: 1px solid var(--brand);
    color: var(--brand);
}

.btn-soft-secondary {
    background: rgba(78, 70, 229, 0.603);
    border-color: rgba(79, 70, 229, .35);
    color: #4f46e5;
}

.btn-soft-secondary: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 {
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(2, 6, 23, .06);
    padding: 22px;
    background: #fff;
    height: 100%;
}

.iconbox {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(99, 102, 241, .12);
    color: var(--brand);
    font-size: 1.25rem;
    flex: 0 0 auto;
}

.step {
    border-left: 3px solid rgba(99, 102, 241, .35);
    padding-left: 14px;
    margin-bottom: 16px;
}

.guide-card {
    background: #fff;
    padding: 22px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
    height: 100%;
    transition: .25s ease;
}

.guide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
}

.guide-link {
    font-weight: 800;
    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 {
    font-weight: 800;
    color: #0f172a;
    margin-right: 4px;
}

.guide-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, .10);
    background: #fff;
    text-decoration: none;
    color: #0f172a;
    font-weight: 800;
    font-size: .92rem;
}

.guide-pill.active {
    background: rgba(99, 102, 241, .10);
    border-color: rgba(99, 102, 241, .30);
    color: #111827;
}

.section-jump-nav {
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, .06);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.jump-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0;
}

.jump-wrapper a {
    text-decoration: none;
    font-weight: 800;
    color: #0f172a;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, .10);
    background: #fff;
}

.jump-wrapper a:hover {
    background: rgba(99, 102, 241, .08);
    border-color: rgba(99, 102, 241, .25);
}

.faq .accordion-button {
    font-weight: 800;
}


/* Sticky topbar (Offer + Jump Menu) */
.topbar-silo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* above menu */
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    backdrop-filter: blur(10px);

}



.topbar-inner {

    min-height: 44px;
    margin: 0 auto;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.topbar-emoji {
    font-size: 18px;
    line-height: 1;
}

.topbar-text {
    color: #1f2937;
    font-weight: 500;
}

.topbar-ctas {
    display: flex;
    gap: 8px;
    margin-left: 6px;
}

.topbar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    background: #0d6efd;
    color: #fff;
}

.topbar-btn-secondary {
    background: rgba(13, 110, 253, .10);
    color: #0d6efd;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
}

.jump-label {
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.jump-link {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 999px;
    text-decoration: none;
    color: #1f2937;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
}

.jump-link.active {
    background: rgba(13, 110, 253, .10);
    border-color: rgba(13, 110, 253, .25);
}


/* ===== Premium Pricing Look ===== */
.pricing-pro .pricing-head {
    margin-bottom: 5px;
}

.pricing-pro .pricing-trustline {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #556070;
    font-size: 14px;
    margin-top: 10px;
}

.pricing-pro .pricing-trustline .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(85, 96, 112, .7);
    display: inline-block;
    align-self: center;
    margin: 0 6px;
}

.pricing-pro .pricing-currency-note {
    margin-top: 10px;
    color: #6b7280;
    font-size: 14px;
}

/* Controls */
.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;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .06);
    border-radius: 18px;
    padding: 16px 16px;
}

.pricing-pro .qty-title {
    font-weight: 800;
    font-size: 14px;
    color: #0f172a;
}

.pricing-pro .qty-sub {
    font-size: 13px;
    color: #6b7280;
}

/* Stepper container */
.pricing-pro .qty-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    height: 56px;
    padding: 6px 12px;

    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
}

/* Plus & Minus buttons */
.pricing-pro .qty-btn {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    border: none;

    background: #ffffff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);

    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 0;

    cursor: pointer;
    transition: all 0.2s ease;
}

.pricing-pro .qty-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

/* Quantity input */
.pricing-pro #licenseQty {
    width: 70px;
    height: 42px;

    border: none;
    background: transparent;

    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;

    outline: none;
    padding: 0;
}

.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, .10);
    color: #4f46e5;
    font-weight: 800;
    font-size: 13px;
}

/* Override global button rule for the quantity stepper */
.pricing-pro .qty-stepper button.qty-btn {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 20px !important;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-pro .qty-help {
    font-size: 13px;
    color: #6b7280;
    margin-top: 6px;
}

.pricing-pro .qty-link {
    font-weight: 700;
    text-decoration: none;
}

.pricing-pro .tier-chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.pricing-pro .chip {
    border: 1px solid rgba(15, 23, 42, .10);
    background: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    color: #334155;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.pricing-pro .chip.active {
    border-color: rgba(79, 70, 229, .35);
    background: rgba(79, 70, 229, .08);
    color: #4f46e5;
    font-weight: 800;
}

.pricing-pro .limit-note {
    margin-top: 10px;
    text-align: center;
    color: #b42318;
    background: rgba(180, 35, 24, .06);
    border: 1px solid rgba(180, 35, 24, .18);
    padding: 10px 12px;
    border-radius: 12px;
}

/* Cards */
.pricing-pro .pricing-card {
    padding: 26px 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
    text-align: center;
}

.pricing-pro .pricing-featured {
    box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
    transform: translateY(-4px);
    border-color: rgba(79, 70, 229, .35);
    background: rgba(78, 70, 229, 0.04);
}

.pricing-pro .plan-top {
    margin-top: 6px;
}

.pricing-pro .plan-name {
    font-weight: 900;
    font-size: 18px;
    color: #0f172a;
}

.pricing-pro .plan-tag {
    color: #6b7280;
    font-size: 14px;
    margin-top: 6px;
}

.pricing-pro .plan-price {
    margin: 18px 0 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

.pricing-pro .plan-price .price {
    font-size: 52px;
    font-weight: 900;
    letter-spacing: -0.8px;
    line-height: 1;
    color: #0f172a;
}

.pricing-pro .plan-price .per {
    font-size: 14px;
    font-weight: 700;
    color: #6b7280;
}

.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: 800;
    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 {
    color: #0f766e;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 16px;
}

.pricing-pro .plan-cta {
    border-radius: 14px;
    padding: 14px 14px;
    font-weight: 900;
}

.pricing-pro .plan-footnote {
    margin-top: 14px;
    color: #6b7280;
    font-size: 13px;
}

@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;
    }
}

.pricing-pro .pricing-card {
    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);
}

.price-bump {
    transform: scale(1.05);
    transition: transform .2s ease;
}

.team-focus {
    box-shadow: 0 28px 60px rgba(79, 70, 229, .22);
}

/* MENUS */