/**
 * Premium 90-day pass sales page.
 *
 * All selectors are scoped to the configured premium product page.
 */

.nqep-premium-product-page {
    --nqep-offer-navy: #102f5c;
    --nqep-offer-navy-deep: #092346;
    --nqep-offer-blue: #1d6eb6;
    --nqep-offer-cyan: #54bdb7;
    --nqep-offer-mint: #e9f7f3;
    --nqep-offer-sky: #eef6fc;
    --nqep-offer-ink: #102c51;
    --nqep-offer-muted: #5d6f84;
    --nqep-offer-line: #d8e3ec;
    --nqep-offer-warm: #f2ad4e;
    --nqep-offer-danger: #d85f49;
}

.nqep-premium-product-page .entry-title,
.nqep-premium-product-page .date-tags,
.nqep-premium-product-page div.product > :not(.nqep-offer),
.nqep-premium-product-page .article-footer,
.nqep-premium-product-page .footer-post-meta,
.nqep-premium-product-page .pager-post-navi,
.nqep-premium-product-page .related-entries,
.nqep-premium-product-page .sns-share,
.nqep-premium-product-page .sns-follow {
    display: none !important;
}

.nqep-premium-product-page .article {
    padding-bottom: 0;
}

.nqep-premium-product-page div.product,
.nqep-premium-product-page .nqep-offer {
    max-width: none;
    margin: 0;
}

.nqep-offer,
.nqep-offer *,
.nqep-offer *::before,
.nqep-offer *::after {
    box-sizing: border-box;
}

.nqep-offer {
    color: var(--nqep-offer-ink);
    font-size: 16px;
    line-height: 1.8;
}

.nqep-offer h1,
.nqep-offer h2,
.nqep-offer h3,
.nqep-offer p,
.nqep-offer ul,
.nqep-offer ol {
    margin-top: 0;
}

.nqep-premium-product-page .nqep-offer h1,
.nqep-premium-product-page .nqep-offer h2,
.nqep-premium-product-page .nqep-offer h3 {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--nqep-offer-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-weight: 800 !important;
    letter-spacing: .015em;
}

.nqep-premium-product-page .nqep-offer .toc {
    display: none !important;
}

.nqep-offer__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(38px, 5vw, 74px);
    align-items: center;
    min-height: 570px;
    padding: clamp(52px, 7vw, 90px) clamp(32px, 6vw, 82px);
    overflow: hidden;
    border: 1px solid #c8dce9;
    border-radius: 30px;
    background:
        radial-gradient(circle at 88% 12%, rgba(83, 189, 183, .24), transparent 35%),
        radial-gradient(circle at 5% 92%, rgba(31, 110, 182, .12), transparent 36%),
        linear-gradient(135deg, #f8fbff 0%, #edf6fb 52%, #eefaf6 100%);
    box-shadow: 0 22px 55px rgba(25, 56, 86, .11);
}

.nqep-offer__hero::after {
    position: absolute;
    right: -110px;
    bottom: -190px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(25, 86, 131, .14);
    border-radius: 50%;
    content: "";
}

.nqep-offer__hero-copy,
.nqep-offer__visual {
    position: relative;
    z-index: 1;
}

.nqep-offer__eyebrow {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
    color: var(--nqep-offer-blue);
    font-size: .78em;
    font-weight: 800;
    letter-spacing: .14em;
}

.nqep-offer__eyebrow span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--nqep-offer-cyan);
    box-shadow: 0 0 0 6px rgba(83, 189, 183, .13);
}

.nqep-offer__hero h1 {
    max-width: 680px;
    margin-bottom: 25px;
    padding: 0;
    font-size: clamp(2.05em, 4.1vw, 3.45em);
    line-height: 1.32;
    text-wrap: balance;
}

.nqep-offer__headline-line {
    display: block;
    white-space: nowrap;
}

.nqep-offer__lead {
    max-width: 650px;
    margin-bottom: 28px;
    color: var(--nqep-offer-muted);
    font-size: clamp(1em, 1.35vw, 1.13em);
}

.nqep-offer__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.nqep-offer__trust li {
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 8px 13px;
    border: 1px solid rgba(33, 102, 146, .14);
    border-radius: 999px;
    color: var(--nqep-offer-navy);
    background: rgba(255, 255, 255, .74);
    font-size: .78em;
    font-weight: 700;
}

.nqep-offer__trust li::before {
    color: #249279;
    content: "✓";
}

