:root {
    --rff-blue-950: #041735;
    --rff-blue-900: #07285f;
    --rff-blue-850: #0a3b87;
    --rff-blue-800: #0d4eb2;
    --rff-blue-700: #1368eb;
    --rff-blue-650: #1a7dff;
    --rff-blue-500: #63b3ff;
    --rff-blue-300: #b8dbff;
    --rff-blue-200: #dcebff;
    --rff-blue-100: #edf6ff;
    --rff-blue-50: #f7fbff;
    --rff-cyan: #7de7ff;
    --rff-ink: #0d2342;
    --rff-text: #3d5877;
    --rff-muted: #6d86a2;
    --rff-line: #dbe8f5;
    --rff-white: #ffffff;
    --rff-shadow-sm: 0 14px 35px rgba(9, 55, 120, 0.08);
    --rff-shadow-md: 0 24px 60px rgba(8, 61, 133, 0.12);
    --rff-shadow-lg: 0 36px 90px rgba(5, 54, 118, 0.16);
    --rff-radius-sm: 16px;
    --rff-radius-md: 26px;
    --rff-radius-lg: 36px;
    --rff-max: 1180px;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    background: var(--rff-blue-50) !important;
}

body,
button,
input,
select,
textarea {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    min-height: 100%;
    margin: 0;
    color: var(--rff-text) !important;
    background:
        radial-gradient(circle at 8% 10%, rgba(26, 125, 255, 0.10), transparent 22%),
        radial-gradient(circle at 92% 2%, rgba(125, 231, 255, 0.16), transparent 18%),
        linear-gradient(rgba(19, 104, 235, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(19, 104, 235, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, #fbfdff 0%, #f4f9ff 54%, #eef6ff 100%) !important;
    background-size: auto, auto, 64px 64px, 64px 64px, auto !important;
    font-size: 17px;
    line-height: 1.72;
    text-rendering: optimizeLegibility;
}

a {
    color: var(--rff-blue-800);
    text-decoration: none;
    text-underline-offset: 4px;
    transition: color .2s ease, opacity .2s ease, transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

a:hover {
    color: var(--rff-blue-950);
}

img {
    max-width: 100%;
    height: auto;
}

#page,
.site,
.site-content,
.ast-container,
.site-content .ast-container,
.ast-separate-container,
.ast-separate-container .site-content,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-page-builder-template .site-content > .ast-container,
body:not(.ast-page-builder-template) .site-content .ast-container,
.content-area,
.site-main,
.hentry,
article,
.page,
.post,
.ast-article-single,
.entry-content,
.ast-article-single .entry-content,
.ast-row,
.ast-grid-common-col,
.wp-site-blocks {
    background: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

#page,
.site {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ast-container,
.site-content .ast-container,
.ast-builder-grid-row {
    max-width: var(--rff-max);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: transparent !important;
}

.admin-bar .site-header {
    top: 32px;
}

.ast-primary-header-bar,
.main-header-bar,
.site-header .ast-primary-header-bar,
.site-header .main-header-bar,
.ast-mobile-header-wrap .ast-primary-header-bar {
    min-height: 82px;
    border: 0 !important;
    border-bottom: 1px solid rgba(146, 205, 255, 0.15) !important;
    background:
        radial-gradient(circle at 16% 0%, rgba(125, 231, 255, 0.10), transparent 24%),
        linear-gradient(135deg, rgba(4, 23, 53, 0.96) 0%, rgba(7, 40, 95, 0.96) 52%, rgba(13, 78, 178, 0.94) 100%) !important;
    box-shadow: 0 14px 42px rgba(4, 20, 46, 0.22) !important;
    backdrop-filter: blur(18px) saturate(1.25);
    transition: min-height .25s ease, box-shadow .25s ease, background .25s ease;
}

.rff-header-scrolled .ast-primary-header-bar,
.rff-header-scrolled .main-header-bar,
.rff-header-scrolled .site-header .ast-primary-header-bar,
.rff-header-scrolled .site-header .main-header-bar {
    min-height: 72px;
    box-shadow: 0 16px 46px rgba(4, 21, 47, 0.30) !important;
}

.ast-primary-header-bar .ast-container,
.main-header-bar .ast-container {
    min-height: inherit;
}

.site-branding img,
.custom-logo-link img {
    max-height: 54px;
    width: auto;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.16));
}

.main-header-menu .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link,
.ast-header-html a,
.site-header a,
.ast-primary-header-bar a,
.main-header-bar a,
.ast-primary-header-bar .menu-link,
.main-header-bar .menu-link {
    color: rgba(244, 250, 255, 0.92) !important;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.ast-builder-menu-1 .menu-item > .menu-link {
    min-height: 42px;
    padding: 9px 15px;
    border-radius: 999px;
}

.main-header-menu .menu-link:hover,
.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .current-menu-item > .menu-link,
.site-header a:hover,
.ast-primary-header-bar a:hover,
.main-header-bar a:hover,
.ast-primary-header-bar .menu-link:hover,
.main-header-bar .menu-link:hover {
    color: #ffffff !important;
}

.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .current-menu-item > .menu-link {
    background: rgba(255, 255, 255, 0.10) !important;
}

.ast-mobile-popup-drawer,
.ast-mobile-popup-drawer .ast-mobile-popup-inner {
    background: linear-gradient(180deg, #061b3f 0%, #0b3e8b 100%) !important;
}

.ast-menu-toggle,
.ast-button-wrap .menu-toggle .mobile-menu-toggle-icon {
    color: #ffffff !important;
}

.site-content {
    position: relative;
    padding-top: clamp(38px, 5vw, 72px);
    padding-bottom: clamp(74px, 8vw, 120px);
}

.entry-content,
.ast-article-single .entry-content {
    position: relative;
    max-width: var(--rff-max);
    margin: 0 auto;
    padding: 0 clamp(18px, 2.7vw, 34px) !important;
    color: var(--rff-text) !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.entry-content > * {
    position: relative;
    z-index: 1;
}

.entry-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: var(--rff-ink) !important;
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.entry-title,
.entry-content h1 {
    max-width: 920px;
    margin: 0 0 26px;
    font-size: clamp(40px, 5.2vw, 68px);
    font-weight: 900;
    text-wrap: balance;
}

.entry-content h2 {
    margin-top: clamp(48px, 6vw, 72px);
    margin-bottom: 16px;
    font-size: clamp(29px, 3.7vw, 46px);
    font-weight: 900;
}

.entry-content h3 {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: clamp(22px, 2.5vw, 31px);
    font-weight: 850;
}

.entry-content h4 {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 850;
}

.entry-content p {
    max-width: 1020px;
    margin-bottom: 18px;
    color: var(--rff-text) !important;
}

.entry-content strong {
    color: var(--rff-ink);
    font-weight: 850;
}

.entry-content a:not(.btn):not(.login-facts-button):not(.mobile-download-btn):not([class^="rff-"]):not([class*=" rff-"]) {
    color: var(--rff-blue-800);
    font-weight: 760;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(13, 78, 178, 0.28);
}

.entry-content a:not(.btn):not(.login-facts-button):not(.mobile-download-btn):not([class^="rff-"]):not([class*=" rff-"]):hover {
    color: var(--rff-blue-950);
    text-decoration-color: rgba(4, 23, 53, 0.55);
}

.entry-content ul,
.entry-content ol {
    max-width: 1020px;
    margin: 22px 0 28px;
}

.entry-content ul {
    list-style: none;
    padding-left: 0;
}

.entry-content ul > li {
    position: relative;
    margin-bottom: 12px;
    padding: 14px 16px 14px 44px;
    border: 1px solid rgba(19, 104, 235, 0.10);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--rff-shadow-sm);
}

.entry-content ul > li::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rff-blue-800), var(--rff-blue-650));
    box-shadow: 0 0 0 5px rgba(19, 104, 235, 0.12);
}

.entry-content ol {
    list-style: none;
    padding-left: 0;
    counter-reset: rff-counter;
}

.entry-content ol > li {
    position: relative;
    margin-bottom: 12px;
    padding: 14px 16px 14px 58px;
    border: 1px solid rgba(19, 104, 235, 0.10);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--rff-shadow-sm);
}

.entry-content ol > li::before {
    counter-increment: rff-counter;
    content: counter(rff-counter, decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--rff-blue-850), var(--rff-blue-650));
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(19, 104, 235, 0.18);
}

.entry-content table {
    overflow: hidden;
    width: 100%;
    margin: 28px 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(19, 104, 235, 0.10) !important;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98)) !important;
    box-shadow: var(--rff-shadow-md) !important;
}

