body.rafyzo-store-landing-page {
    margin: 0 !important;
    background: linear-gradient(180deg, #fbf9ff 0%, #ffffff 24%, #f7f9f1 62%, #fbf8ff 100%) !important;
}

body.rafyzo-store-landing-page #masthead,
body.rafyzo-store-landing-page #colophon,
body.rafyzo-store-landing-page .entry-header {
    display: none !important;
}

body.rafyzo-store-landing-page .site,
body.rafyzo-store-landing-page #page,
body.rafyzo-store-landing-page .site-content,
body.rafyzo-store-landing-page .site-main,
body.rafyzo-store-landing-page .content-area,
body.rafyzo-store-landing-page .ast-container,
body.rafyzo-store-landing-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.rafyzo-store-landing-page .entry-content > p:empty {
    display: none !important;
}

.rafyzo-store-landing {
    --rsl-purple: #6d2cff;
    --rsl-purple-deep: #4b19bc;
    --rsl-purple-ink: #28173c;
    --rsl-purple-soft: #f4efff;
    --rsl-lime: #cfff58;
    --rsl-lime-soft: #f6ffdc;
    --rsl-ink: #211729;
    --rsl-muted: #716a79;
    --rsl-line: #e5deea;
    --rsl-soft: #f8f6fa;
    --rsl-card: #fff;
    --rsl-dark: #17131f;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 16%, rgba(109, 44, 255, .055), transparent 22%),
        radial-gradient(circle at 92% 42%, rgba(207, 255, 88, .075), transparent 24%),
        linear-gradient(180deg, #fcfaff 0%, #ffffff 38%, #f8faf3 70%, #fbf9ff 100%);
    color: var(--rsl-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    caret-color: transparent;
}

.rafyzo-store-landing *,
.rafyzo-store-landing *::before,
.rafyzo-store-landing *::after {
    box-sizing: border-box;
}

.rafyzo-store-landing a {
    text-decoration: none !important;
}

.rafyzo-store-landing svg {
    display: block;
}

.rafyzo-store-landing :is(a, button, summary) {
    outline: none;
    caret-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

.rafyzo-store-landing :is(a, button, summary):focus-visible {
    box-shadow: 0 0 0 4px rgba(109, 44, 255, .15) !important;
}

.rafyzo-store-landing .rsl-shell {
    width: min(1220px, calc(100% - 48px));
    margin-inline: auto;
}

/* Store landing button component. */
.rsl-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid var(--rsl-purple);
    border-radius: 15px;
    background: var(--rsl-purple);
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(109, 44, 255, .18);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.rsl-button:hover,
.rsl-button:focus-visible {
    border-color: #5e22e6;
    background: #5e22e6;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 17px 34px rgba(109, 44, 255, .24);
}

.rsl-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rsl-button--small {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 12px;
}

.rsl-button--ghost {
    border-color: #ded6e4;
    background: rgba(255, 255, 255, .86);
    color: #352a3f !important;
    box-shadow: none;
}

.rsl-button--ghost:hover,
.rsl-button--ghost:focus-visible {
    border-color: #c6b7d7;
    background: #fff;
    color: var(--rsl-purple) !important;
    box-shadow: 0 12px 26px rgba(50, 32, 71, .08);
}

.rsl-hero {
    position: relative;
    overflow: hidden;
    padding: 166px 0 86px;
    background:
        radial-gradient(circle at 82% 12%, rgba(207, 255, 88, .28), transparent 28%),
        radial-gradient(circle at 13% 5%, rgba(109, 44, 255, .12), transparent 31%),
        linear-gradient(180deg, #fff 0%, #fbf9fd 100%);
}

.rsl-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .45;
    background-image:
        linear-gradient(rgba(50, 35, 72, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(50, 35, 72, .04) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
    pointer-events: none;
}

.rsl-hero::after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -280px;
    width: 610px;
    height: 610px;
    border: 1px solid rgba(109, 44, 255, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 72px rgba(109, 44, 255, .018), 0 0 0 144px rgba(109, 44, 255, .012);
    pointer-events: none;
}

.rsl-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    align-items: center;
    gap: 74px;
}

.rsl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--rsl-purple);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rsl-eyebrow > i {
    position: relative;
    display: block;
    width: 34px;
    height: 4px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rsl-lime) 0 52%, var(--rsl-purple) 52% 100%);
}

.rsl-hero h1 {
    max-width: 650px;
    margin: 22px 0 22px;
    color: #24162f;
    font-size: clamp(50px, 5.6vw, 78px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.055em;
}

.rsl-hero__copy > p {
    max-width: 650px;
    margin: 0;
    color: #6a6270;
    font-size: 18px;
    line-height: 1.75;
}

.rsl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.rsl-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 27px;
    color: #5d5664;
    font-size: 12px;
    font-weight: 780;
}

.rsl-hero__proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rsl-hero__proof b {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    background: #ecffd0;
    color: #549225;
    font-size: 11px;
}

.rsl-hero__visual {
    position: relative;
    min-height: 590px;
}

.rsl-browser {
    position: absolute;
    inset: 30px 0 20px 12px;
    overflow: hidden;
    border: 1px solid rgba(43, 30, 59, .15);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 40px 90px rgba(44, 27, 64, .18);
    transform: rotate(1deg);
}

.rsl-browser__bar {
    display: flex;
    height: 44px;
    align-items: center;
    gap: 6px;
    padding: 0 15px;
    border-bottom: 1px solid #eee9f1;
    background: #f7f4f8;
}

.rsl-browser__bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbc3d0;
}

.rsl-browser__bar > div {
    overflow: hidden;
    max-width: 280px;
    margin-inline-start: 8px;
    padding: 5px 16px;
    border: 1px solid #e7e0ea;
    border-radius: 999px;
    background: #fff;
    color: #8a8290;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rsl-store-preview {
    min-height: 500px;
    padding-bottom: 22px;
    background: #fff;
}

.rsl-store-preview__cover {
    position: relative;
    display: flex;
    height: 154px;
    align-items: flex-end;
    justify-content: space-between;
    padding: 24px 26px;
    background:
        radial-gradient(circle at 82% 22%, rgba(207, 255, 88, .75), transparent 26%),
        linear-gradient(120deg, #271438 0%, #6d2cff 52%, #9165ff 100%);
}

.rsl-store-preview__cover::after {
    content: "";
    position: absolute;
    top: -45px;
    right: 90px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(255, 255, 255, .05), 0 0 0 68px rgba(255, 255, 255, .035);
}

.rsl-store-preview__brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.rsl-store-preview__brand i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 16px;
    background: rgba(255, 255, 255, .16);
    font-size: 19px;
    font-style: normal;
    font-weight: 950;
    backdrop-filter: blur(8px);
}

.rsl-store-preview__brand div {
    display: grid;
    gap: 2px;
}

.rsl-store-preview__brand strong {
    font-size: 16px;
    font-weight: 900;
}

.rsl-store-preview__brand span {
    color: rgba(255, 255, 255, .75);
    font-size: 9px;
}

.rsl-store-preview__cover button {
    position: relative;
    z-index: 1;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 16px;
}

.rsl-store-preview__categories {
    display: flex;
    gap: 8px;
    padding: 16px 22px 4px;
}

.rsl-store-preview__categories span {
    padding: 7px 11px;
    border: 1px solid #eee7f1;
    border-radius: 999px;
    color: #6b6370;
    font-size: 8px;
    font-weight: 800;
}

.rsl-store-preview__categories .is-active {
    border-color: #6d2cff;
    background: #6d2cff;
    color: #fff;
}

.rsl-store-preview__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 22px 12px;
}

