.pos-page {
    --blue: #0865ef;
    --navy: #071b4a;
    --muted: #526383;
    --line: #e5ebf5;
    --soft: #f7faff;
    color: var(--navy);
    font-family: "Open Sans",sans-serif;
}

.pos-wrap {
    width: min(100% - 48px,1180px);
    margin: auto;
}

.pos-page section {
    padding: 54px 0;
}

.pos-breadcrumb {
    padding: 96px 0 18px;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    color: #65718b;
}

.pos-breadcrumb a {
    color: inherit;
}

.pos-hero {
    padding-top: 34px!important;
}

.pos-hero-grid {
    display: grid;
    grid-template-columns: .82fr 1.35fr;
    gap: 54px;
    align-items: center;
}

.pos-eyebrow,.pos-section-kicker {
    display: inline-block;
    color: var(--blue);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.pos-eyebrow {
    padding: 6px 12px;
    border-radius: 20px;
    background: #eaf2ff;
}

.pos-hero h1 {
    margin: 20px 0 20px;
    font-size: clamp(37px,4.6vw,58px);
    line-height: 1.04;
    letter-spacing: -2px;
}

.pos-hero h1 span {
    display: block;
    color: var(--blue);
}

.pos-lead {
    max-width: 480px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.pos-actions {
    display: flex;
    gap: 12px;
    margin: 28px 0 34px;
}

.pos-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid var(--blue);
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
}

.pos-btn-primary {
    color: #fff!important;
    background: var(--blue);
}

.pos-btn-secondary {
    color: var(--blue)!important;
    background: #fff;
}

.pos-shot {
    overflow: hidden;
    border: 1px solid #dce4f1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(23,49,91,.12);
}

.pos-shot img {
    display: block;
    width: 100%;
    height: auto;
}

.pos-quick {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.pos-quick article {
    text-align: center;
}

.pos-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    color: var(--blue);
    background: #edf4ff;
    font-size: 20px;
}

.pos-quick strong {
    display: block;
    font-size: 14px;
}

.pos-quick p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.pos-compare {
    display: grid;
    grid-template-columns: 1fr 72px 1fr;
    align-items: center;
    padding: 28px 60px;
    border-radius: 14px;
    background: linear-gradient(105deg,#fff8f8,#fff,#f5fff8);
    box-shadow: 0 10px 28px rgba(17,42,78,.06);
}

.pos-compare article {
    padding: 10px 34px;
}

.pos-compare .problem {
    border-right: 1px solid #edf0f5;
}

.pos-compare h2 {
    margin: 8px 0 16px;
    font-size: 20px;
}

.pos-problem-label {
    color: #ef4343;
}

.pos-solution-label {
    color: #23b66e;
}

.pos-compare ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #344563;
    font-size: 14px;
    line-height: 2;
}

.pos-compare li:before {
    margin-right: 9px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pos-compare .problem li:before {
    content: "\f057";
    color: #ff5353;
}

.pos-compare .solution li:before {
    content: "\f058";
    color: #29bd73;
}

.pos-arrow {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    color: var(--blue);
    background: #fff;
    font-size: 20px;
    box-shadow: 0 8px 22px rgba(9,70,160,.13);
}

.pos-heading {
    text-align: center;
    margin-bottom: 28px;
}

.pos-heading h2 {
    margin: 7px 0 0;
    font-size: 28px;
}

.pos-capabilities {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(27,53,90,.05);
}

.pos-capabilities article {
    padding: 26px 15px;
    text-align: center;
    border-right: 1px solid var(--line);
}

.pos-capabilities article:last-child {
    border: 0;
}

.pos-capabilities i {
    color: var(--blue);
    font-size: 28px;
}

.pos-capabilities h3 {
    min-height: 34px;
    margin: 14px 0 8px;
    font-size: 14px;
}

.pos-capabilities p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.pos-flow {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    padding: 30px 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(27,53,90,.05);
}

.pos-flow article {
    position: relative;
    padding: 0 14px;
    text-align: center;
}

.pos-flow article:not(:last-child):after {
    content: "→";
    position: absolute;
    right: -8px;
    top: 21px;
    color: #81a7e7;
}

.pos-flow .pos-icon {
    color: #fff;
    background: var(--blue);
}

.pos-flow article:nth-child(4) .pos-icon {
    background: #31ba72;
}

.pos-flow article:nth-child(5) .pos-icon {
    background: #ff9500;
}

.pos-flow article:nth-child(6) .pos-icon {
    background: #8b63dc;
}

.pos-flow h3 {
    margin: 13px 0 7px;
    font-size: 14px;
}

.pos-flow p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.pos-gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.pos-gallery figure {
    margin: 0;
}

.pos-gallery .pos-shot {
    height: 250px;
}

.pos-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.pos-gallery figcaption {
    padding: 14px 8px;
    text-align: center;
    font-size: 14px;
}

.pos-gallery small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
}

.pos-benefits {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
}

.pos-benefits article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 11px;
    align-items: start;
    padding: 16px;
    border-radius: 10px;
    background: var(--soft);
}