.entry-content table th,
.entry-content table td {
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid var(--rff-line);
    color: var(--rff-text);
}

.entry-content table th {
    color: #ffffff;
    background: linear-gradient(135deg, var(--rff-blue-900), var(--rff-blue-650));
    font-weight: 850;
}

.entry-content table td:first-child {
    width: 34%;
    color: var(--rff-ink);
    font-weight: 800;
    background: rgba(237, 246, 255, 0.85);
}

.entry-content table tr:nth-child(even) td:last-child {
    background: rgba(247, 251, 255, 0.76);
}

.entry-content table tr:last-child th,
.entry-content table tr:last-child td {
    border-bottom: 0;
}

.entry-content .wp-block-table {
    overflow-x: auto;
    border-radius: 24px;
}

.entry-content button,
.entry-content input[type="submit"],
.entry-content .button,
.entry-content .ast-button,
.entry-content .wp-block-button__link,
.entry-content .btn,
.entry-content form button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 15px 30px;
    border: 1px solid #0e60dd;
    border-radius: 16px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0d4eb2 0%, #1368eb 52%, #1a7dff 100%) !important;
    box-shadow: 0 16px 36px rgba(19, 104, 235, 0.24) !important;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background .2s ease;
}

.entry-content button:hover,
.entry-content input[type="submit"]:hover,
.entry-content .button:hover,
.entry-content .ast-button:hover,
.entry-content .wp-block-button__link:hover,
.entry-content .btn:hover,
.entry-content form button:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(19, 104, 235, 0.30) !important;
    filter: saturate(1.08);
}

.entry-content form {
    max-width: 900px;
    margin: 28px auto;
}

.entry-content form > button,
.entry-content form > input[type="submit"] {
    width: 100%;
}

.login-facts-section {
    position: relative;
    width: 100%;
    margin: 0 0 clamp(78px, 8vw, 116px);
}

.login-facts-section::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -18vw;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(19, 104, 235, 0.14), transparent 64%);
    pointer-events: none;
}

.login-facts-shell {
    position: relative;
}

.login-facts-hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(26px, 5vw, 54px);
    align-items: stretch;
}

.login-facts-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-facts-title {
    max-width: 580px;
    margin: 0 0 26px !important;
    color: var(--rff-ink) !important;
    font-size: clamp(46px, 6vw, 82px) !important;
    font-weight: 950 !important;
    line-height: .94 !important;
    letter-spacing: -0.07em !important;
    text-wrap: balance;
}

.login-facts-title::before,
.login-facts-title::after {
    display: none !important;
    content: none !important;
}

.login-facts-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(560px, 100%);
    margin: 0;
}

.login-facts-action-form,
.entry-content .login-facts-action-form {
    width: 100%;
    margin: 0;
}

.login-facts-actions .login-facts-button,
.entry-content .login-facts-actions .login-facts-button {
    width: 100%;
    min-height: 62px;
    padding: 16px 24px;
    border-radius: 18px;
    font-size: 17px;
    font-weight: 900;
}