.rsl-store-preview__heading div {
    display: grid;
    gap: 4px;
}

.rsl-store-preview__heading small {
    color: #8b7e93;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .12em;
}

.rsl-store-preview__heading strong {
    color: #2b2031;
    font-size: 15px;
    font-weight: 900;
}

.rsl-store-preview__heading > span {
    color: #6d2cff;
    font-size: 8px;
    font-weight: 850;
}

.rsl-store-preview__products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 0 22px;
}

.rsl-store-preview__products article {
    min-width: 0;
}

.rsl-product-art {
    position: relative;
    overflow: hidden;
    height: 132px;
    margin-bottom: 9px;
    border-radius: 16px;
}

.rsl-product-art::before,
.rsl-product-art::after,
.rsl-product-art span {
    content: "";
    position: absolute;
    border-radius: 999px;
}

.rsl-product-art::before {
    width: 96px;
    height: 96px;
    top: 26px;
    left: 50%;
    border-radius: 28px 28px 14px 14px;
    background: rgba(255, 255, 255, .9);
    transform: translateX(-50%) rotate(-5deg);
    box-shadow: 0 14px 24px rgba(31, 20, 48, .12);
}

.rsl-product-art::after {
    width: 46px;
    height: 19px;
    top: 20px;
    left: 50%;
    border: 7px solid rgba(255, 255, 255, .9);
    border-bottom: 0;
    background: transparent;
    transform: translateX(-50%);
}

.rsl-product-art span {
    width: 26px;
    height: 26px;
    right: 12px;
    bottom: 12px;
    background: rgba(255, 255, 255, .78);
}