.pos-benefits .pos-icon {
    width: 44px;
    height: 44px;
    margin: 0;
}

.pos-benefits h3 {
    margin: 2px 0 5px;
    font-size: 14px;
}

.pos-benefits p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.pos-cta {
    display: grid;
    grid-template-columns: 1.05fr 1fr .8fr;
    gap: 34px;
    align-items: center;
    margin-bottom: 40px;
    padding: 34px 48px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(115deg,#062b70,#0049ad);
    box-shadow: 0 12px 28px rgba(1,45,108,.18);
}

.pos-cta img {
    width: 100%;
    filter: drop-shadow(0 12px 15px rgba(0,0,0,.24));
}

.pos-cta h2 {
    margin: 0 0 8px;
    font-size: 25px;
}

.pos-cta p,.pos-cta ul {
    font-size: 14px;
    line-height: 1.8;
}

.pos-cta ul {
    padding: 0;
    list-style: none;
}

.pos-cta li:before {
    content: "✓";
    margin-right: 8px;
    color: #4ee18c;
}

.pos-cta-actions {
    display: grid;
    gap: 10px;
}

.pos-cta .pos-btn {
    border-color: #fff;
    color: #fff!important;
}

.pos-cta .pos-btn-primary {
    color: #073071!important;
    background: #fff;
}

@media(max-width:1000px) {
    .pos-hero-grid {
        grid-template-columns: 1fr;
    }
    .pos-capabilities {
        grid-template-columns: repeat(4,1fr);
    }
    .pos-flow {
        grid-template-columns: repeat(3,1fr);
        gap: 30px 0;
    }
    .pos-benefits {
        grid-template-columns: repeat(3,1fr);
    }
    .pos-cta {
        grid-template-columns: 1fr 1fr;
    }
    .pos-cta-actions {
        grid-column: 1/-1;
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:700px) {
    .pos-wrap {
        width: min(100% - 30px,1180px);
    }
    .pos-page section {
        padding: 38px 0;
    }
    .pos-breadcrumb {
        padding-top: 88px;
    }
    .pos-hero h1 {
        letter-spacing: -1px;
    }
    .pos-quick {
        grid-template-columns: 1fr 1fr;
    }
    .pos-compare {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .pos-compare article {
        padding: 20px 8px;
    }
    .pos-compare .problem {
        border: 0;
    }
    .pos-arrow {
        transform: rotate(90deg);
    }
    .pos-capabilities {
        grid-template-columns: 1fr 1fr;
    }
    .pos-flow {
        grid-template-columns: 1fr 1fr;
    }
    .pos-gallery {
        grid-template-columns: 1fr;
    }
    .pos-gallery .pos-shot {
        height: auto;
    }
    .pos-benefits {
        grid-template-columns: 1fr 1fr;
    }
    .pos-cta {
        grid-template-columns: 1fr;
        padding: 28px;
    }
    .pos-cta-actions {
        grid-column: auto;
        grid-template-columns: 1fr;
    }
    .pos-actions {
        flex-direction: column;
    }
}

/* Match the layout and type scale used by business_sales. */ .pos-page {
    --blue: #075fe4;
    --navy: #071d51;
    --muted: #3f4d68;
    --line: #e4eaf4;
    --soft: #f6f9ff;
}

.pos-image-link {
    display: block;
    position: relative;
    cursor: zoom-in;
}

.pos-image-link:after {
    content: "\f00e";
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    background: rgba(7,29,81,.78);
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    opacity: 0;
    transform: translateY(5px);
    transition: .2s ease;
}

.pos-image-link:hover:after,.pos-image-link:focus-visible:after {
    opacity: 1;
    transform: none;
}

.pos-wrap {
    width: min(1240px,calc(100% - 48px));
}

.pos-page section {
    padding: 78px 0;
}

.pos-breadcrumb {
    padding: 108px 0 18px;
    font-size: 14px;
}

.pos-hero {
    padding: 68px 0 74px!important;
    background: linear-gradient(135deg,#fff 60%,#f4f8ff);
}

.pos-hero-grid {
    grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr);
    gap: 48px;
}

.pos-eyebrow,.pos-section-kicker {
    font-size: 14px;
    letter-spacing: .08em;
}

.pos-hero h1 {
    margin: 17px 0 20px;
    font-size: clamp(42px,5vw,66px);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.pos-lead {
    max-width: 590px;
    font-size: 18px;
    line-height: 1.65;
}

.pos-actions {
    flex-wrap: wrap;
    margin: 30px 0 34px;
}

.pos-btn {
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 14px;
}

.pos-shot {
    border-radius: 14px;
    box-shadow: 0 16px 45px rgba(17,45,91,.12);
}

.pos-quick strong {
    font-size: 14px;
}

.pos-quick p {
    font-size: 14px;
}

.pos-compare {
    position: relative;
    grid-template-columns: 1fr 72px 1fr;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(30,60,110,.06);
}

.pos-compare article {
    padding: 44px 52px;
}

.pos-compare h2 {
    font-size: 24px;
    line-height: 1.25;
}

.pos-compare ul {
    font-size: 14px;
    line-height: 1.7;
}

.pos-compare li+li {
    margin-top: 10px;
}

.pos-heading {
    margin-bottom: 36px;
}

.pos-heading .pos-section-kicker {
    font-size: 14px;
}

.pos-capabilities {
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    border: 0;
    box-shadow: none;
}

.pos-capabilities article {
    padding: 28px 22px;
    border: 1px solid var(--line);
    border-radius: 12px;
    transition: transform .2s,box-shadow .2s;
}

.pos-capabilities article:last-child {
    border: 1px solid var(--line);
}

.pos-capabilities article:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(25,65,120,.08);
}

.pos-capabilities i {
    font-size: 34px;
}

.pos-capabilities h3 {
    min-height: 0;
    margin: 16px 0 8px;
    font-size: 17px;
}

.pos-capabilities p {
    font-size: 14px;
    line-height: 1.55;
}

.pos-flow {
    grid-template-columns: repeat(6,1fr);
    gap: 30px;
    padding: 32px 24px;
}

.pos-flow .pos-icon {
    width: 58px;
    height: 58px;
    font-size: 25px;
}

.pos-flow h3 {
    font-size: 15px;
}

.pos-flow p {
    font-size: 14px;
}

.pos-gallery {
    gap: 24px;
}

.pos-gallery .pos-shot {
    height: 300px;
}

.pos-gallery figcaption {
    font-size: 16px;
}

.pos-gallery small {
    font-size: 14px;
    line-height: 1.55;
}

.pos-benefits {
    gap: 14px;
}

.pos-benefits article {
    padding: 20px 14px;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: #fff;
}

.pos-benefits h3 {
    font-size: 17px;
}

.pos-benefits p {
    font-size: 14px;
    line-height: 1.55;
}

.pos-cta {
    margin-bottom: 0;
    padding: 50px 58px;
    border-radius: 16px;
}

.pos-cta h2 {
    font-size: 34px;
}

.pos-cta p,.pos-cta ul {
    font-size: 14px;
}

.pos-cta .pos-btn {
    font-size: 14px;
}

#header {
    background: #fff;
    box-shadow: 0 1px 0 var(--line);
}

#header .navbar-brand-default,#header .navbar-brand-collapsed {
    display: none!important;
}

#header .navbar-brand-on-scroll {
    display: flex!important;
}

