body.rafyzo-restaurant-landing-page {
    margin: 0 !important;
    background: #fff !important;
}

body.rafyzo-restaurant-landing-page #masthead,
body.rafyzo-restaurant-landing-page #colophon,
body.rafyzo-restaurant-landing-page .entry-header {
    display: none !important;
}

body.rafyzo-restaurant-landing-page .site,
body.rafyzo-restaurant-landing-page #page,
body.rafyzo-restaurant-landing-page .site-content,
body.rafyzo-restaurant-landing-page .site-main,
body.rafyzo-restaurant-landing-page .content-area,
body.rafyzo-restaurant-landing-page .ast-container,
body.rafyzo-restaurant-landing-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.rafyzo-restaurant-landing-page .entry-content > p:empty {
    display: none !important;
}

.rafyzo-restaurant-landing {
    --rrl-purple: #6d2cff;
    --rrl-purple-deep: #4d1fb8;
    --rrl-purple-soft: #f4efff;
    --rrl-lime: #cfff58;
    --rrl-lime-soft: #f6ffdd;
    --rrl-ink: #22182d;
    --rrl-ink-soft: #4e4558;
    --rrl-muted: #746d7c;
    --rrl-line: #e7e0ec;
    --rrl-soft: #faf8fc;
    --rrl-card: #fff;
    --rrl-dark: #17131f;
    --rrl-dark-2: #20192c;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 14%, rgba(109, 44, 255, .055), transparent 23%),
        radial-gradient(circle at 92% 44%, rgba(207, 255, 88, .065), transparent 25%),
        linear-gradient(180deg, #fcfaff 0%, #fff 34%, #f9faf3 68%, #fbf9ff 100%);
    color: var(--rrl-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-restaurant-landing *,
.rafyzo-restaurant-landing *::before,
.rafyzo-restaurant-landing *::after {
    box-sizing: border-box;
}

.rafyzo-restaurant-landing a {
    text-decoration: none !important;
}

.rafyzo-restaurant-landing svg {
    display: block;
}

.rafyzo-restaurant-landing :is(a, button, summary) {
    outline: none;
    caret-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

.rafyzo-restaurant-landing :is(a, button, summary):focus-visible {
    box-shadow: 0 0 0 4px rgba(109, 44, 255, .16) !important;
}

.rrl-shell {
    width: min(1220px, calc(100% - 48px));
    margin-inline: auto;
}

.rrl-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid var(--rrl-purple);
    border-radius: 15px;
    background: var(--rrl-purple);
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(109, 44, 255, .18);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.rafyzo-restaurant-landing .rrl-button.is-disabled,
.rafyzo-restaurant-landing .rrl-button[aria-disabled="true"] {
    opacity: .56;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

.rrl-button:hover {
    transform: translateY(-2px);
    border-color: #6025e7;
    background: #6025e7;
    color: #fff !important;
    box-shadow: 0 17px 34px rgba(109, 44, 255, .25);
}

.rrl-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rrl-button--ghost {
    border-color: #ddd5e7;
    background: #fff;
    color: #4e4358 !important;
    box-shadow: none;
}

.rrl-button--ghost:hover {
    border-color: #c8b9e1;
    background: #faf8fd;
    color: var(--rrl-purple) !important;
    box-shadow: 0 12px 28px rgba(44, 27, 65, .08);
}

.rrl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--rrl-purple);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rrl-eyebrow > i {
    display: block;
    width: 34px;
    height: 4px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rrl-lime) 0 52%, var(--rrl-purple) 52% 100%);
}

.rrl-section {
    position: relative;
    padding: 106px 0;
}

.rrl-section--soft {
    background:
        radial-gradient(circle at 10% 8%, rgba(109,44,255,.06), transparent 30%),
        linear-gradient(180deg, #fbf9fd 0%, #fff 100%);
}

.rrl-section-heading {
    max-width: 710px;
}

.rrl-section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.rrl-section-heading h2,
.rrl-split__copy h2,
.rrl-insights-copy h2 {
    margin: 18px 0 18px;
    color: #281b34;
    font-size: clamp(38px, 4.5vw, 58px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.rrl-section-heading p,
.rrl-split__copy > p,
.rrl-insights-copy > p {
    margin: 0;
    color: var(--rrl-muted);
    font-size: 17px;
    line-height: 1.78;
}

/* Hero */
.rrl-hero {
    position: relative;
    overflow: hidden;
    padding: 168px 0 94px;
    background:
        radial-gradient(circle at 82% 12%, rgba(207,255,88,.31), transparent 29%),
        radial-gradient(circle at 13% 5%, rgba(109,44,255,.13), transparent 31%),
        linear-gradient(180deg, #fff 0%, #fbf9fd 100%);
}

.rrl-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .42;
    background-image:
        linear-gradient(rgba(52, 35, 75, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(52, 35, 75, .04) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
    pointer-events: none;
}

.rrl-hero::after {
    content: "";
    position: absolute;
    right: -210px;
    bottom: -300px;
    width: 640px;
    height: 640px;
    border: 1px solid rgba(109,44,255,.08);
    border-radius: 50%;
    box-shadow: 0 0 0 76px rgba(109,44,255,.018), 0 0 0 152px rgba(109,44,255,.012);
    pointer-events: none;
}

.rrl-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr);
    align-items: center;
    gap: 72px;
}

.rrl-hero h1 {
    max-width: 650px;
    margin: 22px 0 22px;
    color: #24162f;
    font-size: clamp(50px, 5.5vw, 76px);
    font-weight: 950;
    line-height: .99;
    letter-spacing: -.055em;
}

.rrl-hero__copy > p {
    max-width: 650px;
    margin: 0;
    color: #696170;
    font-size: 18px;
    line-height: 1.78;
}

.rrl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 32px;
}

.rrl-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 20px;
    margin-top: 24px;
    color: #655e6b;
    font-size: 12px;
    font-weight: 760;
}

.rrl-hero__proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.rrl-hero__proof b {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    background: var(--rrl-lime-soft);
    color: #5a7820;
    font-size: 11px;
}

.rrl-hero__visual {
    position: relative;
    min-height: 610px;
}

.rrl-dashboard-mockup {
    position: absolute;
    top: 30px;
    right: 0;
    width: 545px;
    overflow: hidden;
    border: 1px solid #e5deea;
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 34px 80px rgba(42, 26, 62, .16);
    transform: rotate(1.1deg);
}

[dir="rtl"] .rrl-dashboard-mockup {
    right: auto;
    left: 0;
    transform: rotate(-1.1deg);
}

.rrl-window-bar {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 6px;
    padding: 0 13px;
    border-bottom: 1px solid #ece6ef;
    background: #faf9fb;
}

.rrl-window-bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9d2df;
}

.rrl-window-bar > span:nth-child(1) { background: #efb0b8; }
.rrl-window-bar > span:nth-child(2) { background: #efd79a; }
.rrl-window-bar > span:nth-child(3) { background: #b8dfae; }

.rrl-window-bar > div {
    min-width: 170px;
    margin-inline: auto;
    padding: 6px 18px;
    border: 1px solid #eee8f1;
    border-radius: 9px;
    background: #fff;
    color: #9b94a0;
    font-size: 8px;
    text-align: center;
}

.rrl-dashboard-body {
    display: grid;
    grid-template-columns: 48px 1fr;
    min-height: 365px;
    background: #f8f7fa;
}

.rrl-mock-sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    padding-top: 18px;
    border-inline-end: 1px solid #ebe6ef;
    background: #fff;
}

.rrl-mock-sidebar strong {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 8px;
    background: var(--rrl-purple);
    color: #fff;
    font-size: 11px;
}

.rrl-mock-sidebar i {
    width: 19px;
    height: 19px;
    border-radius: 6px;
    background: #efebf3;
}

.rrl-mock-sidebar i:nth-of-type(2) { background: #eee8ff; box-shadow: inset 3px 0 0 var(--rrl-purple); }

.rrl-mock-content {
    padding: 20px;
}

.rrl-mock-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.rrl-mock-head div {
    display: grid;
    gap: 4px;
}

.rrl-mock-head small {
    color: var(--rrl-purple);
    font-size: 7px;
    font-weight: 950;
    letter-spacing: .14em;
}

.rrl-mock-head strong {
    color: #2b2332;
    font-size: 15px;
}

.rrl-mock-head > span {
    padding: 6px 10px;
    border-radius: 999px;
    background: #eaf8ef;
    color: #2e9d65;
    font-size: 8px;
    font-weight: 900;
}

.rrl-metric-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 8px;
    margin-top: 16px;
}

.rrl-metric-row > div {
    position: relative;
    display: grid;
    gap: 5px;
    padding: 13px;
    border: 1px solid #e9e3ed;
    border-radius: 14px;
    background: #fff;
}

.rrl-metric-row small { color: #8f8894; font-size: 7px; }
.rrl-metric-row b { color: #2b2332; font-size: 15px; }
.rrl-metric-row em { position: absolute; top: 10px; right: 10px; color: #3aa96d; font-size: 7px; font-style: normal; font-weight: 900; }
[dir="rtl"] .rrl-metric-row em { right: auto; left: 10px; }

.rrl-order-list {
    display: grid;
    gap: 8px;
    margin-top: 15px;
}

.rrl-order-card {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 14px;
    padding: 11px 13px;
    border: 1px solid #e9e3ed;
    border-radius: 13px;
    background: #fff;
}

.rrl-order-card.is-new {
    border-color: #cbb8ff;
    box-shadow: inset 3px 0 0 var(--rrl-purple);
}

[dir="rtl"] .rrl-order-card.is-new {
    box-shadow: inset -3px 0 0 var(--rrl-purple);
}

.rrl-order-card > span { display: grid; gap: 3px; }
.rrl-order-card > span b { color: #31283a; font-size: 9px; }
.rrl-order-card > span small { color: #908995; font-size: 7px; }
.rrl-order-card > strong { color: #332b3b; font-size: 10px; }
.rrl-order-card > em { padding: 5px 8px; border-radius: 999px; background: #f0ebff; color: var(--rrl-purple); font-size: 7px; font-style: normal; font-weight: 900; }

.rrl-phone-mockup {
    position: absolute;
    right: 360px;
    bottom: 0;
    z-index: 3;
    width: 245px;
    min-height: 430px;
    padding: 21px 14px 17px;
    overflow: hidden;
    border: 7px solid #27202d;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 30px 66px rgba(37, 22, 54, .24);
    transform: rotate(-4deg);
}

[dir="rtl"] .rrl-phone-mockup {
    right: auto;
    left: 360px;
    transform: rotate(4deg);
}

.rrl-phone-speaker {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 64px;
    height: 5px;
    border-radius: 999px;
    background: #ded9e1;
    transform: translateX(-50%);
}

.rrl-menu-brand {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 9px;
    margin-top: 7px;
}

.rrl-menu-brand > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--rrl-purple), #8d67ff);
    color: #fff;
    font-size: 14px;
    font-weight: 950;
}

.rrl-menu-brand > div { display: grid; gap: 1px; }
.rrl-menu-brand small { color: #98909e; font-size: 6px; font-weight: 900; letter-spacing: .12em; }
.rrl-menu-brand strong { color: #2a2131; font-size: 10px; }
.rrl-menu-brand em { padding: 5px 7px; border-radius: 999px; background: #e9f8ef; color: #2c9b63; font-size: 6px; font-style: normal; font-weight: 900; }

.rrl-menu-actions {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
    margin-top: 14px;
}

.rrl-menu-actions span {
    padding: 7px 3px;
    border: 1px solid #ece6ef;
    border-radius: 9px;
    color: #736b79;
    font-size: 6px;
    font-weight: 800;
    text-align: center;
}

.rrl-menu-title {
    display: grid;
    gap: 2px;
    margin-top: 17px;
}

.rrl-menu-title small { color: var(--rrl-purple); font-size: 6px; font-weight: 950; letter-spacing: .13em; }
.rrl-menu-title b { color: #302637; font-size: 13px; }

.rrl-menu-products {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
    margin-top: 9px;
}

.rrl-menu-products article {
    overflow: hidden;
    border: 1px solid #eee8f1;
    border-radius: 12px;
    background: #fff;
}

.rrl-menu-products article i {
    display: block;
    height: 74px;
    background:
        radial-gradient(circle at 28% 26%, #f5cd76 0 13%, transparent 14%),
        radial-gradient(circle at 62% 40%, #6d9d57 0 12%, transparent 13%),
        radial-gradient(circle at 47% 63%, #dd7655 0 18%, transparent 19%),
        linear-gradient(145deg, #f2e5cf, #c9a67f);
}

.rrl-menu-products article i.is-b {
    background:
        radial-gradient(circle at 33% 35%, #84a96d 0 16%, transparent 17%),
        radial-gradient(circle at 68% 56%, #efc86b 0 17%, transparent 18%),
        radial-gradient(circle at 50% 72%, #c97b54 0 16%, transparent 17%),
        linear-gradient(145deg, #e8dcc9, #b69676);
}

.rrl-menu-products article b,
.rrl-menu-products article span {
    display: block;
    padding: 0 8px;
}

.rrl-menu-products article b { margin-top: 7px; color: #332a3a; font-size: 8px; }
.rrl-menu-products article span { margin: 3px 0 9px; color: var(--rrl-purple); font-size: 8px; font-weight: 950; }

.rrl-menu-tabs {
    display: flex;
    gap: 7px;
    margin-top: 15px;
}

.rrl-menu-tabs span {
    padding: 6px 8px;
    border-radius: 8px;
    background: #f4f1f6;
    color: #89828e;
    font-size: 6px;
    font-weight: 850;
}

.rrl-menu-tabs span.is-active { background: #eee8ff; color: var(--rrl-purple); }

.rrl-order-toast {
    position: absolute;
    right: 15px;
    bottom: 52px;
    z-index: 5;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    width: 250px;
    align-items: center;
    gap: 10px;
    padding: 11px;
    border: 1px solid #d8caf5;
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 22px 48px rgba(42, 24, 65, .18);
    backdrop-filter: blur(14px);
}

[dir="rtl"] .rrl-order-toast { right: auto; left: 15px; }

.rrl-order-toast > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: #f1ebff;
    color: var(--rrl-purple);
}

.rrl-order-toast svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rrl-order-toast > span { display: grid; gap: 2px; }
.rrl-order-toast small { color: var(--rrl-purple); font-size: 7px; font-weight: 950; letter-spacing: .12em; }
.rrl-order-toast b { color: #312639; font-size: 11px; }
.rrl-order-toast em { color: #2fa66c; font-size: 13px; font-style: normal; }

/* Value strip */
.rrl-proof-strip {
    border-top: 1px solid #ede7f0;
    border-bottom: 1px solid #ede7f0;
    background: rgba(255,255,255,.88);
}

.rrl-proof-strip__inner {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 24px;
    color: #5f5765;
    font-size: 12px;
    font-weight: 850;
}

.rrl-proof-strip__inner i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--rrl-lime);
    box-shadow: 0 0 0 5px rgba(207,255,88,.16);
}

/* Feature cards */
.rrl-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 16px;
    margin-top: 52px;
}

.rrl-feature-card {
    min-height: 245px;
    padding: 28px;
    border: 1px solid #e8e1ec;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 48px rgba(42, 28, 58, .045);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rrl-feature-card:hover {
    transform: translateY(-4px);
    border-color: #d7c9ec;
    box-shadow: 0 24px 56px rgba(42, 28, 58, .08);
}

.rrl-feature-card > i {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 16px;
    background: #f2edff;
    color: var(--rrl-purple);
}

.rrl-feature-card:nth-child(2n) > i { background: var(--rrl-lime-soft); color: #62841f; }
.rrl-feature-card svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.rrl-feature-card h3 { margin: 22px 0 10px; color: #2e2336; font-size: 19px; font-weight: 900; }
.rrl-feature-card p { margin: 0; color: #77707d; font-size: 14px; line-height: 1.72; }

/* Split sections */
.rrl-split {
    display: grid;
    grid-template-columns: minmax(0,.87fr) minmax(520px,1.13fr);
    align-items: center;
    gap: 82px;
}

.rrl-split--reverse {
    grid-template-columns: minmax(540px,1.08fr) minmax(0,.92fr);
}

.rrl-check-list {
    display: grid;
    gap: 13px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.rrl-check-list li {
    position: relative;
    padding-inline-start: 31px;
    color: #514957;
    font-size: 14px;
    font-weight: 760;
}

.rrl-check-list li::before {
    content: "✓";
    position: absolute;
    inset-inline-start: 0;
    top: -1px;
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    background: #eefbd1;
    color: #62851d;
    font-size: 11px;
    font-weight: 950;
}

.rrl-experience-stage {
    position: relative;
    min-height: 610px;
}

.rrl-experience-stage::before {
    content: "";
    position: absolute;
    inset: 55px 0 20px 65px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 70% 20%, rgba(207,255,88,.36), transparent 28%),
        linear-gradient(145deg, #efe9ff, #faf8ff 48%, #f2f8dd);
}

[dir="rtl"] .rrl-experience-stage::before { inset: 55px 65px 20px 0; }

.rrl-experience-phone {
    position: absolute;
    top: 0;
    right: 58px;
    z-index: 2;
    width: 335px;
    min-height: 585px;
    padding: 18px 18px 20px;
    border: 7px solid #27202d;
    border-radius: 40px;
    background: #fffdfa;
    box-shadow: 0 32px 75px rgba(42, 26, 61, .18);
}

[dir="rtl"] .rrl-experience-phone { right: auto; left: 58px; }

.rrl-exp-handle { width: 58px; height: 5px; margin: 0 auto 14px; border-radius: 999px; background: #dfdae2; }

.rrl-exp-photo {
    position: relative;
    height: 205px;
    overflow: hidden;
    border-radius: 27px;
    background: linear-gradient(135deg, #d9b683, #9d704b 52%, #62452f);
}

.rrl-exp-photo::before,
.rrl-exp-photo::after,
.rrl-exp-photo span,
.rrl-exp-photo i,
.rrl-exp-photo em {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.rrl-exp-photo::before { left: 33px; bottom: 28px; width: 142px; height: 66px; border-radius: 50% 50% 44% 44%; background: #bf623e; box-shadow: inset 0 -10px 0 rgba(92,46,30,.22); transform: rotate(-8deg); }
.rrl-exp-photo::after { right: 26px; top: 30px; width: 88px; height: 88px; background: #718e47; box-shadow: -22px 22px 0 #92aa58; }
.rrl-exp-photo span { left: 125px; top: 45px; width: 50px; height: 50px; background: #f0cf74; }
.rrl-exp-photo i { left: 74px; top: 30px; width: 34px; height: 34px; background: #d85845; }
.rrl-exp-photo em { right: 82px; bottom: 26px; width: 45px; height: 45px; background: #e7e2ca; }

.rrl-exp-price { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
.rrl-exp-price span { padding: 6px 10px; border-radius: 999px; background: #eaf8ef; color: #289a62; font-size: 10px; font-weight: 900; }
.rrl-exp-price b { color: #9d2f42; font-size: 17px; }
.rrl-experience-phone h3 { margin: 13px 0 5px; color: #2b2132; font-size: 24px; }
.rrl-experience-phone > p { margin: 0 0 16px; color: #837b86; font-size: 11px; line-height: 1.6; }

.rrl-exp-option {
    display: grid;
    grid-template-columns: 24px 1fr auto;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
    padding: 10px;
    border: 1px solid #e8e2e8;
    border-radius: 12px;
    background: #fff;
}

.rrl-exp-option > span { width: 20px; height: 20px; border: 2px solid #a9a3aa; border-radius: 50%; }
.rrl-exp-option b { color: #3a303f; font-size: 10px; }
.rrl-exp-option em { color: #9b3043; font-size: 9px; font-style: normal; font-weight: 900; }

.rrl-exp-footer { display: grid; grid-template-columns: 105px 1fr; gap: 9px; margin-top: 17px; }
.rrl-exp-footer span,
.rrl-exp-footer b { display: flex; min-height: 44px; align-items: center; justify-content: center; border-radius: 12px; font-size: 10px; }
.rrl-exp-footer span { border: 1px solid #e3dde6; background: #fff; color: #3b323f; font-weight: 900; }
.rrl-exp-footer b { background: var(--rrl-purple); color: #fff; }

.rrl-cart-card,
.rrl-method-card {
    position: absolute;
    z-index: 3;
    border: 1px solid #dfd5e9;
    background: rgba(255,255,255,.96);
    box-shadow: 0 22px 50px rgba(43, 27, 64, .14);
    backdrop-filter: blur(14px);
}

.rrl-cart-card {
    left: 0;
    top: 120px;
    display: grid;
    width: 178px;
    gap: 4px;
    padding: 18px;
    border-radius: 20px;
}

[dir="rtl"] .rrl-cart-card { left: auto; right: 0; }
.rrl-cart-card small { color: var(--rrl-purple); font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.rrl-cart-card strong { color: #352b3c; font-size: 15px; }
.rrl-cart-card span { color: #902e43; font-size: 18px; font-weight: 950; }

.rrl-method-card {
    left: 8px;
    bottom: 42px;
    width: 245px;
    padding: 16px;
    border-radius: 19px;
}

[dir="rtl"] .rrl-method-card { left: auto; right: 8px; }
.rrl-method-card > small { color: var(--rrl-purple); font-size: 7px; font-weight: 950; letter-spacing: .12em; }
.rrl-method-card > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin-top: 10px; }
.rrl-method-card span { padding: 8px 3px; border: 1px solid #e6dfe9; border-radius: 9px; color: #7d7481; font-size: 7px; font-weight: 850; text-align: center; }
.rrl-method-card span.is-active { border-color: #cab8f3; background: #f2ecff; color: var(--rrl-purple); }

/* Operations */
.rrl-operation-board {
    padding: 25px;
    border: 1px solid #e6deea;
    border-radius: 28px;
    background: #fbfafd;
    box-shadow: 0 28px 65px rgba(44, 29, 60, .10);
}

.rrl-op-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.rrl-op-top > span { display: grid; gap: 4px; }
.rrl-op-top small { color: var(--rrl-purple); font-size: 9px; font-weight: 950; letter-spacing: .13em; }
.rrl-op-top b { color: #2e2435; font-size: 20px; }
.rrl-op-top > em { padding: 7px 11px; border-radius: 999px; background: #f0eaff; color: var(--rrl-purple); font-size: 10px; font-style: normal; font-weight: 900; }

.rrl-op-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.rrl-op-tabs span { padding: 8px 10px; border: 1px solid #e3dde8; border-radius: 10px; background: #fff; color: #837b88; font-size: 8px; font-weight: 850; }
.rrl-op-tabs span.is-active { border-color: #cbb8ff; background: #f3efff; color: var(--rrl-purple); }

.rrl-op-order {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 22px;
    margin-top: 12px;
    padding: 18px;
    border: 1px solid #e5dfe8;
    border-radius: 17px;
    background: #fff;
}

.rrl-op-order.is-highlight { border-color: #c9b6fb; box-shadow: inset 4px 0 0 var(--rrl-purple); }
[dir="rtl"] .rrl-op-order.is-highlight { box-shadow: inset -4px 0 0 var(--rrl-purple); }
.rrl-op-order > div { display: grid; gap: 3px; }
.rrl-op-order small { color: #98909d; font-size: 8px; }
.rrl-op-order b { color: #352c3c; font-size: 12px; }
.rrl-op-order span { color: #857e89; font-size: 9px; }
.rrl-op-order > em { padding: 7px 10px; border-radius: 999px; background: #f0ebff; color: var(--rrl-purple); font-size: 8px; font-style: normal; font-weight: 900; }

.rrl-op-actions { display: flex; gap: 8px; margin-top: 13px; }
.rrl-op-actions span { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; padding: 0 14px; border-radius: 10px; background: var(--rrl-purple); color: #fff; font-size: 8px; font-weight: 900; }
.rrl-op-actions span + span { border: 1px solid #ded6e5; background: #fff; color: #5e5365; }

.rrl-inline-points { display: grid; gap: 12px; margin-top: 28px; }
.rrl-inline-points span { display: grid; gap: 2px; padding: 14px 16px; border-inline-start: 3px solid #d6c6ff; background: #fbf9fe; color: #77707e; font-size: 12px; }
.rrl-inline-points b { color: #3b3142; font-size: 12px; }

/* Dark workflow */
.rrl-section--dark {
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%, rgba(207,255,88,.11), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(109,44,255,.22), transparent 34%),
        #17131f;
}

.rrl-section-heading--light h2 { color: #fff; }
.rrl-section-heading--light p { color: rgba(255,255,255,.64); }
.rrl-section--dark .rrl-eyebrow { color: #dff68f; }

.rrl-flow-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
    margin-top: 52px;
}

.rrl-flow-card {
    min-height: 430px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 25px;
    background: rgba(255,255,255,.055);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.rrl-flow-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: rgba(207,255,88,.12);
    color: #dff68f;
}

.rrl-flow-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.rrl-flow-card > small { display: block; margin-top: 22px; color: #cfe67d; font-size: 9px; font-weight: 950; letter-spacing: .14em; }
.rrl-flow-card h3 { margin: 7px 0 16px; color: #fff; font-size: 21px; font-weight: 900; }
.rrl-flow-card > p { margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; }

.rrl-qr {
    display: grid;
    width: 156px;
    height: 156px;
    grid-template-columns: repeat(4,1fr);
    gap: 6px;
    margin: 18px auto 0;
    padding: 18px;
    border-radius: 18px;
    background: #fff;
}

.rrl-qr i { border-radius: 2px; background: #201a27; }
.rrl-qr i:nth-child(2n) { background: transparent; }
.rrl-qr i:nth-child(3n) { border: 4px solid #201a27; background: transparent; }
.rrl-qr i:nth-child(5n) { background: #201a27; box-shadow: inset 0 0 0 6px #fff; }

.rrl-alert-demo {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 11px;
    margin-top: 10px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: rgba(255,255,255,.06);
}

.rrl-alert-demo > b { color: #54d896; font-size: 11px; }
.rrl-alert-demo > span { display: grid; gap: 2px; }
.rrl-alert-demo strong { font-size: 11px; }
.rrl-alert-demo small { color: rgba(255,255,255,.48); font-size: 8px; }
.rrl-alert-demo > em { color: rgba(255,255,255,.5); font-size: 20px; font-style: normal; }

.rrl-track-demo { display: grid; gap: 2px; margin-top: 20px; }
.rrl-track-demo > span { position: relative; display: grid; min-height: 52px; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; color: rgba(255,255,255,.42); font-size: 10px; }
.rrl-track-demo > span::after { content: ""; position: absolute; top: 20px; left: 7px; width: 2px; height: 35px; background: rgba(255,255,255,.12); }
[dir="rtl"] .rrl-track-demo > span::after { left: auto; right: 7px; }
.rrl-track-demo > span:last-child::after { display: none; }
.rrl-track-demo i { display: block; width: 16px; height: 16px; border: 3px solid rgba(255,255,255,.2); border-radius: 50%; }
.rrl-track-demo b { padding-top: 1px; font-size: 10px; }
.rrl-track-demo .is-done,
.rrl-track-demo .is-current { color: #fff; }
.rrl-track-demo .is-done i { border-color: #dff68f; background: #dff68f; }
.rrl-track-demo .is-current i { border-color: #8b63ff; box-shadow: 0 0 0 5px rgba(139,99,255,.12); }

/* Analytics */
.rrl-insights-grid {
    display: grid;
    grid-template-columns: minmax(0,.85fr) minmax(540px,1.15fr);
    align-items: center;
    gap: 78px;
}

.rrl-insight-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.rrl-insight-tags span { padding: 9px 12px; border: 1px solid #e2dbe7; border-radius: 999px; background: #fff; color: #62586a; font-size: 10px; font-weight: 850; }

.rrl-analytics-mockup {
    padding: 26px;
    border: 1px solid #e4dce8;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(45, 29, 63, .11);
}

.rrl-analytics-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.rrl-analytics-top > div { display: grid; gap: 4px; }
.rrl-analytics-top small { color: var(--rrl-purple); font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.rrl-analytics-top b { color: #2d2434; font-size: 18px; }
.rrl-analytics-top > span { padding: 7px 10px; border-radius: 999px; background: #eaf8ef; color: #2e9e66; font-size: 9px; font-weight: 900; }

.rrl-analytics-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 20px; }
.rrl-analytics-metrics > div { display: grid; gap: 4px; padding: 13px; border: 1px solid #ece6ef; border-radius: 13px; background: #fbfafc; }
.rrl-analytics-metrics small { color: #918a96; font-size: 8px; }
.rrl-analytics-metrics b { color: #302737; font-size: 15px; }

.rrl-chart {
    display: flex;
    height: 180px;
    align-items: flex-end;
    gap: 10px;
    margin-top: 22px;
    padding: 16px 14px 10px;
    border: 1px solid #ece6ef;
    border-radius: 16px;
    background:
        linear-gradient(rgba(65,46,83,.05) 1px, transparent 1px),
        #fff;
    background-size: 100% 36px;
}

.rrl-chart i {
    width: 100%;
    height: var(--h);
    min-height: 18px;
    border-radius: 7px 7px 3px 3px;
    background: linear-gradient(180deg, #895fff, #6d2cff);
    box-shadow: 0 6px 12px rgba(109,44,255,.12);
}

.rrl-chart i:nth-child(2n) { background: linear-gradient(180deg, #dfff85, #b7e747); }

.rrl-theme-swatches { display: flex; align-items: center; gap: 8px; margin-top: 16px; }
.rrl-theme-swatches span { width: 27px; height: 27px; border-radius: 9px; border: 1px solid rgba(0,0,0,.06); }
.rrl-theme-swatches span.is-a { background: linear-gradient(135deg,#6d2cff,#d9cbff); }
.rrl-theme-swatches span.is-b { background: linear-gradient(135deg,#9eb452,#f4efcf); }
.rrl-theme-swatches span.is-c { background: linear-gradient(135deg,#1f8f96,#d9f2f1); }
.rrl-theme-swatches span.is-d { background: linear-gradient(135deg,#9c2d40,#ead1d0); }
.rrl-theme-swatches span.is-e { background: linear-gradient(135deg,#202119,#91b933); }
.rrl-theme-swatches b { margin-inline-start: auto; color: #716979; font-size: 10px; }

/* Pricing */
.rrl-section--pricing {
    background:
        radial-gradient(circle at 50% 0%, rgba(109,44,255,.08), transparent 31%),
        linear-gradient(180deg, #fbf9fd 0%, #fff 100%);
}

.rrl-plan-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
    margin-top: 52px;
}

.rrl-plan-card {
    position: relative;
    display: flex;
    min-height: 570px;
    flex-direction: column;
    padding: 34px;
    border: 1px solid #e4dce8;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(45, 30, 61, .055);
}

.rrl-plan-card.is-popular {
    border-color: #bda5ff;
    background:
        radial-gradient(circle at 90% 0%, rgba(207,255,88,.18), transparent 25%),
        linear-gradient(180deg,#fff 0%,#fbf9ff 100%);
    box-shadow: 0 26px 68px rgba(93, 49, 202, .12);
}

.rrl-plan-card__badge {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #efe8ff;
    color: var(--rrl-purple);
    font-size: 9px;
    font-weight: 950;
}

[dir="rtl"] .rrl-plan-card__badge { right: auto; left: 22px; }
.rrl-plan-card__top { max-width: 72%; }
.rrl-plan-card__top > span { color: var(--rrl-purple); font-size: 17px; font-weight: 950; }
.rrl-plan-card__top p { min-height: 52px; margin: 9px 0 0; color: #77707d; font-size: 13px; line-height: 1.65; }

.rrl-plan-card__price { display: grid; gap: 4px; margin-top: 26px; padding: 18px 0; border-top: 1px solid #ede7f0; border-bottom: 1px solid #ede7f0; }
.rrl-plan-card__price strong { color: #2d2335; font-size: 25px; font-weight: 950; }
.rrl-plan-card__price span { color: #99919e; font-size: 9px; }

.rrl-plan-card ul { display: grid; gap: 12px; margin: 24px 0 28px; padding: 0; list-style: none; }
.rrl-plan-card li { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 9px; color: #625a68; font-size: 12px; line-height: 1.5; }
.rrl-plan-card li > span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #f0ebff; color: var(--rrl-purple); font-size: 10px; font-weight: 950; }
.rrl-plan-card .rrl-button { width: 100%; margin-top: auto; }

.rrl-comparison {
    margin-top: 38px;
    overflow: hidden;
    border: 1px solid #e4dde8;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(45,30,62,.05);
}

.rrl-comparison__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; padding: 26px 28px; border-bottom: 1px solid #ece6ef; }
.rrl-comparison__head > span { display: grid; gap: 4px; }
.rrl-comparison__head small { color: var(--rrl-purple); font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.rrl-comparison__head b { color: #312738; font-size: 18px; }
.rrl-comparison__head p { margin: 0; color: #8d8592; font-size: 10px; }
.rrl-comparison__scroll { overflow-x: auto; }
.rrl-comparison table { width: 100%; min-width: 720px; border-collapse: collapse; table-layout: fixed; }
.rrl-comparison th,
.rrl-comparison td { padding: 14px 18px; border-bottom: 1px solid #eee9f1; color: #6c6472; font-size: 11px; text-align: center; vertical-align: middle; }
.rrl-comparison thead th { background: #f8f6fa; color: #3d3344; font-size: 10px; font-weight: 900; }
.rrl-comparison th:first-child { width: 46%; text-align: start; }
.rrl-comparison tbody th { color: #4f4656; font-weight: 760; }
.rrl-comparison td.is-yes { color: #238c59; font-weight: 900; }
.rrl-comparison td.is-no { color: #aaa3ad; font-weight: 800; }
.rrl-comparison tbody tr:last-child > * { border-bottom: 0; }

/* Steps */
.rrl-steps {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 14px;
    margin-top: 48px;
}

.rrl-steps article {
    min-height: 220px;
    padding: 25px;
    border: 1px solid #e7e0ea;
    border-radius: 22px;
    background: #fff;
}

.rrl-steps article > span { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: #f0eaff; color: var(--rrl-purple); font-size: 10px; font-weight: 950; }
.rrl-steps h3 { margin: 23px 0 9px; color: #312738; font-size: 17px; font-weight: 900; }
.rrl-steps p { margin: 0; color: #7b7480; font-size: 12px; line-height: 1.7; }

/* FAQ */
.rrl-section--faq { background: #fbfafc; }
.rrl-faq-layout { display: grid; grid-template-columns: minmax(0,.75fr) minmax(540px,1.25fr); gap: 82px; align-items: start; }
.rrl-faq-list { display: grid; gap: 10px; }
.rrl-faq-list details { overflow: hidden; border: 1px solid #e6dfe9; border-radius: 16px; background: #fff; }
.rrl-faq-list summary { display: grid; min-height: 65px; grid-template-columns: 1fr 32px; align-items: center; gap: 15px; padding: 0 18px; color: #3d3344; cursor: pointer; font-size: 13px; font-weight: 850; list-style: none; }
.rrl-faq-list summary::-webkit-details-marker { display: none; }
.rrl-faq-list summary > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; background: #f3eff8; color: #74697d; }
.rrl-faq-list summary svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .18s ease; }
.rrl-faq-list details[open] summary > span svg { transform: rotate(180deg); }
.rrl-faq-list details p { margin: -3px 58px 20px 18px; color: #7b7381; font-size: 12px; line-height: 1.72; }
[dir="rtl"] .rrl-faq-list details p { margin: -3px 18px 20px 58px; }

/* Final CTA */
.rrl-final-section { padding: 28px 0 70px; }
.rrl-final-cta { display: grid; min-height: 360px; grid-template-columns: .72fr 1.28fr; overflow: hidden; border-radius: 34px; background: #17131f; color: #fff; box-shadow: 0 34px 80px rgba(26,18,36,.18); }
.rrl-final-cta__brand { position: relative; display: grid; min-height: 360px; place-items: center; padding: 45px; border-inline-end: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 50% 50%, rgba(109,44,255,.34), transparent 52%); }
.rrl-final-cta__brand::after { content: "QR · MENU · ORDERS"; position: absolute; bottom: 30px; color: rgba(255,255,255,.28); font-size: 8px; font-weight: 950; letter-spacing: .22em; }
.rrl-final-cta__brand img { width: auto; max-width: 220px; max-height: 80px; filter: brightness(0) invert(1); }
.rrl-final-cta__brand strong { font-size: 34px; letter-spacing: .12em; }
.rrl-final-cta__inner { display: flex; justify-content: center; flex-direction: column; padding: 54px 62px; }
.rrl-final-cta .rrl-eyebrow { color: #dff68f; }
.rrl-final-cta h2 { max-width: 690px; margin: 17px 0 15px; color: #fff; font-size: clamp(38px,4vw,56px); font-weight: 950; line-height: 1.03; letter-spacing: -.045em; }
.rrl-final-cta p { max-width: 680px; margin: 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.75; }
.rrl-final-cta__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 27px; }
.rrl-button--light { border-color: #dff68f; background: #dff68f; color: #241a35 !important; box-shadow: 0 15px 34px rgba(207,255,88,.12); }
.rrl-button--light:hover { border-color: #e9ffad; background: #e9ffad; color: #241a35 !important; }
.rrl-final-cta__actions > span { color: rgba(255,255,255,.46); font-size: 10px; font-weight: 760; }

/* RTL */
[dir="rtl"] .rrl-hero__copy,
[dir="rtl"] .rrl-section-heading,
[dir="rtl"] .rrl-split__copy,
[dir="rtl"] .rrl-insights-copy,
[dir="rtl"] .rrl-flow-card,
[dir="rtl"] .rrl-plan-card,
[dir="rtl"] .rrl-steps article {
    text-align: right;
}

[dir="rtl"] .rrl-hero__actions,
[dir="rtl"] .rrl-hero__proof,
[dir="rtl"] .rrl-insight-tags,
[dir="rtl"] .rrl-op-tabs,
[dir="rtl"] .rrl-op-actions {
    justify-content: flex-start;
}

/* Responsive */
@media (max-width: 1120px) {
    .rrl-hero__grid { grid-template-columns: 1fr; gap: 54px; }
    .rrl-hero__copy { max-width: 780px; text-align: center; margin-inline: auto; }
    .rrl-hero h1,
    .rrl-hero__copy > p { margin-inline: auto; }
    .rrl-hero__actions,
    .rrl-hero__proof { justify-content: center; }
    .rrl-hero__visual { width: min(760px,100%); min-height: 600px; margin-inline: auto; }
    .rrl-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .rrl-split,
    .rrl-split--reverse,
    .rrl-insights-grid,
    .rrl-faq-layout { grid-template-columns: 1fr; gap: 52px; }
    .rrl-split__copy,
    .rrl-insights-copy,
    .rrl-faq-layout > .rrl-section-heading { max-width: 760px; }
    .rrl-experience-stage { width: min(680px,100%); margin-inline: auto; }
    .rrl-operation-board,
    .rrl-analytics-mockup { max-width: 760px; }
    .rrl-flow-grid { grid-template-columns: 1fr; }
    .rrl-flow-card { min-height: 0; }
    .rrl-qr { margin-inline: 0; }
    .rrl-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 991px) {
    .rrl-hero { padding-top: 82px; }
}

@media (max-width: 760px) {
    .rrl-shell { width: min(100% - 28px,1220px); }
    .rrl-section { padding: 76px 0; }
    .rrl-hero { padding: 58px 0 54px; }
    .rrl-hero h1 { font-size: 44px; }
    .rrl-hero__copy > p { font-size: 15px; }
    .rrl-hero__actions { gap: 9px; }
    .rrl-hero__actions .rrl-button { min-height: 50px; }
    .rrl-hero__visual { min-height: 520px; }
    .rrl-dashboard-mockup { top: 0; right: 0; left: 0; width: 100%; transform: none; }
    [dir="rtl"] .rrl-dashboard-mockup { right: 0; left: 0; transform: none; }
    .rrl-dashboard-body { grid-template-columns: 38px 1fr; min-height: 315px; }
    .rrl-mock-content { padding: 13px; }
    .rrl-metric-row > div { padding: 9px; }
    .rrl-metric-row em { display: none; }
    .rrl-order-card { gap: 7px; padding: 9px; }
    .rrl-phone-mockup { right: auto; left: 16px; bottom: 0; width: 205px; min-height: 350px; padding: 18px 11px 12px; border-width: 6px; border-radius: 29px; transform: rotate(-2.5deg); }
    [dir="rtl"] .rrl-phone-mockup { left: auto; right: 16px; transform: rotate(2.5deg); }
    .rrl-menu-products article i { height: 58px; }
    .rrl-order-toast { right: 6px; bottom: 36px; width: 205px; grid-template-columns: 32px 1fr auto; }
    [dir="rtl"] .rrl-order-toast { right: auto; left: 6px; }
    .rrl-order-toast > i { width: 32px; height: 32px; border-radius: 10px; }
    .rrl-proof-strip__inner { min-height: 70px; gap: 12px 16px; }
    .rrl-feature-grid { grid-template-columns: 1fr; }
    .rrl-section-heading h2,
    .rrl-split__copy h2,
    .rrl-insights-copy h2 { font-size: 39px; }
    .rrl-section-heading p,
    .rrl-split__copy > p,
    .rrl-insights-copy > p { font-size: 15px; }
    .rrl-experience-stage { min-height: 550px; }
    .rrl-experience-stage::before { inset: 42px 0 10px 20px; }
    [dir="rtl"] .rrl-experience-stage::before { inset: 42px 20px 10px 0; }
    .rrl-experience-phone { right: 12px; width: min(310px,85vw); min-height: 530px; }
    [dir="rtl"] .rrl-experience-phone { right: auto; left: 12px; }
    .rrl-cart-card { top: 98px; width: 145px; padding: 13px; }
    .rrl-method-card { bottom: 24px; width: 215px; padding: 12px; }
    .rrl-operation-board { padding: 16px; border-radius: 22px; }
    .rrl-op-order { grid-template-columns: 1fr auto; gap: 10px; }
    .rrl-op-order > em { grid-column: 1 / -1; justify-self: start; }
    .rrl-flow-grid { margin-top: 36px; }
    .rrl-analytics-metrics { grid-template-columns: 1fr; }
    .rrl-chart { gap: 6px; height: 150px; padding-inline: 10px; }
    .rrl-plan-grid { grid-template-columns: 1fr; }
    .rrl-plan-card { min-height: 0; padding: 27px; }
    .rrl-plan-card__top { max-width: 100%; padding-inline-end: 96px; }
    [dir="rtl"] .rrl-plan-card__top { padding-inline-end: 0; padding-inline-start: 96px; }
    .rrl-comparison__head { align-items: flex-start; flex-direction: column; }
    .rrl-steps { grid-template-columns: 1fr; }
    .rrl-faq-list summary { min-height: 62px; padding: 0 15px; }
    .rrl-faq-list details p { margin-inline: 15px 50px; }
    [dir="rtl"] .rrl-faq-list details p { margin-inline: 50px 15px; }
    .rrl-final-section { padding: 20px 0 54px; }
    .rrl-final-cta { grid-template-columns: 1fr; border-radius: 28px; }
    .rrl-final-cta__brand { min-height: 155px; border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .rrl-final-cta__brand img { max-width: 180px; max-height: 60px; }
    .rrl-final-cta__brand::after { bottom: 18px; }
    .rrl-final-cta__inner { padding: 40px 26px 44px; }
    .rrl-final-cta h2 { font-size: 39px; }
}

@media (max-width: 520px) {
    .rrl-hero h1 { font-size: 39px; }
    .rrl-hero__actions { display: grid; grid-template-columns: 1fr; }
    .rrl-hero__actions .rrl-button { width: 100%; }
    .rrl-hero__proof { display: grid; justify-content: start; }
    .rrl-hero__visual { min-height: 475px; }
    .rrl-dashboard-mockup { border-radius: 20px; }
    .rrl-window-bar { height: 34px; }
    .rrl-window-bar > div { min-width: 120px; }
    .rrl-mock-head > span { display: none; }
    .rrl-metric-row { gap: 5px; }
    .rrl-metric-row > div { padding: 8px; }
    .rrl-metric-row b { font-size: 11px; }
    .rrl-order-card:nth-child(3) { display: none; }
    .rrl-phone-mockup { width: 176px; min-height: 310px; }
    .rrl-menu-brand { grid-template-columns: 30px 1fr; }
    .rrl-menu-brand > span { width: 30px; height: 30px; }
    .rrl-menu-brand > em { display: none; }
    .rrl-menu-actions { margin-top: 10px; }
    .rrl-menu-products article i { height: 47px; }
    .rrl-order-toast { width: 172px; padding: 8px; }
    .rrl-order-toast small { font-size: 6px; }
    .rrl-order-toast b { font-size: 9px; }
    .rrl-proof-strip__inner i { display: none; }
    .rrl-proof-strip__inner span { padding: 6px 9px; border-radius: 999px; background: #f6f3f8; }
    .rrl-section-heading h2,
    .rrl-split__copy h2,
    .rrl-insights-copy h2 { font-size: 35px; }
    .rrl-feature-card { min-height: 0; }
    .rrl-experience-stage { min-height: 505px; }
    .rrl-experience-phone { width: min(285px,90vw); min-height: 495px; padding: 15px; }
    .rrl-exp-photo { height: 165px; }
    .rrl-cart-card { top: 82px; width: 122px; padding: 10px; }
    .rrl-cart-card strong { font-size: 12px; }
    .rrl-cart-card span { font-size: 15px; }
    .rrl-method-card { width: 180px; }
    .rrl-method-card span { font-size: 6px; }
    .rrl-analytics-mockup { padding: 18px; }
    .rrl-theme-swatches b { display: none; }
    .rrl-plan-card__badge { position: static; align-self: flex-start; margin-bottom: 15px; }
    .rrl-plan-card__top,
    [dir="rtl"] .rrl-plan-card__top { padding: 0; }
    .rrl-final-cta__actions { align-items: stretch; flex-direction: column; }
    .rrl-final-cta__actions .rrl-button { width: 100%; }
}

.rafyzo-restaurant-landing .rrl-plan-card__price strong em {
    color: #8f8694;
    font-size: 11px;
    font-style: normal;
    font-weight: 750;
}

/* Pricing toolbar shares the same billing control used by the Store landing. */
.rafyzo-restaurant-landing .rrl-pricing-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

@media (max-width: 900px) {
    .rafyzo-restaurant-landing .rrl-pricing-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
}

.rafyzo-restaurant-landing .rrl-plan-card__price .rafyzo-plan-discount-badge {
    color: #6030dc;
    font-size: 10px;
}
.rafyzo-restaurant-landing .rrl-plan-card__price .rafyzo-plan-yearly-saving {
    color: #496718;
    font-size: 10px;
}