.rsl-product-art.is-purple { background: linear-gradient(145deg, #d9c8ff, #8d65ff); }
.rsl-product-art.is-lime { background: linear-gradient(145deg, #f4ffd3, #cfff58); }
.rsl-product-art.is-cream { background: linear-gradient(145deg, #f5eee5, #d7c0a5); }

.rsl-store-preview__products small {
    display: block;
    margin-bottom: 2px;
    color: #6d2cff;
    font-size: 7px;
    font-weight: 900;
    text-transform: uppercase;
}

.rsl-store-preview__products strong,
.rsl-store-preview__products b {
    display: block;
    overflow: hidden;
    color: #2b2230;
    font-size: 9px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rsl-store-preview__products b {
    margin-top: 3px;
    color: #6d2cff;
}

.rsl-floating-card {
    position: absolute;
    z-index: 3;
    display: grid;
    border: 1px solid rgba(58, 38, 77, .12);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 45px rgba(44, 27, 64, .13);
    backdrop-filter: blur(12px);
}

.rsl-floating-card--orders {
    top: 0;
    right: -16px;
    min-width: 142px;
    gap: 2px;
    padding: 15px 17px;
    border-radius: 18px;
}

.rsl-floating-card--orders span {
    color: #8e8495;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.rsl-floating-card--orders strong {
    color: #251a2e;
    font-size: 15px;
    font-weight: 950;
}

.rsl-floating-card--orders small {
    color: #5a9a2c;
    font-size: 9px;
    font-weight: 900;
}

.rsl-floating-card--cart {
    left: -22px;
    bottom: 0;
    grid-template-columns: 34px auto;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 16px;
}

.rsl-floating-card--cart svg {
    width: 28px;
    height: 28px;
    padding: 6px;
    border-radius: 9px;
    background: var(--rsl-lime);
    fill: none;
    stroke: #30233a;
    stroke-width: 1.8;
}

.rsl-floating-card--cart strong {
    color: #382d42;
    font-size: 10px;
    font-weight: 900;
}

.rsl-trust {
    border-top: 1px solid #eee9f1;
    border-bottom: 1px solid #eee9f1;
    background:
        linear-gradient(90deg, rgba(109, 44, 255, .035), rgba(255, 255, 255, .9) 44%, rgba(207, 255, 88, .055));
}

.rsl-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.rsl-trust__grid > div {
    display: grid;
    min-height: 112px;
    align-content: center;
    gap: 5px;
    padding: 20px 26px;
    border-inline-end: 1px solid #eee9f1;
}

.rsl-trust__grid > div:last-child {
    border-inline-end: 0;
}

.rsl-trust strong {
    color: #2a2131;
    font-size: 14px;
    font-weight: 900;
}

.rsl-trust span {
    color: #817987;
    font-size: 11px;
    line-height: 1.5;
}

.rsl-section {
    position: relative;
    padding: 108px 0;
}

.rsl-section-head {
    max-width: 780px;
}

.rsl-section-head.is-centered {
    margin-inline: auto;
    text-align: center;
}

.rsl-section-head.is-centered .rsl-eyebrow {
    justify-content: center;
}

.rsl-section-head h2,
.rsl-split__copy h2,
.rsl-growth__grid h2,
.rsl-faq__intro h2 {
    margin: 18px 0 18px;
    color: #25192e;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.rsl-section-head p,
.rsl-split__copy > p,
.rsl-growth__grid > div > p,
.rsl-faq__intro > p {
    margin: 0;
    color: #706877;
    font-size: 16px;
    line-height: 1.78;
}

.rsl-features {
    background:
        radial-gradient(circle at 8% 12%, rgba(109, 44, 255, .09), transparent 28%),
        radial-gradient(circle at 92% 88%, rgba(207, 255, 88, .10), transparent 25%),
        linear-gradient(180deg, #fbf9ff, #f7f5fb 58%, #fbfff2);
}

.rsl-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 50px;
}

.rsl-feature-card {
    position: relative;
    overflow: hidden;
    min-height: 290px;
    padding: 28px;
    border: 1px solid #e7e0eb;
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 48px rgba(44, 28, 60, .045);
}

.rsl-feature-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(109, 44, 255, .08), transparent 68%);
    pointer-events: none;
}

.rsl-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 42px;
    border: 1px solid #e0d6e8;
    border-radius: 15px;
    background: linear-gradient(145deg, #fff, #f5f0ff);
    color: var(--rsl-purple);
}

.rsl-icon svg,
.rsl-order-card__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rsl-feature-card h3 {
    margin: 0 0 11px;
    color: #2b2033;
    font-size: 19px;
    font-weight: 900;
}

.rsl-feature-card p {
    margin: 0;
    color: #77707d;
    font-size: 13px;
    line-height: 1.72;
}

.rsl-editor {
    overflow: hidden;
    background:
        radial-gradient(circle at 4% 26%, rgba(207, 255, 88, .15), transparent 24%),
        radial-gradient(circle at 96% 72%, rgba(109, 44, 255, .08), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #faf7ff 58%, #fbfff3 100%);
}

.rsl-editor::before {
    content: "";
    position: absolute;
    top: 35px;
    left: -160px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(207, 255, 88, .18), transparent 68%);
}

.rsl-split {
    display: grid;
    grid-template-columns: minmax(540px, 1.08fr) minmax(0, .92fr);
    align-items: center;
    gap: 76px;
}

.rsl-editor__visual {
    position: relative;
}

.rsl-editor-window {
    overflow: hidden;
    border: 1px solid #ddd5e4;
    border-radius: 26px;
    background: #f9f7fb;
    box-shadow: 0 32px 80px rgba(49, 31, 69, .13);
}

.rsl-editor-window__top {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
    border-bottom: 1px solid #e4dde8;
    background: #fff;
}

.rsl-editor-window__top > strong {
    color: #34283c;
    font-size: 12px;
    font-weight: 900;
}

.rsl-editor-window__top > div {
    display: flex;
    gap: 5px;
}

.rsl-editor-window__top span {
    padding: 7px 9px;
    border-radius: 8px;
    color: #82798a;
    font-size: 8px;
    font-weight: 800;
}

.rsl-editor-window__top .is-active {
    background: #f0e8ff;
    color: var(--rsl-purple);
}

.rsl-editor-window__body {
    display: grid;
    grid-template-columns: 118px 1fr 150px;
    min-height: 425px;
}

.rsl-editor-window__body aside {
    display: grid;
    align-content: start;
    gap: 5px;
    padding: 18px 12px;
    border-inline-end: 1px solid #e5dfe9;
    background: #fff;
}

.rsl-editor-window__body aside span {
    padding: 10px 9px;
    border-radius: 9px;
    color: #83798a;
    font-size: 8px;
    font-weight: 800;
}

.rsl-editor-window__body aside .is-active {
    background: #f1eaff;
    color: var(--rsl-purple);
}

.rsl-editor-phone {
    display: grid;
    place-items: center;
    padding: 22px;
    background:
        linear-gradient(rgba(60, 40, 78, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(60, 40, 78, .04) 1px, transparent 1px),
        #f6f3f8;
    background-size: 24px 24px;
}

.rsl-editor-phone__screen {
    width: 176px;
    min-height: 334px;
    padding: 7px;
    border: 7px solid #201726;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(28, 20, 35, .2);
}

.rsl-mini-hero {
    height: 104px;
    border-radius: 15px;
    background:
        radial-gradient(circle at 75% 28%, rgba(207, 255, 88, .75), transparent 27%),
        linear-gradient(135deg, #321649, #7341f2);
}

.rsl-mini-categories {
    display: flex;
    gap: 5px;
    padding: 10px 2px;
}

.rsl-mini-categories i {
    width: 38px;
    height: 12px;
    border-radius: 999px;
    background: #eee8f1;
}

.rsl-mini-categories i:first-child {
    background: #6d2cff;
}

.rsl-mini-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.rsl-mini-products i {
    height: 110px;
    border-radius: 13px;
    background: linear-gradient(145deg, #efe7ff, #cab6ff);
}

.rsl-mini-products i:last-child {
    background: linear-gradient(145deg, #f3ffd6, #d3ff67);
}

.rsl-editor-controls {
    display: grid;
    align-content: start;
    gap: 11px;
    padding: 18px 14px;
    border-inline-start: 1px solid #e5dfe9;
    background: #fff;
}

.rsl-editor-controls label {
    display: grid;
    gap: 6px;
    color: #716978;
    font-size: 8px;
    font-weight: 800;
}

.rsl-editor-controls span {
    height: 28px;
    border: 1px solid #e5ddea;
    border-radius: 8px;
    background: #faf8fb;
}

.rsl-split__copy {
    position: relative;
    z-index: 1;
}

.rsl-check-list {
    display: grid;
    gap: 13px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.rsl-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #4f4656;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.rsl-check-list span {
    display: grid;
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    place-items: center;
    margin-top: 1px;
    border-radius: 50%;
    background: #efffd1;
    color: #5a9329;
    font-size: 11px;
}

.rsl-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--rsl-purple) !important;
    font-size: 13px;
    font-weight: 900;
}

.rsl-orders {
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 10%, rgba(109, 44, 255, .2), transparent 25%),
        radial-gradient(circle at 10% 92%, rgba(207, 255, 88, .12), transparent 25%),
        #17131f;
    color: #fff;
}

.rsl-orders::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .09) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}

.rsl-orders .rsl-shell {
    position: relative;
    z-index: 1;
}

.rsl-section-head.is-light h2 {
    color: #fff;
}

.rsl-section-head.is-light p {
    color: #aaa2b3;
}

.rsl-orders .rsl-eyebrow {
    color: var(--rsl-lime);
}

.rsl-order-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 48px;
}

.rsl-order-card {
    min-height: 410px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 26px;
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.rsl-order-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 34px;
    border-radius: 15px;
    background: rgba(207, 255, 88, .12);
    color: var(--rsl-lime);
}

.rsl-order-card > span {
    color: var(--rsl-lime);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .13em;
}

.rsl-order-card h3 {
    margin: 10px 0 10px;
    color: #fff;
    font-size: 27px;
    font-weight: 930;
    line-height: 1.12;
}

.rsl-order-card > p {
    max-width: 500px;
    margin: 0;
    color: #aaa2b1;
    font-size: 13px;
    line-height: 1.7;
}

.rsl-message-demo {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 31px;
    padding: 15px;
    border: 1px solid rgba(87, 209, 105, .22);
    border-radius: 17px;
    background: rgba(55, 185, 75, .08);
}

.rsl-message-demo > i {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 13px;
    background: #49bd62;
    color: #fff;
}

.rsl-message-demo > i svg {
    display: block;
    width: 22px;
    height: 22px;
    color: #fff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rsl-message-demo > i svg path {
    fill: none !important;
    stroke: currentColor !important;
}

.rsl-message-demo div {
    display: grid;
    gap: 3px;
}

.rsl-message-demo strong {
    color: #effff1;
    font-size: 10px;
    font-weight: 850;
}

.rsl-message-demo small {
    color: #9abca0;
    font-size: 9px;
}

.rsl-order-demo {
    display: grid;
    gap: 1px;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 17px;
    background: rgba(255, 255, 255, .08);
}

.rsl-order-demo > div {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: #201b29;
}

.rsl-order-demo span {
    color: #9d95a5;
    font-size: 9px;
    font-weight: 750;
}

.rsl-order-demo strong,
.rsl-order-demo b {
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.rsl-order-demo b {
    color: var(--rsl-lime);
}

.rsl-order-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 17px;
    background: rgba(255, 255, 255, .04);
}

.rsl-order-note > span {
    display: grid;
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: rgba(207, 255, 88, .12);
    color: var(--rsl-lime);
    font-size: 12px;
    font-weight: 900;
}

.rsl-order-note p {
    margin: 0;
    color: #a69eae;
    font-size: 11px;
    line-height: 1.6;
}

.rsl-growth {
    background:
        radial-gradient(circle at 15% 8%, rgba(207, 255, 88, .17), transparent 25%),
        radial-gradient(circle at 88% 82%, rgba(109, 44, 255, .08), transparent 24%),
        linear-gradient(180deg, #fbfff2, #ffffff 48%, #faf7ff);
}

.rsl-growth__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
    align-items: center;
    gap: 82px;
}

.rsl-growth__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.rsl-growth__chips span {
    padding: 8px 11px;
    border: 1px solid #e4dce9;
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    color: #554b5d;
    font-size: 10px;
    font-weight: 800;
}

.rsl-analytics-card {
    overflow: hidden;
    padding: 28px;
    border: 1px solid #ded5e5;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(44, 28, 61, .1);
}

.rsl-analytics-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.rsl-analytics-card__top > div {
    display: grid;
    gap: 4px;
}

.rsl-analytics-card__top small {
    color: #8b8191;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.rsl-analytics-card__top strong {
    color: #2d2235;
    font-size: 18px;
    font-weight: 900;
}

.rsl-analytics-card__top > span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #efffd0;
    color: #5a9425;
    font-size: 10px;
    font-weight: 900;
}

.rsl-analytics-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 24px 0;
}

.rsl-analytics-stats > div {
    display: grid;
    gap: 5px;
    padding: 14px;
    border: 1px solid #ebe5ee;
    border-radius: 15px;
    background: #fbf9fc;
}

.rsl-analytics-stats span {
    color: #8a8290;
    font-size: 8px;
    font-weight: 750;
}

.rsl-analytics-stats strong {
    color: #2a2031;
    font-size: 17px;
    font-weight: 950;
}

.rsl-chart {
    display: flex;
    height: 180px;
    align-items: flex-end;
    gap: 9px;
    padding: 20px 4px 0;
    border-top: 1px solid #eee8f1;
}

.rsl-chart i {
    width: 100%;
    height: var(--h);
    min-height: 24px;
    border-radius: 7px 7px 2px 2px;
    background: linear-gradient(180deg, #7c43ff, #d8c8ff);
}

.rsl-chart i:nth-child(3n) {
    background: linear-gradient(180deg, #cfff58, #eaffad);
}

.rsl-steps {
    background:
        radial-gradient(circle at 90% 12%, rgba(109, 44, 255, .07), transparent 24%),
        linear-gradient(180deg, #ffffff, #f8f6fb);
}

.rsl-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 48px;
    border: 1px solid #e3dce8;
    border-radius: 26px;
    background: #fff;
    overflow: hidden;
}

.rsl-step-grid article {
    min-height: 270px;
    padding: 30px;
    border-inline-end: 1px solid #e3dce8;
}

.rsl-step-grid article:last-child {
    border-inline-end: 0;
}

.rsl-step-grid article > span {
    color: var(--rsl-purple);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .12em;
}

.rsl-step-grid h3 {
    margin: 44px 0 12px;
    color: #2a2031;
    font-size: 20px;
    font-weight: 920;
}

.rsl-step-grid p {
    margin: 0;
    color: #7a727f;
    font-size: 12px;
    line-height: 1.72;
}

.rsl-pricing {
    background:
        radial-gradient(circle at 92% 5%, rgba(109, 44, 255, .09), transparent 25%),
        #f8f6fa;
}

.rsl-pricing__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.rsl-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 48px;
}

.rsl-plan-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 520px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #e1dae6;
    border-radius: 23px;
    background: #fff;
}

.rsl-plan-card.is-popular {
    border-color: rgba(109, 44, 255, .55);
    box-shadow: 0 20px 55px rgba(109, 44, 255, .11);
}

.rsl-plan-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 5px 8px;
    border-radius: 999px;
    background: var(--rsl-lime);
    color: #302637;
    font-size: 7px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rsl-plan-card__head > span {
    color: var(--rsl-purple);
    font-size: 11px;
    font-weight: 950;
}

.rsl-plan-card__head h3 {
    min-height: 54px;
    margin: 9px 0 0;
    color: #2f2436;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.45;
}

.rsl-plan-price {
    display: grid;
    min-height: 90px;
    align-content: center;
    gap: 5px;
    margin: 21px 0;
    padding: 17px 0;
    border-top: 1px solid #eee8f1;
    border-bottom: 1px solid #eee8f1;
}

.rsl-plan-price strong {
    color: #241b2a;
    font-size: 24px;
    font-weight: 950;
}

.rsl-plan-price small {
    color: #8a8190;
    font-size: 9px;
    font-weight: 750;
}

.rsl-plan-card ul {
    display: grid;
    gap: 11px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.rsl-plan-card li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #625966;
    font-size: 10px;
    line-height: 1.5;
}

.rsl-plan-card li span {
    color: #5f992d;
    font-weight: 950;
}

.rsl-plan-card > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border: 1px solid #ddd4e4;
    border-radius: 12px;
    background: #fff;
    color: #3a2f42 !important;
    font-size: 11px;
    font-weight: 900;
}

.rsl-plan-card.is-popular > a {
    border-color: var(--rsl-purple);
    background: var(--rsl-purple);
    color: #fff !important;
}

.rsl-comparison {
    margin-top: 34px;
    overflow: hidden;
    border: 1px solid #e0d9e5;
    border-radius: 24px;
    background: #fff;
}

.rsl-comparison__head {
    padding: 24px 26px 14px;
}

.rsl-comparison__head > span {
    color: var(--rsl-purple);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .12em;
}

.rsl-comparison__head h3 {
    margin: 6px 0 0;
    color: #2a2031;
    font-size: 22px;
    font-weight: 930;
}

.rsl-comparison__table-wrap {
    overflow-x: auto;
}

.rsl-comparison table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
}