.login-facts-actions .login-facts-button-login,
.entry-content .login-facts-actions .login-facts-button-login {
    color: #ffffff !important;
    border-color: #0d4eb2;
    background: linear-gradient(135deg, #0d4eb2 0%, #1368eb 55%, #1a7dff 100%) !important;
    box-shadow: 0 18px 40px rgba(19, 104, 235, 0.30) !important;
}

.login-facts-actions .login-facts-button-registration,
.entry-content .login-facts-actions .login-facts-button-registration {
    color: var(--rff-blue-850) !important;
    border-color: rgba(19, 104, 235, 0.14);
    background: rgba(255, 255, 255, 0.90) !important;
    box-shadow: var(--rff-shadow-sm) !important;
}

.login-facts-actions .login-facts-button-registration:hover,
.entry-content .login-facts-actions .login-facts-button-registration:hover {
    color: var(--rff-blue-950) !important;
    border-color: rgba(19, 104, 235, 0.24);
    background: #ffffff !important;
}

.login-facts-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 238px;
    gap: 18px;
    align-items: stretch;
    padding: 18px;
    border: 1px solid rgba(19, 104, 235, 0.08);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(245, 250, 255, 0.98));
    box-shadow: var(--rff-shadow-lg);
    overflow: hidden;
}

.login-facts-stage::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(180deg, rgba(220, 236, 255, 0.42), rgba(125, 231, 255, 0.10));
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.login-facts-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(19, 104, 235, 0.10);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--rff-shadow-sm) !important;
}

.login-facts-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--rff-blue-950), var(--rff-blue-700), var(--rff-cyan));
}

.login-facts-row {
    display: grid;
    grid-template-columns: minmax(190px, .52fr) minmax(0, 1fr);
    min-height: 84px;
    border-bottom: 1px solid var(--rff-line);
}

.login-facts-row:last-child {
    border-bottom: 0;
}

.login-facts-row:nth-child(even) {
    background: rgba(237, 246, 255, 0.68);
}

.login-facts-label,
.login-facts-value {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.45;
}

.login-facts-label {
    gap: 12px;
    color: var(--rff-ink);
}

.login-facts-label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: var(--rff-blue-900);
    background: linear-gradient(180deg, #ffffff, #dcebff);
    font-size: 15px;
    box-shadow: 0 10px 22px rgba(19, 104, 235, 0.10);
}

.login-facts-label strong {
    color: var(--rff-ink);
    font-weight: 850;
}

.login-facts-value {
    color: var(--rff-text);
    font-weight: 700;
}

.login-facts-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 22px 12px;
}

.login-facts-image::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 24%, rgba(125, 231, 255, 0.30), transparent 30%),
        linear-gradient(180deg, rgba(13, 78, 178, 0.10), rgba(19, 104, 235, 0.02));
    border: 1px solid rgba(19, 104, 235, 0.08);
}

.login-facts-image::after {
    content: "";
    position: absolute;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    border: 1px dashed rgba(19, 104, 235, 0.28);
    animation: rff-spin 22s linear infinite;
}

.login-facts-image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 144px;
    height: 144px;
    object-fit: cover;
    border-radius: 30px;
    border: 8px solid #ffffff;
    box-shadow: 0 24px 56px rgba(9, 43, 103, 0.18);
    transform: rotate(-7deg);
    animation: rff-float 5s ease-in-out infinite;
}

.mobile-showcase-section {
    position: relative;
    margin: clamp(76px, 8vw, 112px) 0;
}

.mobile-showcase-section-alt {
    padding: clamp(28px, 4vw, 38px);
    border: 1px solid rgba(19, 104, 235, 0.08);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 249, 255, 0.92));
    box-shadow: var(--rff-shadow-sm);
}

.mobile-showcase-head {
    max-width: 920px;
    margin: 0 0 30px;
}

.mobile-showcase-head-center {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mobile-showcase-kicker,
.mobile-download-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.mobile-showcase-kicker {
    margin-bottom: 12px;
    color: var(--rff-blue-800);
}

.mobile-showcase-kicker::before {
    content: "";
    width: 32px;
    height: 3px;
    margin-right: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rff-blue-900), var(--rff-blue-500));
}

.mobile-showcase-head-center .mobile-showcase-kicker::before {
    display: none;
}

.mobile-showcase-head h2,
.mobile-download-copy h3 {
    color: var(--rff-ink) !important;
    letter-spacing: -0.045em !important;
}

.mobile-showcase-head h2 {
    max-width: 860px;
    margin: 0 0 14px;
    font-size: clamp(32px, 4.2vw, 52px) !important;
    font-weight: 920 !important;
    line-height: 1.04 !important;
}

.mobile-showcase-head-center h2 {
    margin-right: auto;
    margin-left: auto;
}

.mobile-download-copy h3 {
    margin: 0 0 14px;
    font-size: clamp(25px, 3vw, 37px) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
}

.mobile-showcase-head h2::before,
.mobile-download-copy h3::before {
    display: none !important;
    content: none !important;
}

.mobile-showcase-head p,
.mobile-download-copy p {
    margin: 0;
    color: var(--rff-text) !important;
    line-height: 1.76;
}

.mobile-showcase-head p {
    max-width: 860px;
    font-size: 17px;
}

.mobile-showcase-head-center p {
    margin-right: auto;
    margin-left: auto;
}

.mobile-download-copy p {
    max-width: 760px;
    margin-bottom: 24px;
}

.mobile-download-grid {
    display: grid;
    gap: 24px;
}

.mobile-download-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(250px, .74fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
    min-height: 370px;
    padding: clamp(28px, 4vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(19, 104, 235, 0.10) !important;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98)) !important;
    box-shadow: var(--rff-shadow-md) !important;
    isolation: isolate;
}

