body.rafyzo-main-landing-page {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    background: #fff !important;
}

body.rafyzo-main-landing-page #masthead,
body.rafyzo-main-landing-page #colophon,
body.rafyzo-main-landing-page .entry-header {
    display: none !important;
}

body.rafyzo-main-landing-page .site,
body.rafyzo-main-landing-page #page,
body.rafyzo-main-landing-page .site-content,
body.rafyzo-main-landing-page .site-main,
body.rafyzo-main-landing-page .content-area,
body.rafyzo-main-landing-page .ast-container,
body.rafyzo-main-landing-page .ast-article-single,
body.rafyzo-main-landing-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.rafyzo-main-landing-page .entry-content > p:empty {
    display: none !important;
}

:root {
    --rfz-purple: #6b35f6;
    --rfz-purple-dark: #4b20c9;
    --rfz-lime: #cfff5b;
    --rfz-ink: #17131f;
    --rfz-muted: #6d6678;
    --rfz-line: #e9e5ef;
    --rfz-soft: #f7f5fa;
}

.rafyzo-landing-page.rfz-platform {
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
    overflow: clip;
    background:
        radial-gradient(circle at 7% 14%, rgba(107, 53, 246, .055), transparent 23%),
        radial-gradient(circle at 93% 44%, rgba(207, 255, 91, .07), transparent 24%),
        linear-gradient(180deg, #fcfaff 0%, #ffffff 35%, #f8faf2 70%, #fbf8ff 100%);
    color: var(--rfz-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.rfz-platform *,
.rfz-platform *::before,
.rfz-platform *::after {
    box-sizing: border-box;
}

.rfz-platform a {
    text-decoration: none !important;
}

.rfz-platform__main {
    width: 100%;
}

.rfz-platform-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.rfz-platform-hero {
    position: relative;
    padding: 154px 0 86px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 15%, rgba(207, 255, 91, .22), transparent 25%),
        radial-gradient(circle at 12% 18%, rgba(107, 53, 246, .10), transparent 25%),
        linear-gradient(180deg, #fbfaff 0%, #ffffff 70%);
}

.rfz-platform-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .28;
    background-image:
        linear-gradient(rgba(36, 26, 54, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 26, 54, .06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.rfz-platform-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
    align-items: center;
    gap: 72px;
}

.rfz-platform-kicker,
.rfz-platform-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rfz-purple);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rfz-platform-kicker span {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rfz-lime) 0 52%, var(--rfz-purple) 52% 100%);
}

.rfz-platform-hero__copy h1 {
    max-width: 690px;
    margin: 24px 0 22px;
    color: #1b1425;
    font-size: clamp(48px, 5.25vw, 76px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.055em;
}

.rfz-platform-hero__copy h1 em,
.rfz-platform-section-head h2 em,
.rfz-platform-how__intro h2 em {
    color: var(--rfz-purple);
    font-style: normal;
}

.rfz-platform-hero__copy > p {
    max-width: 650px;
    margin: 0;
    color: var(--rfz-muted);
    font-size: 18px;
    line-height: 1.75;
}

.rfz-platform-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.rfz-platform-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.rfz-platform-button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rfz-platform-button--primary {
    background: var(--rfz-purple);
    color: #fff !important;
    box-shadow: 0 14px 34px rgba(107, 53, 246, .18);
}

.rfz-platform-button--primary:hover,
.rfz-platform-button--primary:focus-visible {
    background: var(--rfz-purple-dark);
    color: #fff !important;
    transform: translateY(-1px);
}

.rfz-platform-button--ghost {
    border-color: #ded8e6;
    background: rgba(255, 255, 255, .86);
    color: #251d30 !important;
}

.rfz-platform-button--ghost:hover,
.rfz-platform-button--ghost:focus-visible {
    border-color: #bdb0ce;
    background: #fff;
    color: var(--rfz-purple) !important;
}

.rfz-platform-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin-top: 28px;
    color: #625b6c;
    font-size: 12px;
    font-weight: 750;
}

.rfz-platform-hero__proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.rfz-platform-hero__proof i {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: #efffd0;
    color: #5f8d00;
    font-size: 11px;
    font-style: normal;
}

.rfz-platform-hero__visual {
    position: relative;
    min-width: 0;
}

.rfz-platform-console {
    overflow: hidden;
    border: 1px solid rgba(47, 35, 69, .14);
    border-radius: 28px;
    background: #17131f;
    box-shadow: 0 38px 90px rgba(31, 21, 48, .19);
    transform: rotate(1.2deg);
}

.rfz-platform-console__top {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.rfz-platform-console__brand {
    display: flex;
    min-width: 126px;
    align-items: center;
    color: #fff;
}

.rfz-platform-console__brand .rfz-platform-console__logo {
    display: block;
    width: 112px;
    height: 30px;
    padding: 5px 8px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .95);
    object-fit: contain;
}

.rfz-platform-console__brand strong {
    font-size: 13px;
    letter-spacing: .08em;
}

.rfz-platform-console__status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #bdb6ca;
    font-size: 11px;
    font-weight: 700;
}

