/* Compact services hub shared by pricing.html and mobile-pricing.html. */
body.rw-pricing-hub-page {
    --rw-hub-canvas: #f3f7fc;
    --rw-hub-ink: #0f172a;
    --rw-hub-copy: #56657a;
    --rw-hub-blue: #087df1;
    --rw-hub-blue-deep: #075db8;
    --rw-hub-cyan: #42c6f5;
    --rw-hub-card-shadow: 0 16px 38px rgba(15, 23, 42, 0.16);
    min-height: 100vh;
    min-height: 100svh;
    overflow-x: hidden;
    color: var(--rw-hub-ink);
    background-color: var(--rw-hub-canvas) !important;
    background-image:
        radial-gradient(circle at 88% 4%, rgba(66, 198, 245, 0.14), transparent 30rem),
        radial-gradient(circle at 4% 92%, rgba(99, 102, 241, 0.09), transparent 31rem) !important;
}

body.rw-pricing-hub-page .rw-route-content,
body.rw-pricing-hub-page .rw-pricing-hub-main,
body.rw-pricing-hub-page .rw-pricing-hub {
    background: transparent !important;
    background-image: none !important;
}

body.rw-pricing-hub-page .rw-pricing-hub-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10000;
    padding: 10px 14px;
    color: #fff;
    background: var(--rw-hub-blue-deep);
    border-radius: 10px;
    font-weight: 850;
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform 160ms ease;
}

body.rw-pricing-hub-page .rw-pricing-hub-skip-link:focus {
    transform: translateY(0);
}

body.rw-pricing-hub-page .rw-pricing-hub-main {
    min-height: 100vh;
    min-height: 100svh;
    padding: clamp(38px, 5vw, 58px) 0 clamp(68px, 7vw, 92px);
}

body.rw-pricing-hub-page .rw-pricing-hub {
    position: relative;
    isolation: isolate;
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

body.rw-pricing-hub-page .rw-pricing-hub::before,
body.rw-pricing-hub-page .rw-pricing-hub::after {
    position: absolute;
    z-index: -1;
    width: min(44vw, 540px);
    aspect-ratio: 1;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

body.rw-pricing-hub-page .rw-pricing-hub::before {
    top: -190px;
    right: -230px;
    background: radial-gradient(circle, rgba(8, 125, 241, 0.11), transparent 68%);
}

body.rw-pricing-hub-page .rw-pricing-hub::after {
    bottom: -210px;
    left: -250px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.08), transparent 69%);
}

body.rw-pricing-hub-page .rw-pricing-hub-heading {
    max-width: 720px;
    margin: 0 auto clamp(24px, 3.2vw, 36px);
    text-align: center;
}

body.rw-pricing-hub-page .rw-pricing-hub-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--rw-hub-blue-deep);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.rw-pricing-hub-page .rw-pricing-hub-heading > span::before {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    content: "";
    background: linear-gradient(135deg, var(--rw-hub-blue), var(--rw-hub-cyan));
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(8, 125, 241, 0.09);
}

body.rw-pricing-hub-page .rw-pricing-hub-heading h1 {
    margin: 9px 0 8px;
    color: var(--rw-hub-ink);
    font-size: clamp(38px, 4.8vw, 60px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

body.rw-pricing-hub-page .rw-pricing-hub-heading p {
    max-width: 610px;
    margin: 0 auto;
    color: var(--rw-hub-copy);
    font-size: clamp(14px, 1.22vw, 16px);
    line-height: 1.62;
}

body.rw-pricing-hub-page .rw-pricing-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.rw-pricing-hub-page .rw-pricing-hub-grid > li {
    min-width: 0;
    margin: 0;
}

body.rw-pricing-hub-page .rw-pricing-hub-card {
    position: relative;
    height: 252px;
    display: block;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: #14213a;
    border: 1px solid rgba(66, 85, 114, 0.42);
    border-radius: 20px;
    box-shadow: var(--rw-hub-card-shadow);
    text-decoration: none;
    transform: translateZ(0);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body.rw-pricing-hub-page .rw-pricing-hub-card::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, rgba(4, 12, 28, 0.1) 16%, rgba(4, 12, 28, 0.28) 50%, rgba(4, 12, 28, 0.95) 100%);
    pointer-events: none;
}

body.rw-pricing-hub-page .rw-pricing-hub-card::after {
    position: absolute;
    inset: 0;
    z-index: 4;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: inherit;
    pointer-events: none;
}

body.rw-pricing-hub-page .rw-pricing-hub-card > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    transition: transform 440ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 300ms ease;
}

body.rw-pricing-hub-page .rw-pricing-hub-card--icon {
    background: #dceefa;
}