.mobile-download-panel::before {
    content: "";
    position: absolute;
    inset: auto 0 0 auto;
    width: 42%;
    height: 100%;
    background: linear-gradient(180deg, rgba(220, 236, 255, 0.85), rgba(125, 231, 255, 0.22));
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.mobile-download-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--rff-blue-950), var(--rff-blue-700), var(--rff-cyan));
}

.mobile-download-panel-ios {
    grid-template-columns: minmax(250px, .74fr) minmax(0, 1.08fr);
}

.mobile-download-panel-ios::before {
    right: auto;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}

.mobile-download-panel-ios .mobile-download-copy {
    order: 2;
}

.mobile-download-panel-ios .mobile-download-visual {
    order: 1;
}

.mobile-download-panel-wide {
    grid-template-columns: 1fr;
    min-height: 0;
}

.mobile-download-panel-wide::before {
    width: 24%;
}

.panel-style-soft {
    background: linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(240, 247, 255, 0.98)) !important;
}

.panel-style-soft::before {
    background: linear-gradient(180deg, rgba(212, 236, 255, 0.85), rgba(184, 219, 255, 0.38));
}

.panel-style-line {
    background:
        linear-gradient(rgba(19, 104, 235, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(19, 104, 235, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98)) !important;
    background-size: 44px 44px, 44px 44px, auto !important;
}

.mobile-download-copy,
.mobile-download-visual {
    position: relative;
    z-index: 1;
}

.mobile-download-label {
    margin-bottom: 16px;
    padding: 8px 12px;
    border: 1px solid rgba(19, 104, 235, 0.12);
    border-radius: 999px;
    color: var(--rff-blue-850);
    background: rgba(237, 246, 255, 0.92);
}

.mobile-download-form,
.entry-content .mobile-download-form {
    width: min(340px, 100%);
    margin: 0;
}

.mobile-download-btn,
.entry-content .mobile-download-btn,
.entry-content form .mobile-download-btn {
    width: 100%;
    min-height: 56px;
    border-radius: 16px;
}

.mobile-download-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
}

.mobile-download-visual::before {
    content: "";
    position: absolute;
    width: 244px;
    height: 244px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(220, 236, 255, 0.86));
    border: 1px solid rgba(19, 104, 235, 0.08);
    box-shadow: 0 22px 54px rgba(8, 57, 125, 0.10);
    transform: rotate(-8deg);
}

.mobile-download-panel-ios .mobile-download-visual::before {
    transform: rotate(8deg);
}

.mobile-download-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(264px, 90%);
    max-height: 300px;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 28px 64px rgba(9, 43, 103, 0.18);
    transition: transform .3s ease, box-shadow .3s ease;
}

.mobile-download-panel:not(.mobile-download-panel-wide):hover .mobile-download-visual img {
    transform: translateY(-5px);
    box-shadow: 0 32px 70px rgba(9, 43, 103, 0.24);
}

.mobile-steps-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 8px;
}

.mobile-steps-list::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 6%;
    right: 6%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rff-blue-900), var(--rff-blue-650));
    opacity: .18;
}

.mobile-step-item {
    position: relative;
    min-height: 164px;
    padding: 18px;
    border: 1px solid rgba(19, 104, 235, 0.10);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--rff-shadow-sm);
}

.mobile-step-item span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--rff-blue-900), var(--rff-blue-650));
    box-shadow: 0 10px 22px rgba(19, 104, 235, 0.20);
    font-size: 13px;
    font-weight: 900;
}

.mobile-step-item p {
    margin: 0 !important;
    color: var(--rff-text) !important;
    font-size: 14px;
    line-height: 1.55;
}

.mobile-steps-note {
    margin-top: 18px !important;
    padding: 16px 18px;
    border-left: 4px solid var(--rff-blue-700);
    border-radius: 0 16px 16px 0;
    background: rgba(237, 246, 255, 0.92);
}

.mobile-method-stack,
.mobile-troubleshoot-stack {
    display: grid;
    gap: 14px;
}

.mobile-method-item,
.mobile-troubleshoot-item {
    position: relative;
    padding: 18px 20px;
    border: 1px solid rgba(19, 104, 235, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.90);
}

.mobile-method-item::before,
.mobile-troubleshoot-item::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 18px 0 0 18px;
    background: linear-gradient(180deg, var(--rff-blue-900), var(--rff-blue-650));
    opacity: .9;
}

.mobile-method-item h3,
.mobile-troubleshoot-item h3 {
    margin-top: 0 !important;
    font-size: clamp(20px, 2.2vw, 27px) !important;
}

.mobile-method-item p,
.mobile-troubleshoot-item p {
    margin-bottom: 0 !important;
}

.mobile-troubleshoot-subnote {
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(237, 246, 255, 0.96);
}

.mobile-troubleshoot-subnote h4 {
    margin: 0 0 8px !important;
    color: var(--rff-blue-900) !important;
}

.rff-cta-band-form,
.entry-content .rff-cta-band-form {
    margin: 40px auto;
    max-width: 940px;
}

.rff-cta-band-button,
.entry-content .rff-cta-band-button {
    position: relative;
    width: 100%;
    min-height: 70px;
    border-radius: 24px;
    font-size: 20px;
    letter-spacing: -0.02em;
    overflow: hidden;
    background: linear-gradient(135deg, #0a2d69 0%, #1060db 48%, #1a7dff 100%) !important;
    box-shadow: 0 24px 60px rgba(19, 104, 235, 0.26) !important;
}

.rff-cta-band-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.24) 48%, transparent 74%);
    transform: translateX(-55%);
}

.rff-cta-band-button:hover::before {
    animation: rff-sheen .8s ease;
}