.rsl-comparison th,
.rsl-comparison td {
    padding: 14px 18px;
    border-top: 1px solid #eee8f1;
    border-inline-end: 1px solid #f0ebf2;
    color: #655c6a;
    font-size: 10px;
    text-align: center;
}

.rsl-comparison th:first-child {
    width: 31%;
    color: #39303f;
    text-align: start;
    font-weight: 850;
}

.rsl-comparison thead th {
    background: #fbf9fc;
    color: #33293b;
    font-weight: 900;
}

.rsl-comparison td.is-yes {
    color: #5f9a2f;
    font-size: 15px;
    font-weight: 950;
}

.rsl-faq {
    background:
        radial-gradient(circle at 10% 18%, rgba(109, 44, 255, .08), transparent 24%),
        radial-gradient(circle at 92% 82%, rgba(207, 255, 88, .10), transparent 24%),
        linear-gradient(180deg, #faf8fd, #ffffff);
}

.rsl-faq__grid {
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 82px;
}

.rsl-faq__intro {
    position: sticky;
    top: 32px;
}

.rsl-faq__list {
    display: grid;
    gap: 10px;
}

.rsl-faq__list details {
    overflow: hidden;
    border: 1px solid #e4dde8;
    border-radius: 18px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.rsl-faq__list details[open] {
    border-color: #d5c7e7;
    box-shadow: 0 15px 35px rgba(53, 36, 70, .055);
}

.rsl-faq__list summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 19px;
    list-style: none;
    cursor: pointer;
}

.rsl-faq__list summary::-webkit-details-marker {
    display: none;
}

.rsl-faq__list summary span {
    color: #33283b;
    font-size: 13px;
    font-weight: 880;
}

.rsl-faq__list summary i {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border: 1px solid #ded6e4;
    border-radius: 9px;
}

.rsl-faq__list summary i::before,
.rsl-faq__list summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.5px;
    border-radius: 999px;
    background: #635a6a;
    transform: translate(-50%, -50%);
}

