/* RAFYZO shared marketing shell: landing footer + reusable landing header. */
:root {
    --rfz-shared-purple: #6b35f6;
    --rfz-shared-lime: #cfff5b;
    --rfz-shared-ink: #17131f;
    --rfz-shared-line: #e8e2ee;
}

.rafyzo-header.is-landing-header a,
.rafyzo-header.is-landing-header a:hover,
.rafyzo-header.is-landing-header a:focus,
.rafyzo-header.is-landing-header a:active {
    text-decoration: none !important;
}

.rafyzo-header.is-landing-header .rafyzo-header__brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
}

.rafyzo-header.is-landing-header .rafyzo-header__logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
}

.rafyzo-header.is-landing-header .rafyzo-header__navigation {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
}

.rafyzo-header.is-landing-header .rafyzo-header__menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rafyzo-header.is-landing-header .rafyzo-header__menu li { margin: 0; }

/* Shared services/products dropdowns used by every RAFYZO landing header. */
.rafyzo-header.is-landing-header .rafyzo-header__catalog-menus {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-inline-start: 18px;
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown {
    position: relative;
    flex: 0 0 auto;
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown-toggle {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 0 11px;
    border: 1px solid #e7e0ec;
    border-radius: 10px;
    background: #fff;
    color: #403748;
    box-shadow: none;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown-toggle:hover,
.rafyzo-header.is-landing-header .rafyzo-header__dropdown-toggle:focus-visible,
.rafyzo-header.is-landing-header .rafyzo-header__dropdown.is-open > .rafyzo-header__dropdown-toggle {
    border-color: #cfc0ea;
    background: #faf7ff;
    color: #5b2ed4;
    box-shadow: 0 8px 20px rgba(86, 49, 151, .08);
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown-toggle:focus-visible {
    outline: 2px solid rgba(107, 53, 246, .22);
    outline-offset: 2px;
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown-toggle svg {
    display: block;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .18s ease;
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown.is-open > .rafyzo-header__dropdown-toggle svg {
    transform: rotate(180deg);
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown-panel {
    position: absolute;
    top: calc(100% + 10px);
    inset-inline-end: 0;
    z-index: 30;
    display: grid;
    width: max-content;
    min-width: 210px;
    max-width: min(300px, calc(100vw - 28px));
    gap: 4px;
    padding: 8px;
    border: 1px solid #e8e1ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(30, 21, 45, .14);
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown-panel[hidden] {
    display: none !important;
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown-panel a {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 10px;
    border-radius: 9px;
    color: #2e2635 !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
    text-decoration: none !important;
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown-panel a:hover,
.rafyzo-header.is-landing-header .rafyzo-header__dropdown-panel a:focus-visible {
    background: #f7f3ff;
    color: #5b2ed4 !important;
}

.rafyzo-header.is-landing-header .rafyzo-header__dropdown-panel a b {
    color: #8d79b8;
    font-size: 12px;
    font-weight: 800;
}

.rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog {
    display: none;
}

.rafyzo-header.is-landing-header .rafyzo-header__actions { display: flex; }

.rafyzo-header.is-landing-header .rafyzo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-family: inherit;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.rafyzo-header.is-landing-header .rafyzo-button--login {
    border-color: #e5dfe9;
    background: #fff;
    color: #332a3b !important;
}

.rafyzo-header.is-landing-header .rafyzo-button--login:hover,
.rafyzo-header.is-landing-header .rafyzo-button--login:focus-visible {
    border-color: #d2c2eb;
    background: #faf7ff;
    color: #5b2ed4 !important;
}

.rafyzo-header.is-landing-header .rafyzo-button--primary {
    border-color: var(--rfz-shared-purple);
    background: var(--rfz-shared-purple);
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(107,53,246,.16);
}

.rafyzo-header.is-landing-header .rafyzo-button--primary:hover,
.rafyzo-header.is-landing-header .rafyzo-button--primary:focus-visible {
    border-color: #5b28df;
    background: #5b28df;
    color: #fff !important;
}

.rafyzo-header.is-landing-header .rafyzo-button--logout {
    border-color: #eadfe8;
    background: #fff;
    color: #7d314b !important;
}

.rafyzo-header.is-landing-header .rafyzo-button--logout:hover,
.rafyzo-header.is-landing-header .rafyzo-button--logout:focus-visible {
    border-color: #e6bcca;
    background: #fff3f6;
    color: #6d203b !important;
}

.rafyzo-header.is-landing-header .rafyzo-mobile-menu {
    position: relative;
    display: none;
}

.rafyzo-header.is-landing-header .rafyzo-mobile-menu__toggle {
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    list-style: none;
}

.rafyzo-header.is-landing-header .rafyzo-mobile-menu__toggle::-webkit-details-marker { display: none; }

.rafyzo-header.is-landing-header .rafyzo-mobile-menu__toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background: #111827;
}

.rafyzo-header.is-landing-header .rafyzo-mobile-menu__backdrop,
.rafyzo-header.is-landing-header .rafyzo-mobile-menu__head { display: none; }

.rafyzo-header.is-landing-header .rafyzo-mobile-menu__links,
.rafyzo-header.is-landing-header .rafyzo-mobile-menu__links li {
    margin: 0;
    padding: 0;
    list-style: none;
}


.rafyzo-header.is-landing-header {
    position: fixed !important;
    inset: 0 0 auto !important;
    z-index: 999999 !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(231, 226, 236, .9) !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 8px 34px rgba(25, 18, 37, .035) !important;
    backdrop-filter: blur(16px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(160%) !important;
}


.admin-bar .rafyzo-header.is-landing-header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .rafyzo-header.is-landing-header {
        top: 46px !important;
    }
}

.rafyzo-header.is-landing-header .rafyzo-header__container {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    width: min(1320px, calc(100% - 48px));
    min-height: 78px;
    align-items: center;
    column-gap: 28px;
    margin-inline: auto;
}

.rafyzo-header.is-landing-header .rafyzo-header__brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
}

.rafyzo-header.is-landing-header .rafyzo-header__logo .custom-logo,
.rafyzo-header.is-landing-header .rafyzo-header__clean-logo {
    display: block;
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: none;
    object-fit: contain;
}

.rafyzo-header__context-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding-inline-start: 13px;
    color: #625b69;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.rafyzo-header__context-label::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    width: 1px;
    height: 18px;
    background: #e3dce8;
    transform: translateY(-50%);
}

.rafyzo-header.is-landing-header .rafyzo-header__navigation {
    min-width: 0;
    justify-self: center;
}

.rafyzo-header.is-landing-header .rafyzo-header__menu {
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(18px, 2vw, 30px);
    white-space: nowrap;
}

.rafyzo-header.is-landing-header .rafyzo-header__menu a {
    padding: 10px 0;
    color: #4c4554 !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.rafyzo-header.is-landing-header .rafyzo-header__actions {
    display: flex;
    min-width: max-content;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 9px;
    white-space: nowrap;
}

.rafyzo-header.is-landing-header .rafyzo-button {
    min-height: 42px;
    padding-inline: 14px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}


html.rafyzo-landing-menu-open {
    overflow: hidden;
}

@media (max-width: 1280px) {
    .rafyzo-header.is-landing-header .rafyzo-header__container {
        display: flex !important;
        width: min(1240px, calc(100% - 36px));
        min-height: 74px;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .rafyzo-header.is-landing-header .rafyzo-header__navigation,
    .rafyzo-header.is-landing-header .rafyzo-header__actions {
        display: none !important;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu {
        display: block;
        margin-inline-start: auto;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu[open] {
        position: static;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__backdrop {
        position: fixed;
        inset: 0;
        z-index: 9997;
        display: block;
        border: 0;
        background: rgba(22, 16, 36, .50);
        backdrop-filter: blur(4px);
        cursor: default;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__panel {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        z-index: 9998 !important;
        width: min(86vw, 360px) !important;
        max-width: none !important;
        height: 100dvh;
        padding: 20px !important;
        overflow-y: auto;
        border: 0 !important;
        border-radius: 24px 0 0 24px !important;
        background: #fff !important;
        box-shadow: -20px 0 55px rgba(20, 13, 35, .20) !important;
        transform: translateX(105%);
        opacity: 0;
        visibility: hidden;
        transition: transform .28s ease, opacity .22s ease, visibility .22s ease;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu[open] .rafyzo-mobile-menu__panel {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    [dir="rtl"] .rafyzo-header.is-landing-header .rafyzo-mobile-menu__panel {
        right: auto !important;
        left: 0 !important;
        border-radius: 0 24px 24px 0 !important;
        transform: translateX(-105%);
    }

    [dir="rtl"] .rafyzo-header.is-landing-header .rafyzo-mobile-menu[open] .rafyzo-mobile-menu__panel {
        transform: translateX(0);
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee9f4;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__head strong {
        color: #21182f;
        font-size: 17px;
        font-weight: 900;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__close {
        display: grid;
        width: 40px;
        height: 40px;
        place-items: center;
        padding: 0;
        border: 1px solid #e6deef;
        border-radius: 12px;
        background: #fff;
        color: #21182f;
        cursor: pointer;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__close svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__links {
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__links li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__links a {
        display: flex;
        align-items: center;
        padding: 11px 12px;
        border-radius: 10px;
        color: #1f2937 !important;
        font-size: 14px;
        font-weight: 750;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog {
        display: grid;
        gap: 8px;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #ece7f0;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog .rafyzo-header__dropdown {
        width: 100%;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog .rafyzo-header__dropdown-toggle {
        width: 100%;
        min-height: 46px;
        justify-content: space-between;
        padding: 0 12px;
        border-color: #e8e1ee;
        border-radius: 11px;
        background: #fff;
        color: #2d2535;
        font-size: 14px;
        font-weight: 850;
        text-align: start;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog .rafyzo-header__dropdown-toggle:hover,
    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog .rafyzo-header__dropdown-toggle:focus-visible,
    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog .rafyzo-header__dropdown.is-open > .rafyzo-header__dropdown-toggle {
        border-color: #d6c7ef;
        background: #faf8ff;
        color: #5b2ed4;
        box-shadow: none;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog .rafyzo-header__dropdown-panel {
        position: static;
        width: 100%;
        min-width: 0;
        max-width: none;
        gap: 2px;
        margin-top: 6px;
        padding: 5px;
        border-color: #ece6f1;
        border-radius: 11px;
        background: #fbfaff;
        box-shadow: none;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog .rafyzo-header__dropdown-panel a {
        min-height: 40px;
        padding: 8px 9px;
        border-radius: 8px;
        color: #3a3142 !important;
        font-size: 13px;
        white-space: normal;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog .rafyzo-header__dropdown-panel a:hover,
    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__catalog .rafyzo-header__dropdown-panel a:focus-visible {
        background: #f2ecff;
        color: #5b2ed4 !important;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__actions {
        display: grid;
        gap: 9px;
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid #ece7f0;
    }

    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__actions .rafyzo-button,
    .rafyzo-header.is-landing-header .rafyzo-mobile-menu__actions .px-language-switcher {
        width: 100%;
    }
}


@media (max-width: 991px) {
    .rafyzo-header.is-landing-header + main {
        padding-top: 74px;
    }
}

@media (max-width: 620px) {
    .rafyzo-header.is-landing-header + main {
        padding-top: 70px;
    }

    .rafyzo-header.is-landing-header .rafyzo-header__container {
        width: calc(100% - 28px);
        min-height: 70px;
    }

    .rafyzo-header.is-landing-header .rafyzo-header__logo .custom-logo,
    .rafyzo-header.is-landing-header .rafyzo-header__clean-logo {
        max-width: 126px;
        height: auto;
        max-height: none;
    }

    .rafyzo-header__context-label {
        font-size: 10px;
    }
}

/* One footer component for every RAFYZO landing page. */
.rafyzo-footer {
    position: relative;
    overflow: hidden;
    padding: 88px 0 30px;
    background:
        radial-gradient(circle at 10% 10%, rgba(204,239,114,.12), transparent 28%),
        radial-gradient(circle at 90% 80%, rgba(124,92,255,.18), transparent 34%),
        #151128;
    color: #fff;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    caret-color: transparent;
}

.rafyzo-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent);
}

.rafyzo-footer .rafyzo-section__container {
    position: relative;
    z-index: 1;
    width: min(1220px, calc(100% - 48px));
    margin-inline: auto;
}

.rafyzo-footer__main {
    display: grid;
    grid-template-columns: minmax(280px, 1.15fr) 2fr;
    gap: 90px;
    padding-bottom: 64px;
}

.rafyzo-footer__brand { max-width: 410px; }

.rafyzo-footer__logo {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
}

.rafyzo-footer__logo .custom-logo-link { display: inline-flex; }

.rafyzo-footer__logo .custom-logo {
    display: block;
    width: auto !important;
    max-width: 170px;
    height: auto !important;
    max-height: 48px;
    aspect-ratio: auto;
    object-fit: contain;
}

.rafyzo-footer__description {
    margin: 24px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.8;
}

.rafyzo-footer__cta {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 13px 22px;
    border: 1px solid rgba(220,245,143,.65);
    border-radius: 14px;
    background: linear-gradient(135deg, #e3f8a1, #ccef72);
    color: #211a3d !important;
    box-shadow: 0 14px 32px rgba(204,239,114,.16);
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.rafyzo-footer__cta:hover {
    transform: translateY(-2px);
    color: #211a3d !important;
    box-shadow: 0 18px 38px rgba(204,239,114,.24);
}

.rafyzo-footer__columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 38px;
}

.rafyzo-footer__column-title {
    margin: 0 0 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.rafyzo-footer__links {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rafyzo-footer__links a {
    position: relative;
    display: inline-flex;
    color: rgba(255,255,255,.62) !important;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease;
}

.rafyzo-footer__links a::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    border-radius: 99px;
    background: #dcef8f;
    transition: width .2s ease;
}

.rafyzo-footer__links a:hover {
    transform: translateX(4px);
    color: #fff !important;
}

[dir="rtl"] .rafyzo-footer__links a:hover { transform: translateX(-4px); }
.rafyzo-footer__links a:hover::after { width: 22px; }

.rafyzo-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.48);
    font-size: 14px;
}

.rafyzo-footer__bottom p { margin: 0; }
.rafyzo-footer__location { color: rgba(220,245,143,.72); }

@media (max-width: 1100px) {
    .rafyzo-footer__main { grid-template-columns: 1fr; gap: 54px; }
    .rafyzo-footer__brand { max-width: 600px; }
}

@media (max-width: 767px) {
    .rafyzo-footer { padding: 68px 0 26px; }
    .rafyzo-footer .rafyzo-section__container { width: min(100% - 32px, 1220px); }
    .rafyzo-footer__main { gap: 46px; padding-bottom: 44px; }
    .rafyzo-footer__columns { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 38px 24px; }
    .rafyzo-footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 480px) {
    .rafyzo-footer__columns { grid-template-columns: 1fr; }
}

/* Shared monthly/yearly pricing control for RAFYZO product landing pages. */
.rafyzo-billing-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
    padding: 4px;
    border: 1px solid #ddd4e4;
    border-radius: 15px;
    background: #fff;
}

.rafyzo-billing-toggle button {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 15px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #6f6677;
    font: inherit;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.rafyzo-billing-toggle button:hover,
.rafyzo-billing-toggle button:focus-visible {
    background: #f5f1fa;
    color: #34273f;
    outline: none;
}

.rafyzo-billing-toggle button.is-active,
.rafyzo-billing-toggle button.is-active:hover,
.rafyzo-billing-toggle button.is-active:focus-visible {
    background: #24182d;
    color: #fff;
}

.rafyzo-billing-toggle small {
    padding: 3px 6px;
    border-radius: 999px;
    background: #cfff58;
    color: #2d2531;
    font-size: 7px;
    font-weight: 950;
    line-height: 1;
}

@media (max-width: 760px) {
    .rafyzo-billing-toggle {
        width: 100%;
    }

    .rafyzo-billing-toggle button {
        width: 50%;
        padding-inline: 10px;
    }
}

/* Dynamic free-trial marker shared by RAFYZO product landings. */
.rafyzo-trial-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 14px;
    padding: 7px 11px;
    border: 1px solid rgba(111, 61, 244, .18);
    border-radius: 999px;
    background: rgba(111, 61, 244, .09);
    color: #6333e8;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .055em;
    line-height: 1.15;
    white-space: nowrap;
}
.rsl-plan-card > .rafyzo-trial-badge,
.rafyzo-dp-landing .rdp-plan-card > .rafyzo-trial-badge,
.rafyzo-restaurant-landing .rrl-plan-card > .rafyzo-trial-badge {
    position: static;
    align-self: flex-start;
}
[dir="rtl"] .rafyzo-trial-badge { letter-spacing: 0; }
@media (max-width: 520px) {
    .rafyzo-trial-badge { white-space: normal; text-align: center; }
}

/* Progressive rendering for RAFYZO marketing landings. */
@supports (content-visibility: auto) {
    .rfz-platform__main > section:nth-of-type(n+2):not(.rfz-platform-faq) > .rfz-platform-shell,
    .rafyzo-dp-landing > main > section:nth-of-type(n+3) > .rdp-shell,
    .rafyzo-store-landing > main > section:nth-of-type(n+3):not(.rsl-faq) > .rsl-shell,
    .rafyzo-restaurant-landing > main > section:nth-of-type(n+3) > .rrl-shell,
    .rafyzo-cards-landing > .rcl-main > section:nth-of-type(n+2):not(.rcl-customizer) > .rcl-shell {
        content-visibility: auto;
        contain-intrinsic-size: auto 720px;
    }

    .rfz-perf-revealed {
        content-visibility: visible;
    }
}

.rfz-perf-reveal-pending {
    opacity: .001;
    transform: translate3d(0, 18px, 0);
    transition: opacity .46s cubic-bezier(.22, 1, .36, 1), transform .46s cubic-bezier(.22, 1, .36, 1);
}

.rfz-perf-revealed {
    opacity: 1;
    transform: none;
    transition: opacity .46s cubic-bezier(.22, 1, .36, 1), transform .46s cubic-bezier(.22, 1, .36, 1);
}

@media (max-width: 760px) {
    @supports (content-visibility: auto) {
        .rfz-platform__main > section:nth-of-type(n+2):not(.rfz-platform-faq) > .rfz-platform-shell,
        .rafyzo-dp-landing > main > section:nth-of-type(n+3) > .rdp-shell,
        .rafyzo-store-landing > main > section:nth-of-type(n+3):not(.rsl-faq) > .rsl-shell,
        .rafyzo-restaurant-landing > main > section:nth-of-type(n+3) > .rrl-shell,
        .rafyzo-cards-landing > .rcl-main > section:nth-of-type(n+2):not(.rcl-customizer) > .rcl-shell,
        .rafyzo-reviews-landing > main > section:nth-of-type(n+3):not(.rrv-section--soft) > .rrv-shell {
            contain-intrinsic-size: auto 880px;
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .rfz-perf-reveal-pending,
    .rfz-perf-revealed {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Marketing shell compatibility after removing Astra presentation assets. */
:is(
    body.rafyzo-main-landing-page,
    body.rafyzo-profile-landing-page,
    body.rafyzo-store-landing-page,
    body.rafyzo-restaurant-landing-page,
    body.rafyzo-cards-landing-page,
    body.rafyzo-reviews-landing-page
) .skip-link {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

:is(
    body.rafyzo-main-landing-page,
    body.rafyzo-profile-landing-page,
    body.rafyzo-store-landing-page,
    body.rafyzo-restaurant-landing-page,
    body.rafyzo-cards-landing-page,
    body.rafyzo-reviews-landing-page
) .skip-link:focus,
:is(
    body.rafyzo-main-landing-page,
    body.rafyzo-profile-landing-page,
    body.rafyzo-store-landing-page,
    body.rafyzo-restaurant-landing-page,
    body.rafyzo-cards-landing-page,
    body.rafyzo-reviews-landing-page
) .skip-link:focus-visible {
    position: fixed !important;
    inset: 12px auto auto 12px !important;
    z-index: 1000001 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 11px 15px !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    border: 2px solid var(--rfz-shared-purple) !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #3f1ea8 !important;
    box-shadow: 0 10px 30px rgba(30, 20, 54, .18) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    white-space: normal !important;
}

.admin-bar:is(
    body.rafyzo-main-landing-page,
    body.rafyzo-profile-landing-page,
    body.rafyzo-store-landing-page,
    body.rafyzo-restaurant-landing-page,
    body.rafyzo-cards-landing-page,
    body.rafyzo-reviews-landing-page
) .skip-link:focus,
.admin-bar:is(
    body.rafyzo-main-landing-page,
    body.rafyzo-profile-landing-page,
    body.rafyzo-store-landing-page,
    body.rafyzo-restaurant-landing-page,
    body.rafyzo-cards-landing-page,
    body.rafyzo-reviews-landing-page
) .skip-link:focus-visible {
    top: 44px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar:is(
        body.rafyzo-main-landing-page,
        body.rafyzo-profile-landing-page,
        body.rafyzo-store-landing-page,
        body.rafyzo-restaurant-landing-page,
        body.rafyzo-cards-landing-page,
        body.rafyzo-reviews-landing-page
    ) .skip-link:focus,
    .admin-bar:is(
        body.rafyzo-main-landing-page,
        body.rafyzo-profile-landing-page,
        body.rafyzo-store-landing-page,
        body.rafyzo-restaurant-landing-page,
        body.rafyzo-cards-landing-page,
        body.rafyzo-reviews-landing-page
    ) .skip-link:focus-visible {
        top: 58px !important;
    }
}

:is(
    body.rafyzo-main-landing-page,
    body.rafyzo-profile-landing-page,
    body.rafyzo-store-landing-page,
    body.rafyzo-restaurant-landing-page,
    body.rafyzo-cards-landing-page,
    body.rafyzo-reviews-landing-page
) #ast-scroll-top,
:is(
    body.rafyzo-main-landing-page,
    body.rafyzo-profile-landing-page,
    body.rafyzo-store-landing-page,
    body.rafyzo-restaurant-landing-page,
    body.rafyzo-cards-landing-page,
    body.rafyzo-reviews-landing-page
) .ast-scroll-top-icon,
:is(
    body.rafyzo-main-landing-page,
    body.rafyzo-profile-landing-page,
    body.rafyzo-store-landing-page,
    body.rafyzo-restaurant-landing-page,
    body.rafyzo-cards-landing-page,
    body.rafyzo-reviews-landing-page
) .ast-scroll-to-top-right,
:is(
    body.rafyzo-main-landing-page,
    body.rafyzo-profile-landing-page,
    body.rafyzo-store-landing-page,
    body.rafyzo-restaurant-landing-page,
    body.rafyzo-cards-landing-page,
    body.rafyzo-reviews-landing-page
) .ast-scroll-to-top-left {
    display: none !important;
}


/* Shared Google registration CTA for RAFYZO marketing landings. */
.rafyzo-google-landing-signup {
    width: min(100%, 360px);
    margin-top: 14px;
}
.rafyzo-google-landing-signup__button {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 56px;
    padding: 9px 15px;
    border: 1px solid rgba(91,45,176,.18);
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    color: #2b2136;
    box-shadow: 0 9px 26px rgba(43,28,61,.07);
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
    -webkit-tap-highlight-color: transparent;
}
.rafyzo-google-landing-signup__button:hover,
.rafyzo-google-landing-signup__button:focus-visible {
    border-color: rgba(109,44,255,.34);
    background: #fff;
    color: #2b2136;
    box-shadow: 0 13px 32px rgba(49,29,71,.11);
    transform: translateY(-1px);
    text-decoration: none !important;
}
.rafyzo-google-landing-signup__button:focus-visible {
    outline: 3px solid rgba(109,44,255,.15);
    outline-offset: 3px;
}
.rafyzo-google-landing-signup__icon {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
}
.rafyzo-google-landing-signup__icon svg {
    display: block;
    width: 22px;
    height: 22px;
    transition: transform .18s ease;
}
.rafyzo-google-landing-signup__button:hover .rafyzo-google-landing-signup__icon svg { transform: scale(1.05); }
.rafyzo-google-landing-signup__button::before,
.rafyzo-google-landing-signup__button::after {
    display: none !important;
    content: none !important;
}
/* Backward compatibility for cached Stage 1B HTML that still contains the old arrow element. */
.rafyzo-google-landing-signup__arrow {
    display: none !important;
}
.rafyzo-google-landing-signup__copy {
    min-width: 0;
    flex: 1 1 auto;
    display: grid;
    gap: 2px;
    text-align: start;
}
.rafyzo-google-landing-signup__copy strong {
    color: #2b2136;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.22;
}
.rafyzo-google-landing-signup__copy small {
    overflow: hidden;
    color: #857b8e;
    font-size: 9.5px;
    font-weight: 650;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rfz-platform-hero__copy .rafyzo-google-landing-signup,
.rdp-hero__copy .rafyzo-google-landing-signup,
.rsl-hero__copy .rafyzo-google-landing-signup,
.rrl-hero__copy .rafyzo-google-landing-signup,
.rcl-hero__copy .rafyzo-google-landing-signup { margin-inline: 0; }
@media (max-width: 900px) {
    .rfz-platform-hero__copy .rafyzo-google-landing-signup,
    .rdp-hero__copy .rafyzo-google-landing-signup,
    .rsl-hero__copy .rafyzo-google-landing-signup,
    .rrl-hero__copy .rafyzo-google-landing-signup,
    .rcl-hero__copy .rafyzo-google-landing-signup { margin-inline: auto; }
}
@media (max-width: 560px) {
    .rafyzo-google-landing-signup { width: min(100%, 340px); margin-top: 12px; }
    .rafyzo-google-landing-signup__button { min-height: 54px; padding: 8px 13px; border-radius: 15px; }
    .rafyzo-google-landing-signup__copy strong { font-size: 12.5px; }
    .rafyzo-google-landing-signup__copy small { font-size: 9px; }
}

.rafyzo-plan-price-display {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px 9px;
}

.rafyzo-plan-price-display > strong {
    order: 2;
}

.rafyzo-plan-price-display > del {
    order: 1;
    color: #91899d;
    font-size: 13px;
    font-weight: 750;
    text-decoration-thickness: 1.5px;
}

.rafyzo-plan-discount-badge,
.rafyzo-plan-yearly-saving {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
}

.rafyzo-plan-discount-badge {
    order: 3;
    background: #efe9ff;
    color: #5f35c8;
}

.rafyzo-plan-yearly-saving {
    order: 4;
    flex-basis: 100%;
    width: fit-content;
    background: #eff9d8;
    color: #435d12;
}

.rafyzo-plan-price-display [hidden] {
    display: none !important;
}

.rsl-plan-price .rafyzo-plan-price-display > strong {
    color: #241b2a;
    font-size: 24px;
    font-weight: 950;
}

.rrl-plan-card__price .rafyzo-plan-price-display > strong {
    color: #2d2335;
    font-size: 25px;
    font-weight: 950;
}

.rrv-plan__price .rafyzo-plan-price-display > strong {
    color: #251b31;
    font-size: 30px;
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.rrl-plan-card__price .rafyzo-plan-discount-badge,
.rrl-plan-card__price .rafyzo-plan-yearly-saving,
.rrv-plan__price .rafyzo-plan-discount-badge,
.rrv-plan__price .rafyzo-plan-yearly-saving,
.rsl-plan-price .rafyzo-plan-discount-badge,
.rsl-plan-price .rafyzo-plan-yearly-saving,
.rafyzo-dp-landing .rdp-plan-card__price .rafyzo-plan-discount-badge,
.rafyzo-dp-landing .rdp-plan-card__price .rafyzo-plan-yearly-saving {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 25px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
}

.rrl-plan-card__price .rafyzo-plan-discount-badge,
.rrv-plan__price .rafyzo-plan-discount-badge,
.rsl-plan-price .rafyzo-plan-discount-badge,
.rafyzo-dp-landing .rdp-plan-card__price .rafyzo-plan-discount-badge {
    background: #efe9ff;
    color: #5f35c8;
}

.rrl-plan-card__price .rafyzo-plan-yearly-saving,
.rrv-plan__price .rafyzo-plan-yearly-saving,
.rsl-plan-price .rafyzo-plan-yearly-saving,
.rafyzo-dp-landing .rdp-plan-card__price .rafyzo-plan-yearly-saving {
    background: #eff9d8;
    color: #435d12;
}