.mobile-screens-section {
    margin-top: 88px;
    padding: clamp(34px, 5vw, 54px);
    border-radius: 36px;
    background:
        radial-gradient(circle at 12% 0%, rgba(125, 231, 255, 0.18), transparent 26%),
        linear-gradient(135deg, #041f49 0%, #0b45a6 50%, #1368eb 100%);
    box-shadow: var(--rff-shadow-lg);
}

.mobile-screens-section .mobile-showcase-kicker,
.mobile-screens-section .mobile-showcase-head h2,
.mobile-screens-section .mobile-showcase-head p {
    color: #ffffff !important;
}

.mobile-screens-section .mobile-showcase-head p {
    opacity: .84;
}

.mobile-screens-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mobile-screen-card {
    margin: 0 !important;
    padding: 12px 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10) !important;
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
    transition: transform .25s ease, background .25s ease;
}

.mobile-screen-card:nth-child(2n) {
    transform: translateY(18px);
}

.mobile-screen-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.16) !important;
}

.mobile-screen-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 10 / 16;
    padding: 10px;
    border-radius: 20px;
    background: linear-gradient(180deg, #082a63, #0f59ce);
}

.mobile-screen-frame::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 34%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    transform: translateX(-50%);
}

.mobile-screen-frame img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 14px !important;
    box-shadow: none !important;
}

.mobile-screen-card figcaption {
    padding-top: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.faq-showcase-section {
    margin-bottom: 20px;
}

.faq-panel,
.entry-content .faq-panel {
    min-height: 0;
    padding: clamp(24px, 3vw, 34px);
}

.faq-panel::before {
    display: none;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item,
.entry-content .faq-item {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(19, 104, 235, 0.10) !important;
    border-radius: 18px;
    background: #ffffff !important;
    box-shadow: var(--rff-shadow-sm) !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.faq-item[open] {
    border-color: rgba(19, 104, 235, 0.22) !important;
    box-shadow: 0 20px 42px rgba(19, 104, 235, 0.10) !important;
    transform: translateY(-1px);
}

.faq-item summary,
.entry-content .faq-item summary {
    position: relative;
    padding: 18px 58px 18px 20px;
    color: var(--rff-ink) !important;
    font-size: 17px;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    color: var(--rff-blue-800);
    background: rgba(237, 246, 255, 0.95);
    transform: translateY(-50%);
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-answer,
.entry-content .faq-answer {
    padding: 0 20px 18px;
}

.faq-answer p {
    margin: 0 !important;
}

.rff-js .rff-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s cubic-bezier(.22,.61,.36,1), transform .65s cubic-bezier(.22,.61,.36,1);
}

.rff-js .rff-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rff-footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 !important;
    color: rgba(240, 247, 255, 0.82);
    background:
        radial-gradient(circle at 12% 12%, rgba(44, 134, 255, 0.30), transparent 24%),
        radial-gradient(circle at 88% 0%, rgba(114, 199, 255, 0.18), transparent 21%),
        linear-gradient(160deg, #04132f 0%, #082a65 58%, #074cad 100%) !important;
    border: 0 !important;
    box-shadow: none !important;
}

.rff-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 70px 70px;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 86%);
    mask-image: linear-gradient(180deg, #000 0%, transparent 86%);
}

.rff-footer-accent {
    height: 5px;
    background: linear-gradient(90deg, #56b3ff, #ffffff 48%, #1b7cff);
}

.rff-footer-inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 36px), var(--rff-max));
    margin: 0 auto;
    padding: 48px 0 24px;
}

.rff-footer-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.rff-footer-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    font-size: 14px;
    font-weight: 850;
    text-align: center;
    backdrop-filter: blur(10px);
}

.rff-footer-nav a:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.13);
}

.rff-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 20px;
}

.rff-footer-card,
.rff-footer-strip {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 24px 60px rgba(1, 18, 48, 0.18);
    backdrop-filter: blur(14px);
}

.rff-footer-card {
    padding: 26px;
}

.rff-footer-card-head,
.rff-footer-strip-head {
    margin-bottom: 18px;
}

.rff-footer-eyebrow {
    display: inline-flex;
    margin-bottom: 7px;
    color: #8fd0ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rff-footer h2,
.rff-footer h3,
.rff-footer h4 {
    color: #ffffff !important;
}

.rff-footer-card h2,
.rff-footer-strip h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.rff-contact-list {
    display: grid;
    gap: 10px;
}

.rff-contact-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 66px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 15px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.045);
}

.rff-contact-item:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

.rff-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(135deg, #1a75ef, #44a9ff);
    box-shadow: 0 10px 26px rgba(0, 72, 181, 0.28);
}

.rff-contact-icon svg,
.rff-social-link svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.rff-contact-item small {
    display: block;
    margin-bottom: 1px;
    color: rgba(224, 240, 255, 0.60);
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.rff-contact-item strong {
    display: block;
    overflow-wrap: anywhere;
    color: #ffffff;
    font-size: 15px;
    font-weight: 820;
}

.rff-contact-item-static {
    cursor: default;
}

.rff-social-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.rff-social-link {
    display: flex;
    min-height: 68px;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 15px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    font-weight: 830;
}

.rff-social-link svg {
    flex: 0 0 auto;
}

.rff-social-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.10);
}

.rff-footer-strip {
    margin-top: 20px;
    padding: 24px;
}

.rff-payment-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.rff-logo-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 68px;
    padding: 10px 12px;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(7, 26, 54, 0.06);
}

.rff-logo-tile img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 38px;
    object-fit: contain;
}

.rff-responsible-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.rff-responsible-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 86px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.rff-responsible-link:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.05);
}

.rff-responsible-link img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.12));
}

.rff-footer-legal {
    margin-top: 22px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    background: rgba(2, 17, 44, 0.28);
}

.rff-footer-legal p {
    margin: 0;
    color: rgba(230, 241, 255, 0.68);
    font-size: 13px;
    line-height: 1.7;
}

.rff-footer-legal p + p {
    margin-top: 10px;
}