.rsl-faq__list summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .18s ease;
}

.rsl-faq__list details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.rsl-faq__list details > div {
    padding: 0 19px 19px;
}

.rsl-faq__list p {
    max-width: 720px;
    margin: 0;
    color: #756d7a;
    font-size: 12px;
    line-height: 1.75;
}

.rsl-final-cta {
    padding: 34px 0 96px;
    background:
        radial-gradient(circle at 12% 12%, rgba(109, 44, 255, .08), transparent 24%),
        radial-gradient(circle at 88% 86%, rgba(207, 255, 88, .10), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f8f5fc 100%);
}

.rsl-final-cta__card {
    position: relative;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 200px;
    align-items: center;
    gap: 36px;
    overflow: hidden;
    min-height: 270px;
    padding: 42px 46px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 80% 10%, rgba(109, 44, 255, .36), transparent 28%),
        radial-gradient(circle at 10% 100%, rgba(207, 255, 88, .13), transparent 24%),
        #17121f;
    color: #fff;
}

.rsl-final-cta__card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255, 255, 255, .11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .11) 1px, transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
}

.rsl-final-cta__brand,
.rsl-final-cta__copy,
.rsl-final-cta__actions {
    position: relative;
    z-index: 1;
}

.rsl-final-cta__brand {
    display: grid;
    justify-items: start;
    gap: 12px;
}