body.rw-pricing-hub-page .rw-pricing-hub-card--icon > img {
    object-fit: contain;
    transform: scale(1.18);
}

body.rw-pricing-hub-page .rw-pricing-hub-card--design > img {
    object-position: 52% 52%;
}

body.rw-pricing-hub-page .rw-pricing-hub-card-content {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px;
}

body.rw-pricing-hub-page .rw-pricing-hub-card-kicker {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 10px;
    font-weight: 850;
    line-height: 1.25;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.rw-pricing-hub-page .rw-pricing-hub-card h2 {
    max-width: calc(100% - 28px);
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

body.rw-pricing-hub-page .rw-pricing-hub-card-badge {
    width: fit-content;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px 13px;
    color: var(--rw-hub-blue-deep);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 11px;
    box-shadow: 0 8px 20px rgba(3, 10, 24, 0.25);
    font-size: 18px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    white-space: nowrap;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.rw-pricing-hub-page .rw-pricing-hub-card-badge--action {
    color: #6d28d9;
    font-size: 13px;
    letter-spacing: -0.01em;
}

body.rw-pricing-hub-page .rw-pricing-hub-card-arrow {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(7, 18, 39, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background-color 180ms ease, transform 220ms ease;
}

body.rw-pricing-hub-page .rw-pricing-hub-card:focus-visible {
    border-color: rgba(8, 125, 241, 0.96);
    outline: 4px solid rgba(8, 125, 241, 0.22);
    outline-offset: 3px;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.2);
}

html[data-theme="dark"] body.rw-pricing-hub-page {
    --rw-hub-canvas: #0f1624;
    --rw-hub-ink: #f3f7ff;
    --rw-hub-copy: #b8c5d8;
    --rw-hub-card-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
    background-image:
        radial-gradient(circle at 88% 4%, rgba(8, 125, 241, 0.17), transparent 30rem),
        radial-gradient(circle at 4% 92%, rgba(124, 58, 237, 0.12), transparent 31rem) !important;
}

html[data-theme="dark"] body.rw-pricing-hub-page .rw-pricing-hub-heading > span {
    color: #7dd3fc;
}

@media (hover: hover) and (pointer: fine) {
    body.rw-pricing-hub-page .rw-pricing-hub-card:hover {
        border-color: rgba(8, 125, 241, 0.56);
        box-shadow: 0 22px 46px rgba(15, 23, 42, 0.21);
        transform: translateY(-3px);
    }

    body.rw-pricing-hub-page .rw-pricing-hub-card:hover > img {
        transform: scale(1.065);
    }

    body.rw-pricing-hub-page .rw-pricing-hub-card--icon:hover > img {
        transform: scale(1.235);
    }

    body.rw-pricing-hub-page .rw-pricing-hub-card:hover .rw-pricing-hub-card-arrow {
        background: rgba(8, 125, 241, 0.82);
        transform: translate(2px, -2px);
    }
}

@media (max-width: 900px) {
    body.rw-pricing-hub-page .rw-pricing-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.rw-pricing-hub-page .rw-pricing-hub-main {
        padding: 50px 0 70px;
    }

    body.rw-pricing-hub-page .rw-pricing-hub {
        width: min(100% - 28px, 620px);
    }

    body.rw-pricing-hub-page .rw-pricing-hub-heading {
        margin-bottom: 24px;
    }

    body.rw-pricing-hub-page .rw-pricing-hub-heading h1 {
        font-size: clamp(36px, 11vw, 50px);
    }

    body.rw-pricing-hub-page .rw-pricing-hub-heading p {
        max-width: 39ch;
        font-size: 14px;
    }

    body.rw-pricing-hub-page .rw-pricing-hub-card {
        height: 232px;
        border-radius: 18px;
    }
}

@media (max-width: 560px) {
    body.rw-pricing-hub-page .rw-pricing-hub-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    body.rw-pricing-hub-page .rw-pricing-hub-card {
        height: 226px;
    }

    body.rw-pricing-hub-page .rw-pricing-hub-card-content {
        padding: 17px;
    }

    body.rw-pricing-hub-page .rw-pricing-hub-card h2 {
        font-size: 18px;
    }

    body.rw-pricing-hub-page .rw-pricing-hub-card-badge {
        min-height: 37px;
        font-size: 17px;
    }

    body.rw-pricing-hub-page .rw-pricing-hub-card-badge--action {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.rw-pricing-hub-page .rw-pricing-hub-skip-link,
    body.rw-pricing-hub-page .rw-pricing-hub-card,
    body.rw-pricing-hub-page .rw-pricing-hub-card > img,
    body.rw-pricing-hub-page .rw-pricing-hub-card-arrow {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