.rfz-platform-console__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rfz-lime);
    box-shadow: 0 0 0 5px rgba(207, 255, 91, .09);
}

.rfz-platform-console__body {
    display: grid;
    grid-template-columns: 64px 1fr;
    min-height: 430px;
}

.rfz-platform-console__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    padding-top: 24px;
    border-inline-end: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .02);
}

.rfz-platform-console__rail span {
    width: 27px;
    height: 27px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 9px;
}

.rfz-platform-console__rail span.is-active {
    border-color: rgba(207, 255, 91, .28);
    background: rgba(207, 255, 91, .12);
}

.rfz-platform-console__content {
    padding: 27px 26px 28px;
}

.rfz-platform-console__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.rfz-platform-console__heading div {
    display: grid;
    gap: 5px;
}

.rfz-platform-console__heading small,
.rfz-platform-mini-card small {
    color: #8f879c;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.rfz-platform-console__heading strong {
    color: #fff;
    font-size: 21px;
    letter-spacing: -.03em;
}

.rfz-platform-console__plus {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: var(--rfz-lime);
    color: #17131f;
    font-size: 22px;
    font-weight: 800;
}

.rfz-platform-console__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.rfz-platform-mini-card {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 116px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;
    background: #211c2b;
}

.rfz-platform-mini-card::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -55px;
    bottom: -70px;
    border-radius: 50%;
    opacity: .18;
    background: var(--rfz-purple);
}