.rsl-final-cta__logo {
    width: 168px;
    height: 54px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 15px;
    background: rgba(255, 255, 255, .94);
    object-fit: contain;
    object-position: left center;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}

.rsl-final-cta__brand > span {
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #d6cfdb;
    font-size: 9px;
    font-weight: 850;
}

.rsl-final-cta__copy > span {
    color: var(--rsl-lime);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .13em;
}

.rsl-final-cta__copy h2 {
    max-width: 650px;
    margin: 10px 0 9px;
    color: #fff;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 950;
    line-height: 1.03;
    letter-spacing: -.04em;
}

.rsl-final-cta__copy p {
    max-width: 620px;
    margin: 0;
    color: #aaa2b1;
    font-size: 12px;
    line-height: 1.65;
}

.rsl-final-cta__actions {
    display: grid;
    gap: 9px;
}

.rsl-button--lime {
    border-color: var(--rsl-lime);
    background: var(--rsl-lime);
    color: #241b29 !important;
    box-shadow: 0 14px 30px rgba(207, 255, 88, .13);
}

.rsl-button--lime:hover,
.rsl-button--lime:focus-visible {
    border-color: #bffa3d;
    background: #bffa3d;
    color: #241b29 !important;
}

.rsl-button--dark {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .055);
    color: #fff !important;
    box-shadow: none;
}