.rff-footer-bottom {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.rff-footer-warning {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.rff-age {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
}

.rff-footer-warning p,
.rff-footer-copy {
    margin: 0;
    color: rgba(239, 247, 255, 0.74);
    font-size: 13px;
    line-height: 1.55;
}

.rff-footer-copy {
    text-align: right;
}

@keyframes rff-float {
    0%, 100% { transform: translateY(0) rotate(-7deg); }
    50% { transform: translateY(-8px) rotate(-7deg); }
}

@keyframes rff-spin {
    to { transform: rotate(360deg); }
}

@keyframes rff-sheen {
    from { transform: translateX(-55%); }
    to { transform: translateX(65%); }
}

@media (max-width: 1080px) {
    .login-facts-hero {
        grid-template-columns: 1fr;
    }

    .login-facts-title {
        max-width: 780px;
    }

    .mobile-steps-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mobile-steps-list::before {
        display: none;
    }

    .rff-payment-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 921px) {
    .admin-bar .site-header {
        top: 46px;
    }

    body {
        font-size: 16px;
    }

    .ast-primary-header-bar,
    .main-header-bar,
    .site-header .ast-primary-header-bar,
    .site-header .main-header-bar,
    .ast-mobile-header-wrap .ast-primary-header-bar {
        min-height: 72px;
    }

    .site-content {
        padding-top: 28px;
        padding-bottom: 72px;
    }

    .entry-content,
    .ast-article-single .entry-content {
        padding: 0 18px !important;
    }

    .login-facts-stage {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .login-facts-image {
        min-height: 220px;
        order: -1;
    }

    .login-facts-image img {
        width: 128px;
        height: 128px;
    }

    .mobile-download-panel,
    .mobile-download-panel-ios {
        grid-template-columns: 1fr;
    }

    .mobile-download-panel-ios .mobile-download-copy,
    .mobile-download-panel-ios .mobile-download-visual {
        order: initial;
    }

    .mobile-download-panel::before,
    .mobile-download-panel-ios::before {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 42%;
        clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
    }

    .mobile-download-form,
    .entry-content .mobile-download-form {
        width: 100%;
    }

    .mobile-screens-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobile-screen-card:nth-child(2n) {
        transform: none;
    }

    .rff-footer-grid {
        grid-template-columns: 1fr;
    }

    .rff-responsible-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rff-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .rff-footer-copy {
        text-align: left;
    }
}

@media (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

@media (max-width: 640px) {
    body {
        line-height: 1.66;
        background-size: auto, auto, 48px 48px, 48px 48px, auto !important;
    }

    .site-header,
    .admin-bar .site-header {
        top: 0;
    }

    .site-content {
        padding-top: 22px;
    }

    .entry-content,
    .ast-article-single .entry-content {
        padding: 0 14px !important;
    }

    .entry-title,
    .entry-content h1,
    .login-facts-title {
        font-size: 37px !important;
        line-height: 1.01 !important;
    }

    .entry-content h2,
    .mobile-showcase-head h2 {
        font-size: 28px !important;
    }

    .entry-content h3,
    .mobile-download-copy h3 {
        font-size: 23px !important;
    }

    .login-facts-section {
        margin-bottom: 66px;
    }

    .login-facts-title {
        margin-bottom: 18px !important;
    }

    .login-facts-actions {
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }

    .login-facts-actions .login-facts-button,
    .entry-content .login-facts-actions .login-facts-button {
        min-height: 56px;
    }

    .login-facts-stage {
        padding: 12px;
        border-radius: 24px;
    }

    .login-facts-card {
        border-radius: 20px;
    }

    .login-facts-row {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .login-facts-label {
        padding: 14px 15px 8px;
    }

    .login-facts-value {
        padding: 0 15px 14px 65px;
        font-size: 14px;
    }

    .login-facts-image {
        min-height: 180px;
        padding: 14px;
    }

    .login-facts-image::after {
        width: 134px;
        height: 134px;
    }

    .login-facts-image img {
        width: 112px;
        height: 112px;
        border-width: 6px;
    }

    .mobile-showcase-section {
        margin: 62px 0;
    }

    .mobile-showcase-section-alt {
        padding: 22px 16px;
        border-radius: 24px;
    }

    .mobile-showcase-head {
        margin-bottom: 22px;
    }

    .mobile-showcase-head p {
        font-size: 15px;
    }

    .mobile-download-grid {
        gap: 18px;
    }

    .mobile-download-panel,
    .mobile-download-panel-ios,
    .entry-content .mobile-download-panel {
        min-height: 0;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .mobile-download-copy p {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .mobile-download-visual {
        min-height: 220px;
    }

    .mobile-download-visual::before {
        width: 188px;
        height: 188px;
    }

    .mobile-download-visual img {
        width: min(220px, 86%);
        max-height: 248px;
    }

    .mobile-steps-list {
        grid-template-columns: 1fr;
    }

    .mobile-step-item {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
        align-items: center;
        min-height: 0;
        padding: 14px;
    }

    .mobile-step-item span {
        margin: 0;
    }

    .rff-cta-band-form,
    .entry-content .rff-cta-band-form {
        margin: 30px auto;
    }

    .rff-cta-band-button,
    .entry-content .rff-cta-band-button {
        min-height: 62px;
        border-radius: 18px;
        font-size: 18px;
    }

    .mobile-screens-section {
        margin-right: -4px;
        margin-left: -4px;
        padding: 26px 14px;
        border-radius: 24px;
    }

    .mobile-screens-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mobile-screen-card {
        padding: 8px 8px 11px;
        border-radius: 16px;
    }

    .mobile-screen-frame {
        padding: 7px;
        border-radius: 16px;
    }

    .mobile-screen-frame::before {
        height: 6px;
    }

    .mobile-screen-card figcaption {
        padding-top: 8px;
        font-size: 12px;
    }

    .faq-panel,
    .entry-content .faq-panel {
        padding: 18px 14px;
    }

    .faq-item summary,
    .entry-content .faq-item summary {
        padding: 16px 52px 16px 16px;
        font-size: 15px;
    }

    .faq-answer,
    .entry-content .faq-answer {
        padding: 0 16px 16px;
    }

    .rff-footer-inner {
        width: min(calc(100% - 28px), var(--rff-max));
        padding-top: 34px;
    }

    .rff-footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .rff-footer-nav a {
        min-height: 50px;
        padding: 10px 8px;
        border-radius: 12px;
        font-size: 12px;
    }

    .rff-footer-card,
    .rff-footer-strip {
        border-radius: 19px;
    }

    .rff-footer-card {
        padding: 20px 16px;
    }

    .rff-footer-strip {
        padding: 20px 14px;
    }

    .rff-social-grid {
        grid-template-columns: 1fr;
    }

    .rff-social-link {
        min-height: 58px;
    }

    .rff-payment-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .rff-logo-tile {
        min-height: 60px;
        padding: 8px;
    }

    .rff-logo-tile img {
        height: 32px;
    }

    .rff-responsible-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .rff-responsible-link {
        min-height: 74px;
        padding: 10px;
    }

    .rff-responsible-link img {
        height: 42px;
    }

    .rff-footer-legal {
        padding: 18px 16px;
    }

    .rff-footer-legal p {
        font-size: 12px;
    }

    .rff-footer-warning {
        align-items: flex-start;
    }

    .rff-age {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .mobile-screens-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rff-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rff-responsible-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

    .rff-js .rff-reveal {
        opacity: 1;
        transform: none;
    }
}

.login-facts-shell {
    position: relative;
}

.login-facts-title {
    max-width: 760px;
    margin: 0 0 26px !important;
    font-size: clamp(42px, 5.5vw, 72px) !important;
    line-height: .98 !important;
}

.login-facts-stage {
    display: grid;
    grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
    gap: clamp(22px, 3vw, 30px);
    align-items: stretch;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.login-facts-stage::before {
    display: none;
}

.login-facts-media,
.login-facts-side {
    min-width: 0;
}

.login-facts-media {
    display: grid;
    gap: 16px;
}

.login-facts-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(19, 104, 235, 0.10);
    border-radius: 30px;
    background:
        radial-gradient(circle at 16% 16%, rgba(125, 231, 255, 0.18), transparent 24%),
        radial-gradient(circle at 84% 8%, rgba(19, 104, 235, 0.14), transparent 20%),
        linear-gradient(145deg, #fafdff 0%, #eef6ff 100%);
    box-shadow: var(--rff-shadow-md);
}

.login-facts-banner::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 24px;
    border: 1px solid rgba(19, 104, 235, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(220, 236, 255, 0.22));
}

.login-facts-banner::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(19, 104, 235, 0.12), rgba(125, 231, 255, 0.08));
    transform: rotate(-12deg);
}

.login-facts-banner img {
    position: relative;
    z-index: 1;
    width: min(230px, 82%);
    border-radius: 34px;
    box-shadow: 0 30px 70px rgba(9, 43, 103, 0.18);
}

.login-facts-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.login-facts-mini {
    display: grid;
    gap: 4px;
    min-height: 110px;
    padding: 16px 18px;
    border: 1px solid rgba(19, 104, 235, 0.10);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.98));
    box-shadow: var(--rff-shadow-sm);
    align-content: center;
}

.login-facts-mini small {
    display: block;
    color: var(--rff-blue-850);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.login-facts-mini strong {
    display: block;
    color: var(--rff-ink);
    font-size: 26px;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.login-facts-mini span {
    display: block;
    color: var(--rff-text);
    font-size: 14px;
    font-weight: 700;
}

.login-facts-mini-rating strong {
    color: var(--rff-blue-850);
}

.login-facts-side {
    display: grid;
    gap: 16px;
}

.login-facts-card {
    order: 1;
}

.login-facts-actions {
    order: 2;
}

.login-facts-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin: 0;
}

.login-facts-card {
    border-radius: 30px;
    overflow: hidden;
}

.login-facts-row {
    grid-template-columns: minmax(170px, .48fr) minmax(0, 1fr);
    min-height: 90px;
}

.login-facts-label,
.login-facts-value {
    padding: 20px 22px;
}

.login-facts-label span {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 900;
}

.login-facts-value {
    display: grid;
    gap: 4px;
    align-content: center;
}

.login-facts-value strong {
    display: block;
    color: var(--rff-ink);
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.login-facts-value small {
    display: block;
    color: var(--rff-text);
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1080px) {
    .login-facts-stage {
        grid-template-columns: 1fr;
    }

    .login-facts-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 921px) {
    .login-facts-title {
        margin-bottom: 20px !important;
    }

    .login-facts-stage {
        gap: 18px;
    }

    .login-facts-media {
        gap: 14px;
    }

    .login-facts-banner {
        min-height: 260px;
        padding: 22px;
        border-radius: 24px;
    }

    .login-facts-banner::before {
        inset: 12px;
        border-radius: 18px;
    }

    .login-facts-banner::after {
        width: 150px;
        height: 150px;
    }

    .login-facts-banner img {
        width: min(180px, 78%);
        border-radius: 28px;
    }

    .login-facts-summary {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .login-facts-mini {
        min-height: 96px;
        padding: 14px;
        border-radius: 18px;
    }

    .login-facts-mini strong {
        font-size: 22px;
    }

    .login-facts-actions {
        order: -1;
    }
}

@media (max-width: 640px) {
    .login-facts-title {
        font-size: 37px !important;
    }

    .login-facts-banner {
        min-height: 220px;
        padding: 18px;
    }

    .login-facts-banner::after {
        width: 124px;
        height: 124px;
    }

    .login-facts-banner img {
        width: min(152px, 72%);
        border-radius: 24px;
    }

    .login-facts-summary {
        grid-template-columns: 1fr;
    }

    .login-facts-mini {
        min-height: 0;
    }

    .login-facts-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .login-facts-card {
        border-radius: 22px;
    }

    .login-facts-row {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .login-facts-label {
        padding: 14px 15px 6px;
    }

    .login-facts-value {
        padding: 0 15px 15px 63px;
    }

    .login-facts-value strong {
        font-size: 19px;
    }
}

.login-facts-stage {
    grid-template-columns: minmax(300px, .84fr) minmax(0, 1.16fr);
    gap: clamp(20px, 3vw, 28px);
}

.login-facts-media {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.login-facts-topline {
    display: block;
}

.login-facts-banner {
    min-height: 270px;
    padding: 22px;
    border-radius: 26px;
}

.login-facts-banner::before {
    inset: 14px;
    border-radius: 20px;
}

.login-facts-banner::after {
    width: 150px;
    height: 150px;
    border-radius: 28px;
}

.login-facts-banner img {
    width: min(165px, 70%);
    border-radius: 28px;
}

.login-facts-quick {
    display: none;
}

.login-facts-actions-mobile {
    display: none;
}

.login-facts-actions-desktop {
    display: grid;
}

.login-facts-secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.login-facts-secondary-item {
    min-height: 86px;
    padding: 14px 16px;
    border: 1px solid rgba(19, 104, 235, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 24px rgba(9, 55, 120, 0.05);
}

.login-facts-secondary-item strong {
    display: block;
    margin-bottom: 6px;
    color: var(--rff-blue-900);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.login-facts-secondary-item span {
    display: block;
    color: var(--rff-text);
    font-size: 14px;
    line-height: 1.45;
}

.login-facts-side {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.login-facts-card {
    border-radius: 28px;
}

.login-facts-row {
    grid-template-columns: minmax(160px, .42fr) minmax(0, 1fr);
    min-height: 86px;
}

.login-facts-label,
.login-facts-value {
    padding: 18px 20px;
}

.login-facts-value strong {
    font-size: 20px;
}

@media (max-width: 921px) {
    .login-facts-stage {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .login-facts-topline {
        display: grid;
        grid-template-columns: 132px minmax(0, 1fr);
        gap: 12px;
        align-items: stretch;
    }

    .login-facts-banner {
        min-height: 0;
        height: 100%;
        padding: 14px;
        border-radius: 22px;
    }

    .login-facts-banner::before {
        inset: 10px;
        border-radius: 16px;
    }

    .login-facts-banner::after {
        width: 92px;
        height: 92px;
        border-radius: 22px;
    }

    .login-facts-banner img {
        width: min(108px, 86%);
        border-radius: 20px;
    }

    .login-facts-quick {
        display: grid;
        gap: 8px;
        align-content: start;
    }

    .login-facts-quick-item {
        padding: 10px 12px;
        border: 1px solid rgba(19, 104, 235, 0.08);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: 0 8px 24px rgba(9, 55, 120, 0.05);
    }

    .login-facts-quick-item small {
        display: block;
        margin-bottom: 2px;
        color: var(--rff-blue-850);
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .10em;
        text-transform: uppercase;
    }

    .login-facts-quick-item strong {
        display: block;
        color: var(--rff-ink);
        font-size: 16px;
        line-height: 1.15;
        letter-spacing: -0.02em;
    }

    .login-facts-quick-item span {
        display: block;
        margin-top: 1px;
        color: var(--rff-text);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.3;
    }

    .login-facts-card,
    .login-facts-actions-desktop {
        display: none;
    }

    .login-facts-actions-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .login-facts-secondary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .login-facts-topline {
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 10px;
    }

    .login-facts-banner {
        padding: 12px;
    }

    .login-facts-banner::before {
        inset: 8px;
    }

    .login-facts-banner::after {
        width: 82px;
        height: 82px;
    }

    .login-facts-banner img {
        width: min(96px, 84%);
        border-radius: 18px;
    }

    .login-facts-quick-item {
        padding: 8px 10px;
        border-radius: 14px;
    }

    .login-facts-quick-item strong {
        font-size: 15px;
    }

    .login-facts-quick-item span {
        font-size: 10px;
    }

    .login-facts-actions-mobile {
        grid-template-columns: 1fr 1fr;
    }

    .login-facts-secondary-item {
        min-height: 0;
        padding: 12px 14px;
    }

    .login-facts-secondary-item strong {
        font-size: 12px;
    }

    .login-facts-secondary-item span {
        font-size: 13px;
    }
}

@media (max-width: 921px) {
    .login-facts-topline {
        grid-template-columns: 138px minmax(0, 1fr);
        gap: 12px;
        align-items: stretch;
    }

    .login-facts-quick {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        align-content: stretch;
    }

    .login-facts-quick-item {
        min-height: 0;
        padding: 10px 11px;
        align-content: center;
    }

    .login-facts-quick-item:nth-child(5) {
        display: none;
    }

    .login-facts-secondary {
        display: none;
    }

    .login-facts-banner {
        min-height: 0;
        height: 100%;
    }

    .login-facts-actions-mobile {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .login-facts-topline {
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 9px;
    }

    .login-facts-quick {
        gap: 7px;
    }

    .login-facts-quick-item {
        padding: 8px 9px;
    }

    .login-facts-quick-item small {
        font-size: 9px;
    }

    .login-facts-quick-item strong {
        font-size: 14px;
    }

    .login-facts-quick-item span {
        font-size: 9px;
    }
}


@media (max-width: 921px) {
    .login-facts-topline {
        order: 1;
    }

    .login-facts-actions-mobile {
        order: 2;
    }
}