#header .nav-link {
    color: var(--navy)!important;
}

#header .nav-link-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23071d51' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72 15.78a.75.75 0 0 1-.53.22h-.38a.77.77 0 0 1-.53-.22l-5.13-5.14a.5.5 0 0 1 0-.71l.71-.71a.49.49 0 0 1 .7 0L12 13.67l4.44-4.45a.5.5 0 0 1 .71 0l.7.71a.5.5 0 0 1 0 .71z'/%3E%3C/svg%3E")!important;
}

#header a[href="/landing/functions/"] {
    position: relative;
    color: var(--blue)!important;
    font-weight: 700;
}

#header a[href="/landing/functions/"]::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--blue);
}

#header .navbar-toggler {
    color: var(--navy)!important;
}

@media(min-width:1200px) {
    .pos-wrap {
        width: min(1280px,calc(100% - 64px));
    }
    .pos-page section {
        padding: 44px 0;
    }
    .pos-breadcrumb {
        padding-top: 96px;
    }
    .pos-hero {
        padding: 30px 0 42px!important;
    }
    .pos-hero-grid {
        grid-template-columns: 410px minmax(0,1fr);
        gap: 54px;
    }
    .pos-hero h1 {
        margin: 13px 0 16px;
        font-size: 48px;
        line-height: 1.04;
    }
    .pos-lead {
        font-size: 16px;
        line-height: 1.55;
    }
    .pos-actions {
        margin: 24px 0 30px;
    }
    .pos-actions .pos-btn {
        min-height: 42px;
        padding-inline: 14px;
        font-size: 14px;
    }
    .pos-quick {
        gap: 12px;
    }
    .pos-quick .pos-icon {
        width: 46px;
        height: 46px;
    }
    .pos-quick strong {
        font-size: 14px;
    }
    .pos-quick p {
        font-size: 14px;
    }
    .pos-compare article {
        padding: 28px 40px;
    }
    .pos-compare h2 {
        margin: 7px 0 16px;
        font-size: 20px;
    }
    .pos-compare ul {
        font-size: 14px;
    }
    .pos-compare li+li {
        margin-top: 5px;
    }
    .pos-heading {
        margin-bottom: 22px;
    }
    .pos-heading .pos-section-kicker {
        font-size: 15px;
        letter-spacing: .025em;
    }
    .pos-capabilities {
        grid-template-columns: repeat(8,1fr);
        gap: 10px;
    }
    .pos-capabilities article {
        padding: 18px 10px;
        border-radius: 9px;
    }
    .pos-capabilities i {
        font-size: 30px;
    }
    .pos-capabilities h3 {
        font-size: 14px;
        margin: 12px 0 6px;
    }
    .pos-capabilities p {
        font-size: 14px;
        line-height: 1.45;
    }
    .pos-flow {
        gap: 24px;
        padding: 25px 22px;
    }
    .pos-flow .pos-icon {
        width: 54px;
        height: 54px;
        font-size: 23px;
    }
    .pos-flow h3 {
        font-size: 14px;
    }
    .pos-flow p {
        font-size: 14px;
    }
    .pos-gallery {
        gap: 14px;
    }
    .pos-gallery .pos-shot {
        height: 250px;
    }
    .pos-gallery figcaption {
        font-size: 14px;
    }
    .pos-gallery small {
        font-size: 14px;
    }
    .pos-benefits {
        gap: 0;
        border: 1px solid var(--line);
        border-radius: 11px;
    }
    .pos-benefits article {
        padding: 16px 13px;
        border-top: 0;
        border-right: 1px solid var(--line);
    }
    .pos-benefits article:last-child {
        border-right: 0;
    }
    .pos-benefits h3 {
        font-size: 14px;
    }
    .pos-benefits p {
        font-size: 14px;
    }
    .pos-cta {
        padding: 34px 46px;
        border-radius: 12px;
    }
    .pos-cta h2 {
        font-size: 28px;
    }
    .pos-cta p,.pos-cta ul {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .pos-hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
    .pos-hero h1 {
        font-size: 43px;
    }
    .pos-capabilities {
        grid-template-columns: repeat(2,1fr);
    }
    .pos-flow {
        grid-template-columns: repeat(3,1fr);
        row-gap: 36px;
    }
    .pos-flow article:after {
        display: none;
    }
    .pos-benefits {
        grid-template-columns: repeat(2,1fr);
    }
    .pos-cta {
        grid-template-columns: 1fr;
    }
    .pos-cta-actions {
        grid-column: auto;
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:767px) {
    .pos-wrap {
        width: min(100% - 32px,1240px);
    }
    .pos-breadcrumb {
        padding-top: 88px;
    }
    .pos-hero {
        padding: 46px 0 54px!important;
    }
    .pos-hero-grid {
        grid-template-columns: 1fr;
    }
    .pos-hero h1 {
        font-size: 42px;
    }
    .pos-lead {
        font-size: 16px;
    }
    .pos-actions {
        flex-direction: column;
    }
    .pos-actions .pos-btn {
        width: 100%;
    }
    .pos-page section {
        padding: 58px 0;
    }
    .pos-compare {
        grid-template-columns: 1fr;
    }
    .pos-compare article {
        padding: 34px 25px;
    }
    .pos-arrow {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .pos-capabilities {
        grid-template-columns: 1fr;
    }
    .pos-flow {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .pos-flow article {
        display: grid;
        grid-template-columns: 58px 1fr;
        text-align: left;
        column-gap: 16px;
    }
    .pos-flow .pos-icon {
        grid-row: 1/3;
        margin: 0;
    }
    .pos-flow h3 {
        margin-top: 5px;
    }
    .pos-flow p {
        margin-top: 0;
    }
    .pos-gallery {
        grid-template-columns: 1fr;
        gap: 44px;
    }
    .pos-gallery .pos-shot {
        height: auto;
    }
    .pos-benefits {
        grid-template-columns: 1fr;
    }
    .pos-cta {
        width: 100%;
        border-radius: 0;
        padding: 44px 24px;
    }
    .pos-cta h2 {
        font-size: 29px;
    }
    .pos-cta-actions {
        grid-template-columns: 1fr;
    }
    #header a[href="/landing/functions/"]::before {
        display: none;
    }
}

/* Keep the transition icon centered directly over the divider. */
.pos-compare .problem {
    border-right: 0;
}

.pos-arrow {
    position: relative;
    z-index: 1;
    align-self: stretch;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pos-arrow::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #c8d3e3;
    transform: translateX(-50%);
}

.pos-arrow i {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    box-shadow: 0 8px 22px rgba(17, 45, 91, .14);
}

@media (max-width: 767px) {
    .pos-arrow {
        left: auto;
        min-height: 72px;
        transform: none;
    }

    .pos-arrow::before {
        top: 50%;
        right: 0;
        bottom: auto;
        left: 0;
        width: auto;
        height: 1px;
        transform: translateY(-50%);
    }

    .pos-arrow i {
        transform: rotate(90deg);
    }
}

/* Final CTA: same visual system as business_sales. */
.pos-cta {
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
    align-items: center;
    gap: 35px;
    margin-bottom: 0;
    padding: 50px 58px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(120deg, #063e9e, #0069ef);
    box-shadow: none;
}

.pos-cta .pos-image-link {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 35px rgba(0, 24, 77, .22);
}

.pos-cta img {
    display: block;
    width: 100%;
    filter: none;
}

.pos-cta h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 34px;
    line-height: 1.2;
}

.pos-cta p {
    margin: 0 0 12px;
    color: #e4efff;
    font-size: 16px;
}

.pos-cta ul {
    margin: 0;
    color: #e4efff;
    font-size: 14px;
    line-height: 1.8;
}

.pos-cta-actions {
    display: grid;
    gap: 12px;
    justify-self: end;
    width: 260px;
}

.pos-cta .pos-btn {
    width: 100%;
    min-height: 46px;
    border-color: #fff;
    color: #fff !important;
    background: transparent;
}

.pos-cta .pos-btn-primary {
    color: var(--blue) !important;
    background: #fff;
}

.pos-cta .pos-btn:not(.pos-btn-primary):hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .1);
}

@media (max-width: 991px) {
    .pos-cta {
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .pos-cta-actions {
        grid-column: 2;
        grid-template-columns: 1fr;
        justify-self: stretch;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pos-cta {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 44px 24px;
        border-radius: 0;
    }

    .pos-cta h2 {
        font-size: 29px;
    }

    .pos-cta-actions {
        grid-column: auto;
        grid-template-columns: 1fr;
        justify-self: stretch;
        width: 100%;
    }
}