.rsl-button--dark:hover,
.rsl-button--dark:focus-visible {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .1);
}

[dir="rtl"] .rafyzo-store-landing {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .rsl-final-cta__logo {
    object-position: right center;
}

[dir="rtl"] .rsl-button svg {
    transform: scaleX(-1);
}

[dir="rtl"] .rsl-plan-badge {
    right: auto;
    left: 14px;
}

@media (max-width: 1180px) {












































    html.rafyzo-landing-menu-open,
    html.rafyzo-landing-menu-open body {
        overflow: hidden;
    }

    .rsl-hero__grid {
        grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr);
        gap: 40px;
    }

    .rsl-split {
        grid-template-columns: minmax(470px, 1fr) minmax(0, .9fr);
        gap: 48px;
    }

    .rsl-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .rsl-hero {
        padding: 72px 0;
    }

    .rsl-hero__grid,
    .rsl-split,
    .rsl-growth__grid,
    .rsl-faq__grid {
        grid-template-columns: 1fr;
    }

    .rsl-hero__visual {
        min-height: 570px;
        margin-top: 12px;
    }

    .rsl-browser {
        inset-inline: 20px;
    }

    .rsl-trust__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rsl-trust__grid > div:nth-child(2) {
        border-inline-end: 0;
    }

    .rsl-trust__grid > div:nth-child(-n+2) {
        border-bottom: 1px solid #eee9f1;
    }

    .rsl-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rsl-editor__visual {
        order: 2;
    }

    .rsl-order-grid {
        grid-template-columns: 1fr;
    }

    .rsl-growth__grid {
        gap: 48px;
    }

    .rsl-step-grid {
        grid-template-columns: 1fr;
    }

    .rsl-step-grid article {
        min-height: 0;
        border-inline-end: 0;
        border-bottom: 1px solid #e3dce8;
    }

    .rsl-step-grid article:last-child {
        border-bottom: 0;
    }

    .rsl-step-grid h3 {
        margin-top: 20px;
    }

    .rsl-pricing__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .rsl-faq__grid {
        gap: 36px;
    }

    .rsl-faq__intro {
        position: static;
    }

    .rsl-final-cta__card {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .rsl-final-cta__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }




}