.rfz-platform-mini-card.is-store::after { background: var(--rfz-lime); }
.rfz-platform-mini-card.is-restaurant::after { background: #ff985b; }
.rfz-platform-mini-card.is-card::after { background: #6fd7ff; }

.rfz-platform-mini-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: rgba(107, 53, 246, .18);
    color: #a98bff;
    font-size: 17px;
    font-weight: 900;
}

.is-store .rfz-platform-mini-card__icon { background: rgba(207, 255, 91, .12); color: var(--rfz-lime); }
.is-restaurant .rfz-platform-mini-card__icon { background: rgba(255, 152, 91, .12); color: #ffad7c; }
.is-card .rfz-platform-mini-card__icon { background: rgba(111, 215, 255, .12); color: #8de0ff; }

.rfz-platform-mini-card > div:nth-child(2) {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.rfz-platform-mini-card strong {
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rfz-platform-mini-card span {
    color: #aaa2b7;
    font-size: 10px;
}

.rfz-platform-mini-card > b {
    position: relative;
    z-index: 1;
    color: #8b8299;
    font-size: 15px;
}

.rfz-platform-float {
    position: absolute;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 45px rgba(40, 29, 58, .14);
    backdrop-filter: blur(12px);
}

.rfz-platform-float > span {
    grid-row: 1 / 3;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    align-self: center;
    border-radius: 11px;
    background: #f1ecff;
    color: var(--rfz-purple);
    font-size: 11px;
    font-weight: 900;
}

.rfz-platform-float strong { color: #241c2e; font-size: 12px; }
.rfz-platform-float small { color: #81798c; font-size: 9px; }
.rfz-platform-float--one { left: -36px; bottom: -28px; }
.rfz-platform-float--two { right: -28px; top: 92px; }
.rfz-platform-float--two > span { background: #efffd0; color: #5c8b00; }

.rfz-platform-trust {
    border-block: 1px solid var(--rfz-line);
    background: #fff;
}

.rfz-platform-trust__row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rfz-platform-trust__row > div {
    display: flex;
    min-height: 104px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 20px;
    border-inline-end: 1px solid var(--rfz-line);
}

.rfz-platform-trust__row > div:last-child { border-inline-end: 0; }
.rfz-platform-trust strong { color: var(--rfz-purple); font-size: 28px; font-weight: 900; letter-spacing: -.04em; }
.rfz-platform-trust span { max-width: 120px; color: #625b6b; font-size: 12px; font-weight: 700; line-height: 1.35; }

.rfz-platform-section {
    position: relative;
    padding: 104px 0;
    scroll-margin-top: 96px;
}

.rfz-platform-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
    align-items: end;
    gap: 64px;
    margin-bottom: 52px;
}

.rfz-platform-section-head h2,
.rfz-platform-how__intro h2,
.rfz-platform-faq__intro h2 {
    max-width: 760px;
    margin: 13px 0 0;
    color: #1d1726;
    font-size: clamp(38px, 4.1vw, 58px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.rfz-platform-section-head > p,
.rfz-platform-how__intro > p,
.rfz-platform-faq__intro > p {
    margin: 0;
    color: var(--rfz-muted);
    font-size: 15px;
    line-height: 1.75;
}

.rfz-platform-solutions {
    background:
        radial-gradient(circle at 8% 12%, rgba(107, 53, 246, .07), transparent 24%),
        radial-gradient(circle at 92% 88%, rgba(207, 255, 91, .09), transparent 24%),
        linear-gradient(180deg, #ffffff, #f8f6fb 58%, #fbfff3);
}

.rfz-platform-solutions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.rfz-platform-solution {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--rfz-line);
    border-radius: 28px;
    background: #faf9fc;
}

.rfz-platform-solution__top {
    position: absolute;
    inset: 18px 18px auto;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rfz-platform-solution__number,
.rfz-platform-solution__status {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    color: #403649;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    backdrop-filter: blur(10px);
}

.rfz-platform-solution__mock {
    display: grid;
    min-height: 310px;
    place-items: center;
    padding: 56px 42px 32px;
    overflow: hidden;
    background: linear-gradient(145deg, #efe9ff, #f8f5ff 65%, #edffbd);
}

.rfz-platform-solution--store .rfz-platform-solution__mock { background: linear-gradient(145deg, #f6f8ef, #efffc4 58%, #f1ecff); }
.rfz-platform-solution--restaurant .rfz-platform-solution__mock { background: linear-gradient(145deg, #fff0e6, #fff8f2 58%, #f0eaff); }
.rfz-platform-solution--card .rfz-platform-solution__mock { background: linear-gradient(145deg, #e8f8ff, #f5fbff 52%, #efe9ff); }

.rfz-mock-profile {
    display: flex;
    width: 210px;
    min-height: 260px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(34, 24, 49, .10);
    border-radius: 26px;
    background: #1b1720;
    box-shadow: 0 24px 55px rgba(38, 27, 57, .18);
}

.rfz-mock-profile__cover { width: 100%; height: 74px; background: linear-gradient(120deg, #6833f4, #cfff5b); }
.rfz-mock-profile i { width: 54px; height: 54px; margin-top: -26px; border: 4px solid #1b1720; border-radius: 50%; background: #f4f0fb; }
.rfz-mock-profile strong { margin-top: 9px; color: #fff; font-size: 12px; }
.rfz-mock-profile small { margin: 2px 0 13px; color: #948c9f; font-size: 8px; }
.rfz-mock-profile b { width: calc(100% - 28px); height: 29px; margin: 4px 14px; border: 1px solid rgba(207,255,91,.24); border-radius: 9px; background: #24202a; }

.rfz-mock-store {
    width: min(100%, 370px);
    padding: 18px;
    border: 1px solid rgba(34, 24, 49, .1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(38, 27, 57, .12);
}
.rfz-mock-store > span { display: block; height: 76px; border-radius: 14px; background: linear-gradient(120deg, #25202d, #6833f4); }
.rfz-mock-store > div { display: flex; gap: 7px; margin: 14px 0; }
.rfz-mock-store > div i { width: 56px; height: 20px; border-radius: 999px; background: #f0edf3; }
.rfz-mock-store > div i:first-child { background: #cfff5b; }
.rfz-mock-store section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.rfz-mock-store section b { height: 92px; border-radius: 12px; background: linear-gradient(#f2eff5 68%, #e5e0e9 68%); }

.rfz-mock-restaurant {
    width: min(100%, 330px);
    padding: 20px;
    border-radius: 24px;
    background: #1c1816;
    box-shadow: 0 24px 55px rgba(58, 34, 22, .16);
}
.rfz-mock-restaurant > strong { color: #fff; font-size: 14px; letter-spacing: .08em; }
.rfz-mock-restaurant > div { display: flex; gap: 6px; margin: 14px 0; }
.rfz-mock-restaurant > div span { padding: 5px 8px; border-radius: 999px; background: #2d2723; color: #bfb3ab; font-size: 8px; }
.rfz-mock-restaurant > div span:first-child { background: #ff985b; color: #231711; }
.rfz-mock-restaurant article { display: grid; grid-template-columns: 64px 1fr; gap: 10px; margin-top: 9px; padding: 9px; border-radius: 13px; background: #27211e; }
.rfz-mock-restaurant article i { height: 58px; border-radius: 10px; background: linear-gradient(135deg,#ffb47e,#7d3f23); }
.rfz-mock-restaurant article p { display: grid; align-content: center; gap: 6px; margin: 0; }
.rfz-mock-restaurant article b { height: 6px; border-radius: 999px; background: #4a413c; }
.rfz-mock-restaurant article b:nth-child(1) { width: 72%; background: #ddd1c9; }
.rfz-mock-restaurant article b:nth-child(3) { width: 42%; background: #ff985b; }

.rfz-mock-card {
    position: relative;
    width: min(100%, 360px);
    aspect-ratio: 1.62;
    padding: 27px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, #17131f 0%, #2c1b58 62%, #6b35f6 100%);
    color: #fff;
    box-shadow: 0 25px 55px rgba(37, 29, 59, .2);
}
.rfz-mock-card::after { content:""; position:absolute; width:180px; height:180px; right:-70px; top:-80px; border-radius:50%; background:rgba(207,255,91,.13); }
.rfz-mock-card span { display: block; font-size: 18px; font-weight: 900; letter-spacing: .12em; }
.rfz-mock-card i { position: absolute; top: 27px; right: 28px; color: var(--rfz-lime); font-style: normal; font-weight: 900; }
.rfz-mock-card strong { position: absolute; left: 27px; bottom: 48px; font-size: 11px; letter-spacing: .14em; }
.rfz-mock-card small { position: absolute; left: 27px; bottom: 28px; color: #bbb3c8; font-size: 9px; letter-spacing: .12em; }

.rfz-platform-solution__copy {
    padding: 30px 32px 34px;
    background: #fff;
}

.rfz-platform-solution__eyebrow { color: var(--rfz-purple); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.rfz-platform-solution__copy h3 { margin: 10px 0 11px; color: #211a2a; font-size: 26px; font-weight: 900; line-height: 1.08; letter-spacing: -.035em; }
.rfz-platform-solution__copy p { min-height: 74px; margin: 0; color: var(--rfz-muted); font-size: 13px; line-height: 1.7; }
.rfz-platform-solution__copy a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #2e2437 !important; font-size: 12px; font-weight: 900; }
.rfz-platform-solution__copy a:hover { color: var(--rfz-purple) !important; }
.rfz-platform-solution__copy a svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.rfz-platform-how {
    overflow: hidden;
    background: #19151f;
    color: #fff;
}

.rfz-platform-how::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .11;
    background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 64px 64px;
}

.rfz-platform-how__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
    gap: 90px;
}

.rfz-platform-how .rfz-platform-eyebrow { color: var(--rfz-lime); }
.rfz-platform-how__intro h2 { color: #fff; }
.rfz-platform-how__intro h2 em { color: var(--rfz-lime); }
.rfz-platform-how__intro > p { max-width: 470px; margin-top: 20px; color: #aaa3b2; }
.rfz-platform-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: #fff !important; font-size: 13px; font-weight: 850; }
.rfz-platform-text-link span { color: var(--rfz-lime); }

.rfz-platform-how__steps {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255,255,255,.12);
}

.rfz-platform-how__steps li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 24px 4px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.rfz-platform-how__steps li > span { color: var(--rfz-lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.rfz-platform-how__steps div { display: grid; gap: 6px; }
.rfz-platform-how__steps strong { color: #fff; font-size: 18px; }
.rfz-platform-how__steps p { margin: 0; color: #aaa3b2; font-size: 13px; line-height: 1.65; }

.rfz-platform-why {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 10%, rgba(107, 53, 246, .09), transparent 27%),
        radial-gradient(circle at 92% 88%, rgba(207, 255, 91, .16), transparent 26%),
        linear-gradient(180deg, #f9f8fc 0%, #f5f3f9 100%);
}

.rfz-platform-why::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    top: 72px;
    right: -190px;
    border: 1px solid rgba(107, 53, 246, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 52px rgba(107, 53, 246, .025), 0 0 0 104px rgba(107, 53, 246, .018);
    pointer-events: none;
}

.rfz-platform-why > .rfz-platform-shell {
    position: relative;
    z-index: 1;
}

.rfz-platform-section-head--center {
    grid-template-columns: 1fr;
    max-width: 820px;
    gap: 18px;
    margin-inline: auto;
    text-align: center;
}
.rfz-platform-section-head--center h2 { margin-inline: auto; }
.rfz-platform-section-head--center > p { max-width: 700px; margin-inline: auto; }

.rfz-platform-why__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.rfz-platform-why__grid article {
    position: relative;
    min-height: 218px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(66, 50, 85, .10);
    border-radius: 22px;
    background: rgba(255, 255, 255, .80);
    box-shadow: 0 16px 44px rgba(37, 25, 55, .045);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rfz-platform-why__grid article::after {
    content: "";
    position: absolute;
    width: 116px;
    height: 116px;
    right: -58px;
    bottom: -66px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(107, 53, 246, .10), rgba(107, 53, 246, 0) 68%);
    pointer-events: none;
}

.rfz-platform-why__grid article:hover {
    transform: translateY(-3px);
    border-color: rgba(107, 53, 246, .20);
    box-shadow: 0 22px 55px rgba(37, 25, 55, .075);
}

.rfz-platform-why__grid article > span {
    display: inline-flex;
    min-width: 38px;
    min-height: 26px;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    padding: 0 9px;
    border: 1px solid rgba(107, 53, 246, .14);
    border-radius: 999px;
    background: rgba(107, 53, 246, .06);
    color: var(--rfz-purple);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.rfz-platform-why__grid strong {
    display: block;
    max-width: 290px;
    margin-bottom: 9px;
    color: #241d2d;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.28;
}

.rfz-platform-why__grid p {
    max-width: 330px;
    margin: 0;
    color: #716a79;
    font-size: 13px;
    line-height: 1.7;
}

.rfz-platform-why__banner {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 136px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 28px;
    padding: 28px 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 26px;
    background:
        radial-gradient(circle at 13% 20%, rgba(207, 255, 91, .22), transparent 24%),
        radial-gradient(circle at 88% 25%, rgba(255, 255, 255, .11), transparent 22%),
        linear-gradient(120deg, #5220df 0%, #6b35f6 48%, #7a43ff 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(78, 36, 187, .18);
}

.rfz-platform-why__banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.rfz-platform-why__banner > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rfz-platform-brand-chip {
    display: inline-flex !important;
    width: 132px;
    min-width: 132px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 9px 13px !important;
    border: 1px solid rgba(255,255,255,.32) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 30px rgba(37, 18, 88, .13);
}

.rfz-platform-brand-chip__logo {
    display: block;
    width: 100%;
    max-width: 106px;
    height: 29px;
    object-fit: contain;
}

.rfz-platform-brand-chip > strong {
    color: var(--rfz-purple);
    font-size: 13px;
    letter-spacing: .08em;
}

.rfz-platform-why__banner > div > strong {
    max-width: 570px;
    font-size: 20px;
    line-height: 1.35;
}

.rfz-platform-why__banner > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 13px;
    background: rgba(255,255,255,.10);
    color: #fff !important;
    font-size: 12px;
    font-weight: 850;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.rfz-platform-why__banner > a span { color: var(--rfz-lime); }

.rfz-platform-faq {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 4% 18%, rgba(107,53,246,.085), transparent 25%),
        radial-gradient(circle at 94% 78%, rgba(207,255,91,.12), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
}

.rfz-platform-faq::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    left: -170px;
    bottom: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(107,53,246,.10), rgba(107,53,246,0) 68%);
    pointer-events: none;
}

.rfz-platform-faq__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(340px, .78fr) minmax(520px, 1.22fr);
    align-items: start;
    gap: 72px;
}

.rfz-platform-faq__intro {
    position: sticky;
    top: 118px;
    padding: 34px;
    border: 1px solid rgba(72, 53, 94, .09);
    border-radius: 26px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 20px 56px rgba(39, 27, 54, .05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.rfz-platform-faq__intro h2 {
    margin-bottom: 0;
    font-size: clamp(38px, 3.55vw, 52px);
    line-height: .98;
}

.rfz-platform-faq__intro > p {
    max-width: 450px;
    margin-top: 18px;
}

.rfz-platform-faq__list {
    display: grid;
    gap: 12px;
}

.rfz-platform-faq details {
    overflow: hidden;
    border: 1px solid rgba(72, 53, 94, .10);
    border-radius: 17px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 10px 30px rgba(39, 27, 54, .035);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.rfz-platform-faq details[open] {
    border-color: rgba(107,53,246,.20);
    box-shadow: 0 16px 36px rgba(74, 38, 153, .065);
}

.rfz-platform-faq summary {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 0 20px;
    color: #251d2e;
    cursor: pointer;
    list-style: none;
    font-size: 15px;
    font-weight: 850;
}
.rfz-platform-faq summary::-webkit-details-marker { display: none; }
.rfz-platform-faq summary i {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 1px solid rgba(107,53,246,.16);
    border-radius: 9px;
    background: rgba(107,53,246,.055);
}
.rfz-platform-faq summary i::before,
.rfz-platform-faq summary i::after { content:""; position:absolute; top:50%; left:50%; width:10px; height:1.5px; border-radius:2px; background:#5e5469; transform:translate(-50%,-50%); }
.rfz-platform-faq summary i::after { transform:translate(-50%,-50%) rotate(90deg); transition:transform .18s ease; }
.rfz-platform-faq details[open] summary i::after { transform:translate(-50%,-50%) rotate(0); }
.rfz-platform-faq details[open] summary i { border-color: rgba(107,53,246,.26); background: rgba(107,53,246,.09); }
.rfz-platform-faq details > div { padding: 0 58px 22px 20px; }
.rfz-platform-faq details p { margin: 0; color: #706878; font-size: 13px; line-height: 1.75; }

.rfz-platform-final {
    position: relative;
    padding: 44px 0 82px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 88%, rgba(107,53,246,.08), transparent 26%),
        radial-gradient(circle at 88% 8%, rgba(207,255,91,.12), transparent 23%),
        #fff;
}

.rfz-platform-final__card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    min-height: 278px;
    padding: 48px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 32px;
    background:
        radial-gradient(circle at 12% 18%, rgba(107,53,246,.34), transparent 25%),
        radial-gradient(circle at 82% 10%, rgba(207,255,91,.11), transparent 22%),
        linear-gradient(135deg, #15101d 0%, #1b1426 52%, #22162f 100%);
    color: #fff;
    box-shadow: 0 30px 80px rgba(28, 19, 41, .16);
}

.rfz-platform-final__card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .11;
    background-image:
        linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.rfz-platform-final__card::after {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    right: -150px;
    top: -230px;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(107,53,246,.46), rgba(107,53,246,0) 68%);
}

.rfz-platform-final__brand {
    position: relative;
    z-index: 1;
    display: flex;
    width: 170px;
    min-height: 82px;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 22px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 42px rgba(0,0,0,.15);
}

.rfz-platform-final__logo {
    display: block;
    width: 100%;
    max-width: 136px;
    height: 42px;
    object-fit: contain;
}

.rfz-platform-final__brand > strong {
    color: var(--rfz-purple);
    font-size: 20px;
    letter-spacing: .08em;
}

.rfz-platform-final__copy { position:relative; z-index:1; }
.rfz-platform-final__copy > span { color:var(--rfz-lime); font-size:10px; font-weight:900; letter-spacing:.14em; }
.rfz-platform-final__copy h2 { max-width:690px; margin:9px 0; color:#fff; font-size:clamp(28px,3vw,42px); font-weight:900; line-height:1.04; letter-spacing:-.04em; }
.rfz-platform-final__copy p { max-width:620px; margin:0; color:#bdb6c5; font-size:13px; line-height:1.7; }
.rfz-platform-final__actions { position:relative; z-index:1; display:grid; gap:9px; min-width:206px; }
.rfz-platform-button--lime { background:var(--rfz-lime); color:#1b1520 !important; }
.rfz-platform-button--lime:hover { background:#baf13c; color:#1b1520 !important; }
.rfz-platform-button--dark { border-color:rgba(255,255,255,.15); background:rgba(255,255,255,.06); color:#fff !important; }
.rfz-platform-button--dark:hover { border-color:rgba(255,255,255,.28); background:rgba(255,255,255,.11); color:#fff !important; }

.rfz-platform + .rafyzo-footer,
.rfz-platform .rafyzo-footer { margin-top: 0; }

body.rafyzo-rtl .rfz-platform-kicker,
body.rafyzo-rtl .rfz-platform-eyebrow,
body.rafyzo-rtl .rfz-platform-solution__eyebrow,
body.rafyzo-rtl .rfz-platform-final__copy > span,
body.rafyzo-rtl .rfz-platform-console__heading small,
body.rafyzo-rtl .rfz-platform-mini-card small {
    letter-spacing: 0;
}

body.rafyzo-rtl .rfz-platform-console,
body.rafyzo-rtl .rfz-platform-solution__mock {
    direction: ltr;
}

@media (max-width: 1080px) {
    .rfz-platform-hero__grid { grid-template-columns: 1fr; gap: 64px; }
    .rfz-platform-hero__copy { max-width: 790px; text-align: center; margin-inline: auto; }
    .rfz-platform-hero__copy h1,
    .rfz-platform-hero__copy > p { margin-inline: auto; }
    .rfz-platform-kicker,
    .rfz-platform-hero__actions,
    .rfz-platform-hero__proof { justify-content: center; }
    .rfz-platform-hero__visual { width: min(720px, 100%); margin-inline: auto; }
    .rfz-platform-how__layout,
    .rfz-platform-faq__layout { grid-template-columns: 1fr; gap: 52px; }
    .rfz-platform-how__intro > p,
    .rfz-platform-faq__intro > p { max-width: 650px; }
    .rfz-platform-faq__intro { position: static; }
    .rfz-platform-final__card { grid-template-columns: 150px minmax(0, 1fr); }
    .rfz-platform-final__brand { width: 150px; }
    .rfz-platform-final__actions { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 860px) {
    .rfz-platform-shell { width: min(100% - 32px, 1240px); }
    .rfz-platform-section { padding: 82px 0; }
    .rfz-platform-section-head { grid-template-columns: 1fr; gap: 18px; }
    .rfz-platform-solutions__grid { grid-template-columns: 1fr; }
    .rfz-platform-why__grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
    .rfz-platform-final__card { grid-template-columns: 1fr; }
    .rfz-platform-final__brand { width: min(170px, 100%); }
    .rfz-platform-final__actions { grid-column: auto; grid-template-columns: repeat(2, minmax(0,1fr)); }
    .rfz-platform-trust__row { grid-template-columns: repeat(2,1fr); }
    .rfz-platform-trust__row > div:nth-child(2) { border-inline-end: 0; }
    .rfz-platform-trust__row > div:nth-child(-n+2) { border-bottom: 1px solid var(--rfz-line); }
}

@media (max-width: 620px) {
    .rfz-platform-shell { width: calc(100% - 28px); }
    .rfz-platform-hero { padding: 122px 0 62px; }
    .rfz-platform-hero__grid { gap: 44px; }
    .rfz-platform-hero__copy h1 { margin-top: 19px; font-size: clamp(42px, 13vw, 58px); }
    .rfz-platform-hero__copy > p { font-size: 15px; line-height: 1.68; }
    .rfz-platform-hero__actions { display: grid; grid-template-columns: 1fr; }
    .rfz-platform-button { width: 100%; }
    .rfz-platform-hero__proof { gap: 10px 15px; font-size: 10px; }
    .rfz-platform-console { border-radius: 20px; transform: none; }
    .rfz-platform-console__top { min-height: 54px; padding: 0 15px; }
    .rfz-platform-console__body { grid-template-columns: 42px 1fr; min-height: 350px; }
    .rfz-platform-console__rail { gap: 13px; padding-top: 18px; }
    .rfz-platform-console__rail span { width: 21px; height: 21px; border-radius: 7px; }
    .rfz-platform-console__content { padding: 18px 14px 20px; }
    .rfz-platform-console__heading strong { font-size: 16px; }
    .rfz-platform-console__plus { width: 32px; height: 32px; border-radius: 9px; }
    .rfz-platform-console__cards { gap: 8px; }
    .rfz-platform-mini-card { grid-template-columns: 36px minmax(0,1fr); min-height: 94px; gap: 8px; padding: 11px; border-radius: 13px; }
    .rfz-platform-mini-card__icon { width: 36px; height: 36px; border-radius: 10px; font-size: 13px; }
    .rfz-platform-mini-card > b { display: none; }
    .rfz-platform-mini-card strong { font-size: 10px; }
    .rfz-platform-mini-card small { font-size: 7px; }
    .rfz-platform-float { display: none; }
    .rfz-platform-trust__row > div { min-height: 86px; padding: 15px; }
    .rfz-platform-trust strong { font-size: 23px; }
    .rfz-platform-trust span { font-size: 10px; }
    .rfz-platform-section { padding: 68px 0; }
    .rfz-platform-section-head { margin-bottom: 34px; }
    .rfz-platform-section-head h2,
    .rfz-platform-how__intro h2,
    .rfz-platform-faq__intro h2 { font-size: clamp(34px, 10vw, 44px); }
    .rfz-platform-solution { border-radius: 22px; }
    .rfz-platform-solution__mock { min-height: 250px; padding: 52px 24px 24px; }
    .rfz-platform-solution__copy { padding: 24px; }
    .rfz-platform-solution__copy h3 { font-size: 23px; }
    .rfz-platform-solution__copy p { min-height: 0; }
    .rfz-mock-profile { transform: scale(.86); }
    .rfz-mock-card { padding: 22px; }
    .rfz-mock-card span { font-size: 15px; }
    .rfz-platform-how__layout,
    .rfz-platform-faq__layout { gap: 38px; }
    .rfz-platform-how__steps li { grid-template-columns: 42px 1fr; gap: 12px; padding: 20px 0; }
    .rfz-platform-why__grid { grid-template-columns: 1fr; gap: 10px; }
    .rfz-platform-why__grid article { min-height: auto; padding: 24px; border-radius: 18px; }
    .rfz-platform-why__grid article > span { margin-bottom: 24px; }
    .rfz-platform-why__banner { align-items: flex-start; flex-direction: column; gap: 20px; padding: 24px; border-radius: 22px; }
    .rfz-platform-why__banner > div { align-items: flex-start; flex-direction: column; gap: 12px; }
    .rfz-platform-brand-chip { width: 122px; min-width: 122px; }
    .rfz-platform-faq__intro { padding: 26px 22px; border-radius: 22px; }
    .rfz-platform-faq summary { min-height: 68px; padding: 0 14px; font-size: 14px; }
    .rfz-platform-faq details > div { padding: 0 46px 18px 14px; }
    .rfz-platform-final { padding: 24px 0 64px; }
    .rfz-platform-final__card { grid-template-columns: 1fr; gap: 20px; padding: 28px 22px; border-radius: 24px; }
    .rfz-platform-final__brand { width: 144px; min-height: 68px; padding: 12px 14px; border-radius: 18px; }
    .rfz-platform-final__logo { max-width: 116px; height: 34px; }
    .rfz-platform-final__actions { grid-column: auto; grid-template-columns: 1fr; width: 100%; min-width: 0; }
}