.nqep-offer__visual {
    padding: 22px;
    border: 1px solid rgba(30, 90, 132, .16);
    border-radius: 22px;
    background: rgba(255, 255, 255, .87);
    box-shadow: 0 24px 50px rgba(25, 70, 105, .15);
    transform: rotate(1.2deg);
}

.nqep-offer__visual-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
    color: var(--nqep-offer-navy);
    font-size: .9em;
    font-weight: 800;
}

.nqep-offer__visual-head b {
    padding: 5px 9px;
    border-radius: 999px;
    color: #18765e;
    background: #e7f7f0;
    font-size: .72em;
}

.nqep-offer__visual-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-bottom: 12px;
}

.nqep-offer__visual-stats span {
    min-width: 0;
    padding: 13px 11px;
    border-radius: 12px;
    color: var(--nqep-offer-muted);
    background: var(--nqep-offer-sky);
    font-size: .7em;
}

.nqep-offer__visual-stats strong {
    display: block;
    color: var(--nqep-offer-navy);
    font-size: 1.75em;
    line-height: 1.15;
}

.nqep-offer__visual-panel {
    padding: 16px;
    border: 1px solid #e4ebf1;
    border-radius: 14px;
}

.nqep-offer__visual-panel p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: .78em;
}

.nqep-offer__visual-panel p span {
    color: var(--nqep-offer-muted);
    font-size: .86em;
}

.nqep-offer__visual-panel i {
    position: relative;
    display: block;
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 8px;
    color: var(--nqep-offer-navy);
    background: #edf2f6;
    font-size: .67em;
    font-style: normal;
}

.nqep-offer__visual-panel i::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--nqep-bar);
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(31, 110, 182, .24), rgba(83, 189, 183, .42));
    content: "";
}

.nqep-offer__visual-panel i span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    font-weight: 700;
}

.nqep-offer__purchase {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: 32px;
    align-items: center;
    width: calc(100% - clamp(30px, 7vw, 100px));
    margin: -46px auto 0;
    padding: 27px clamp(25px, 4vw, 48px);
    border: 1px solid #d8e4ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(20, 53, 85, .14);
}

.nqep-offer__purchase-label {
    margin-bottom: 2px;
    color: var(--nqep-offer-blue);
    font-size: .78em;
    font-weight: 800;
    letter-spacing: .08em;
}

.nqep-offer__purchase > div > p:last-child {
    margin-bottom: 0;
    color: var(--nqep-offer-muted);
    font-size: .78em;
}

.nqep-offer__price {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: baseline;
    color: var(--nqep-offer-navy);
    font-size: clamp(1.75em, 3vw, 2.4em);
    font-weight: 800;
    line-height: 1.3;
}

.nqep-offer__price del {
    color: #8b98a7;
    font-size: .53em;
    font-weight: 600;
}

.nqep-offer__price ins {
    color: var(--nqep-offer-navy);
    background: transparent;
    text-decoration: none;
}

.nqep-offer__purchase-action {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nqep-offer__active {
    align-self: flex-start;
    padding: 4px 10px;
    border-radius: 999px;
    color: #18765e;
    background: #e4f7ef;
    font-size: .73em;
    font-weight: 800;
}

.nqep-offer__cta {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 14px 24px;
    border: 0;
    border-radius: 13px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--nqep-offer-blue), var(--nqep-offer-navy));
    box-shadow: 0 12px 24px rgba(19, 66, 112, .22);
    font-size: .96em;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.nqep-offer__cta:hover,
.nqep-offer__cta:focus-visible {
    color: #fff !important;
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(19, 66, 112, .28);
}

.nqep-offer__cta span {
    font-size: 1.25em;
}

.nqep-offer__desk-link {
    color: var(--nqep-offer-blue);
    font-size: .84em;
    font-weight: 700;
    text-align: center;
}

.nqep-offer__purchase-action small {
    color: var(--nqep-offer-muted);
    font-size: .68em;
    line-height: 1.55;
    text-align: center;
}

.nqep-offer__section {
    padding: clamp(74px, 9vw, 118px) clamp(18px, 4vw, 54px) 0;
}