@media (max-width: 680px) {
    .rafyzo-store-landing .rsl-shell {
        width: min(100% - 32px, 1220px);
    }









    .rsl-hero {
        padding: 64px 0 58px;
    }

    .rsl-hero h1 {
        margin-top: 19px;
        font-size: clamp(42px, 12.5vw, 62px);
        line-height: 1.01;
    }

    .rsl-hero__copy > p {
        font-size: 16px;
        line-height: 1.72;
    }

    .rsl-hero__actions {
        display: grid;
    }

    .rsl-hero__actions .rsl-button {
        width: 100%;
    }

    .rsl-hero__proof {
        display: grid;
        gap: 10px;
    }

    .rsl-hero__visual {
        min-height: 445px;
        margin-top: 28px;
    }

    .rsl-browser {
        inset: 10px 0 10px 0;
        border-radius: 21px;
        transform: none;
    }

    .rsl-browser__bar {
        height: 36px;
    }

    .rsl-store-preview__cover {
        height: 112px;
        padding: 17px;
    }

    .rsl-store-preview__brand i {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 15px;
    }

    .rsl-store-preview__brand strong {
        font-size: 13px;
    }

    .rsl-store-preview__categories {
        padding: 12px 14px 4px;
        overflow: hidden;
    }

    .rsl-store-preview__heading {
        padding: 15px 14px 10px;
    }

    .rsl-store-preview__products {
        gap: 8px;
        padding: 0 14px;
    }

    .rsl-product-art {
        height: 95px;
        border-radius: 12px;
    }

    .rsl-product-art::before {
        width: 68px;
        height: 70px;
        top: 22px;
    }

    .rsl-product-art::after {
        width: 34px;
        height: 14px;
        top: 17px;
        border-width: 5px;
    }

    .rsl-floating-card--orders {
        top: -7px;
        right: -8px;
        min-width: 112px;
        padding: 11px 12px;
    }

    .rsl-floating-card--cart {
        left: -8px;
        bottom: -5px;
    }

    .rsl-trust__grid {
        grid-template-columns: 1fr;
    }

    .rsl-trust__grid > div {
        min-height: 86px;
        padding: 16px 6px;
        border-inline-end: 0;
        border-bottom: 1px solid #eee9f1;
    }

    .rsl-trust__grid > div:last-child {
        border-bottom: 0;
    }

    .rsl-section {
        padding: 78px 0;
    }

    .rsl-section-head h2,
    .rsl-split__copy h2,
    .rsl-growth__grid h2,
    .rsl-faq__intro h2 {
        font-size: clamp(36px, 10.5vw, 48px);
    }

    .rsl-feature-grid {
        grid-template-columns: 1fr;
    }

    .rsl-feature-card {
        min-height: 245px;
        padding: 24px;
    }

    .rsl-icon {
        margin-bottom: 30px;
    }

    .rsl-editor-window__body {
        grid-template-columns: 82px 1fr;
    }

    .rsl-editor-controls {
        display: none;
    }

    .rsl-editor-window__top > div span:not(.is-active) {
        display: none;
    }

    .rsl-editor-phone {
        padding: 17px 8px;
    }

    .rsl-editor-phone__screen {
        width: 158px;
    }

    .rsl-order-card {
        min-height: 0;
        padding: 24px;
    }

    .rsl-order-card h3 {
        font-size: 24px;
    }

    .rsl-analytics-stats {
        grid-template-columns: 1fr;
    }

    .rsl-chart {
        height: 130px;
        gap: 6px;
    }

    .rsl-plan-grid {
        grid-template-columns: 1fr;
    }

    .rsl-plan-card {
        min-height: 0;
    }

    .rsl-faq__list summary {
        min-height: 62px;
        padding: 0 15px;
    }

    .rsl-faq__list details > div {
        padding: 0 15px 16px;
    }

    .rsl-final-cta {
        padding-bottom: 60px;
    }

    .rsl-final-cta__card {
        padding: 30px 24px;
        border-radius: 24px;
    }

    .rsl-final-cta__actions {
        grid-template-columns: 1fr;
    }










}

@media (max-width: 420px) {




    .rsl-store-preview__products article:nth-child(3) {
        display: none;
    }

    .rsl-store-preview__products {
        grid-template-columns: 1fr 1fr;
    }




}


/* Store landing alignment with the shared RAFYZO landing shell. */
.rafyzo-store-landing > .rafyzo-header.is-store-landing + main {
    position: relative;
}

@media (max-width: 960px) {
    .rsl-hero {
        padding-top: 78px;
    }
}

/* Central subscription availability state for store pricing CTAs. */
.rafyzo-store-landing .rsl-plan-card > a.is-disabled,
.rafyzo-store-landing .rsl-plan-card > a[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.52;
    pointer-events: none;
}