.nqep-offer__section-head {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.nqep-offer__section-head > p {
    margin-bottom: 10px;
    color: var(--nqep-offer-blue);
    font-size: .76em;
    font-weight: 800;
    letter-spacing: .13em;
}

.nqep-offer__section-head h2 {
    margin-bottom: 0;
    padding: 0;
    font-size: clamp(1.65em, 3.2vw, 2.35em);
    line-height: 1.45;
}

.nqep-offer__pain-grid,
.nqep-offer__benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nqep-offer__pain-grid article {
    position: relative;
    min-height: 215px;
    padding: 30px 28px;
    overflow: hidden;
    border: 1px solid var(--nqep-offer-line);
    border-radius: 18px;
    background: #fff;
}

.nqep-offer__pain-grid article::after {
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: var(--nqep-offer-sky);
    content: "";
}

.nqep-offer__pain-grid b {
    display: block;
    margin-bottom: 25px;
    color: #8ca0b3;
    font-size: .77em;
    letter-spacing: .16em;
}

.nqep-offer__pain-grid h3,
.nqep-offer__benefit-grid h3 {
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.08em;
}

.nqep-offer__pain-grid p,
.nqep-offer__benefit-grid p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: var(--nqep-offer-muted);
    font-size: .87em;
}

.nqep-offer__benefits {
    margin-top: clamp(70px, 9vw, 110px);
    padding-bottom: clamp(74px, 8vw, 104px);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(238, 246, 252, .9), rgba(234, 248, 244, .9));
}

.nqep-offer__benefit-grid article {
    display: flex;
    gap: 18px;
    min-height: 190px;
    padding: 26px;
    border: 1px solid rgba(52, 113, 151, .14);
    border-radius: 17px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 26px rgba(25, 60, 90, .06);
}

.nqep-offer__benefit-grid article > span {
    display: grid;
    flex: 0 0 42px;
    place-items: center;
    align-self: flex-start;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    background: var(--nqep-offer-navy);
    font-size: .75em;
    font-weight: 800;
}

.nqep-offer__table-wrap {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--nqep-offer-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 35px rgba(22, 55, 84, .07);
}

.nqep-offer__table-wrap table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.nqep-offer__table-wrap th,
.nqep-offer__table-wrap td {
    padding: 18px 22px;
    border: 0;
    border-bottom: 1px solid #e6edf2;
    background: #fff;
    text-align: center;
}

.nqep-offer__table-wrap th:first-child {
    width: 58%;
    text-align: left;
}

.nqep-offer__table-wrap thead th {
    color: #fff;
    background: var(--nqep-offer-navy);
    font-size: .85em;
}

.nqep-offer__table-wrap thead th:last-child {
    background: var(--nqep-offer-blue);
}

.nqep-offer__table-wrap tbody th {
    color: var(--nqep-offer-ink);
    font-size: .88em;
}

.nqep-offer__table-wrap tbody td {
    color: var(--nqep-offer-muted);
}

.nqep-offer__table-wrap tbody td:last-child {
    color: #177b65;
    background: #f5fbf8;
    font-weight: 800;
}

.nqep-offer__compare-note {
    max-width: 900px;
    margin: 16px auto 0;
    color: var(--nqep-offer-muted);
    font-size: .78em;
    text-align: center;
}

.nqep-offer__pricing {
    padding-top: clamp(80px, 10vw, 125px);
    padding-bottom: clamp(80px, 10vw, 125px);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 15%, rgba(83, 189, 183, .12), transparent 28%),
        linear-gradient(150deg, #f5f9fd, #f1faf7);
}

.nqep-offer__pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1120px;
    margin: 0 auto;
}

.nqep-offer__plan {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 490px;
    padding: 30px 26px 27px;
    border: 1px solid var(--nqep-offer-line);
    border-radius: 21px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 35px rgba(22, 55, 84, .07);
}

.nqep-offer__plan--featured {
    border: 2px solid var(--nqep-offer-blue);
    box-shadow: 0 22px 45px rgba(28, 105, 169, .15);
    transform: translateY(-10px);
}

.nqep-offer__plan--upcoming {
    border-style: dashed;
    background: rgba(255, 255, 255, .7);
}

.nqep-offer__plan-badge {
    align-self: flex-start;
    min-height: 26px;
    margin-bottom: 20px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #486077;
    background: #eaf1f6;
    font-size: .68em;
    font-weight: 800;
    line-height: 1.35;
}

.nqep-offer__plan--featured .nqep-offer__plan-badge {
    color: #126a58;
    background: #dcf5eb;
}

.nqep-offer__plan--upcoming .nqep-offer__plan-badge {
    color: #765f3b;
    background: #f7eedf;
}

.nqep-offer__plan--monthly {
    border-color: rgba(25, 118, 94, .34);
    background:
        radial-gradient(circle at 100% 0, rgba(83, 189, 183, .14), transparent 33%),
        rgba(255, 255, 255, .96);
}

.nqep-offer__plan--monthly .nqep-offer__plan-badge {
    color: #126a58;
    background: #dcf5eb;
}

.nqep-offer__plan h3 {
    margin-bottom: 16px;
    padding: 0;
    color: var(--nqep-offer-ink);
    font-size: 1.1em;
}

.nqep-offer__plan-price {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    min-height: 58px;
    color: var(--nqep-offer-navy);
    line-height: 1;
}

.nqep-offer__plan-price small {
    margin-top: 6px;
    font-size: 1em;
    font-weight: 800;
}

.nqep-offer__plan-price strong {
    font-size: 2.6em;
    letter-spacing: -.05em;
}

.nqep-offer__plan-product-price {
    min-height: 58px;
    font-size: clamp(1.55em, 2.2vw, 2em);
}

.nqep-offer__plan-pending {
    display: flex;
    align-items: center;
    min-height: 58px;
    color: var(--nqep-offer-navy);
    font-size: 1.05em;
    font-weight: 800;
}

.nqep-offer__plan-term {
    min-height: 44px;
    margin: 10px 0 20px;
    color: var(--nqep-offer-muted);
    font-size: .76em;
    font-weight: 700;
}

.nqep-offer__plan-saving {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin: -8px 0 18px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #9a4f00;
    background: #fff1d8;
    font-size: .72em;
    font-weight: 900;
}

.nqep-offer__plan ul {
    display: grid;
    gap: 12px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.nqep-offer__plan li {
    position: relative;
    padding-left: 25px;
    color: #40576d;
    font-size: .82em;
}

.nqep-offer__plan li::before {
    position: absolute;
    top: .13em;
    left: 0;
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 50%;
    color: #14725e;
    background: #dff5ec;
    content: "✓";
    font-size: .72em;
    font-weight: 900;
}

.nqep-offer__plan-current,
.nqep-offer__plan-disabled {
    display: grid;
    min-height: 50px;
    place-items: center;
    margin-top: auto;
    border-radius: 12px;
    color: #52677a;
    background: #eef3f6;
    font-size: .78em;
    font-weight: 800;
    text-align: center;
}

.nqep-offer__plan-cta {
    min-height: 50px;
    margin-top: auto;
}

.nqep-offer__plan-disabled {
    color: #84919c;
    background: #edf0f2;
}

.nqep-offer__pricing-note {
    max-width: 900px;
    margin: 26px auto 0;
    padding: 17px 20px;
    border: 1px solid rgba(32, 111, 166, .16);
    border-radius: 14px;
    color: #415a70;
    background: rgba(255, 255, 255, .86);
    font-size: .8em;
    text-align: center;
}

.nqep-offer__pricing-note strong {
    color: var(--nqep-offer-navy);
}

.nqep-offer__journey ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0;
    counter-reset: journey;
    list-style: none;
}

.nqep-offer__journey li {
    position: relative;
    padding: 28px 30px;
    border-top: 4px solid var(--nqep-offer-cyan);
    background: #f8fbfd;
}

.nqep-offer__journey li:first-child {
    border-radius: 16px 0 0 16px;
}

.nqep-offer__journey li:last-child {
    border-radius: 0 16px 16px 0;
}

.nqep-offer__journey li + li {
    border-left: 1px solid var(--nqep-offer-line);
}

.nqep-offer__journey li > span {
    display: inline-block;
    margin-bottom: 24px;
    color: var(--nqep-offer-blue);
    font-size: .74em;
    font-weight: 800;
    letter-spacing: .08em;
}

.nqep-offer__journey h3 {
    margin-bottom: 10px;
    padding: 0;
    font-size: 1em;
}

.nqep-offer__journey p {
    margin-bottom: 0;
    color: var(--nqep-offer-muted);
    font-size: .82em;
}

.nqep-offer__faq-list {
    max-width: 880px;
    margin: 0 auto;
}

.nqep-offer__faq details {
    border-bottom: 1px solid var(--nqep-offer-line);
}

.nqep-offer__faq summary {
    position: relative;
    padding: 22px 48px 22px 5px;
    color: var(--nqep-offer-ink);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.nqep-offer__faq summary::-webkit-details-marker {
    display: none;
}

.nqep-offer__faq summary::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: var(--nqep-offer-blue);
    background: var(--nqep-offer-sky);
    content: "+";
    font-size: 1.2em;
    line-height: 27px;
    text-align: center;
    transform: translateY(-50%);
}

.nqep-offer__faq details[open] summary::after {
    content: "−";
}

.nqep-offer__faq details p {
    padding: 0 48px 22px 5px;
    color: var(--nqep-offer-muted);
    font-size: .87em;
}

.nqep-offer__final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
    gap: 38px;
    align-items: center;
    margin-top: clamp(80px, 10vw, 130px);
    padding: clamp(42px, 6vw, 70px);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 15%, rgba(83, 189, 183, .32), transparent 30%),
        linear-gradient(135deg, var(--nqep-offer-navy-deep), var(--nqep-offer-navy));
}

.nqep-offer__final p {
    margin-bottom: 8px;
    color: #82d9d1;
    font-size: .76em;
    font-weight: 800;
    letter-spacing: .12em;
}

.nqep-premium-product-page .nqep-offer .nqep-offer__final-title {
    margin-bottom: 12px;
    padding: 0;
    color: #fff !important;
    font-size: clamp(1.55em, 3vw, 2.2em);
    font-weight: 800;
    line-height: 1.45;
    text-wrap: balance;
}

.nqep-offer__final > div > span {
    color: #c8d7e7;
    font-size: .82em;
}

.nqep-offer__price--light {
    margin-bottom: 12px;
    color: #fff;
}

.nqep-offer__price--light ins {
    color: #fff;
}

.nqep-offer__price--light del {
    color: #9fb2c7;
}

.nqep-offer__cta--light {
    color: var(--nqep-offer-navy) !important;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.nqep-offer__cta--light:hover,
.nqep-offer__cta--light:focus-visible {
    color: var(--nqep-offer-navy) !important;
}

@media (max-width: 900px) {
    .nqep-offer__hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .nqep-offer__visual {
        max-width: 620px;
        transform: none;
    }

    .nqep-offer__pain-grid,
    .nqep-offer__benefit-grid,
    .nqep-offer__pricing-grid {
        grid-template-columns: 1fr;
    }

    .nqep-offer__pain-grid article,
    .nqep-offer__benefit-grid article,
    .nqep-offer__plan {
        min-height: 0;
    }

    .nqep-offer__plan--featured {
        transform: none;
    }

    .nqep-offer__journey ol {
        grid-template-columns: 1fr;
    }

    .nqep-offer__journey li:first-child,
    .nqep-offer__journey li:last-child {
        border-radius: 0;
    }

    .nqep-offer__journey li:first-child {
        border-radius: 16px 16px 0 0;
    }

    .nqep-offer__journey li:last-child {
        border-radius: 0 0 16px 16px;
    }

    .nqep-offer__journey li + li {
        border-top-color: var(--nqep-offer-cyan);
        border-left: 0;
    }
}

@media (max-width: 720px) {
    .nqep-offer {
        font-size: 15px;
    }

    .nqep-offer__hero {
        padding: 35px 22px 72px;
        border-radius: 20px;
    }

    .nqep-offer__hero h1 {
        font-size: clamp(1.65em, 8vw, 2.45em);
    }

    .nqep-premium-product-page .nqep-offer .nqep-offer__final-title {
        font-size: clamp(1.35em, 5.6vw, 1.65em);
    }

    .nqep-offer__trust {
        gap: 7px;
    }

    .nqep-offer__visual {
        padding: 15px;
    }

    .nqep-offer__purchase {
        grid-template-columns: 1fr;
        width: calc(100% - 24px);
        margin-top: -43px;
        padding: 22px;
    }

    .nqep-offer__section {
        padding-right: 4px;
        padding-left: 4px;
    }

    .nqep-offer__benefits {
        padding-right: 18px;
        padding-left: 18px;
    }

    .nqep-offer__pricing {
        padding-right: 18px;
        padding-left: 18px;
    }

    .nqep-offer__table-wrap {
        overflow-x: auto;
    }

    .nqep-offer__table-wrap table {
        min-width: 620px;
    }

    .nqep-offer__table-wrap th,
    .nqep-offer__table-wrap td {
        padding: 15px 14px;
    }

    .nqep-offer__final {
        grid-template-columns: 1fr;
        margin-right: -4px;
        margin-left: -4px;
        padding: 34px 24px;
        border-radius: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nqep-offer__cta {
        transition: none;
    }
}
