.rx-glass {
background:
linear-gradient(
160deg,
rgba(255, 255, 255, 0.10) 0%,
rgba(255, 255, 255, 0.04) 50%,
rgba(255, 255, 255, 0.02) 100%
);
backdrop-filter: blur(18px) saturate(150%);
-webkit-backdrop-filter: blur(18px) saturate(150%);
border: 1px solid var(--rx-stroke-light);
border-radius: var(--rx-r-lg);
box-shadow:
inset 0 1px 0 0 rgba(255, 255, 255, 0.12),
var(--rx-shadow-md),
0 2px 8px -4px rgba(0, 0, 0, 0.35);
}
.rx-glass--strong {
background: var(--rx-surface-light-strong);
backdrop-filter: blur(28px) saturate(160%);
-webkit-backdrop-filter: blur(28px) saturate(160%);
}
.rx-glass--subtle {
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(10px) saturate(120%);
-webkit-backdrop-filter: blur(10px) saturate(120%);
border-color: rgba(255, 255, 255, 0.08);
}
.rx-glass--dark {
background: var(--rx-surface-dark);
backdrop-filter: blur(20px) saturate(140%);
-webkit-backdrop-filter: blur(20px) saturate(140%);
border-color: var(--rx-line);
}
.rx-glass--gradient-border {
position: relative;
}
.rx-glass--gradient-border::before {
content: "";
position: absolute;
inset: 0;
padding: 1px;
border-radius: inherit;
background: linear-gradient(
135deg,
rgba(255, 255, 255, 0.4) 0%,
rgba(255, 255, 255, 0.05) 40%,
rgba(220, 79, 44, 0.35) 100%
);
-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
} .rx-bg-dark {
position: relative;
isolation: isolate; background: radial-gradient(circle 360px at calc(100% + 80px) -80px, rgba(220, 79, 44, 0.45) 0%, transparent 65%), radial-gradient(circle 280px at -60px calc(100% + 60px), rgba(42, 108, 255, 0.28) 0%, transparent 65%), radial-gradient(ellipse 110% 70% at 70% 25%, rgba(220, 79, 44, 0.14) 0%, transparent 55%), linear-gradient(175deg, #0B1023 0%, #070A18 100%);
} .rx-bg-dark::before {
content: '';
position: absolute;
inset: 0;
z-index: -1;
pointer-events: none;
background-image:
linear-gradient(to right,  rgba(255, 255, 255, 0.045) 1px, transparent 1px),
linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
background-size: 80px 80px;
mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black 25%, transparent 75%);
-webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black 25%, transparent 75%);
} .rx-bg-dark--no-grid::before { display: none; } .rx-bg-dark--center {
background:
radial-gradient(circle 420px at 50% -60px, rgba(220, 79, 44, 0.4) 0%, transparent 65%),
radial-gradient(ellipse 100% 60% at 50% 20%, rgba(220, 79, 44, 0.12) 0%, transparent 55%),
linear-gradient(175deg, #0B1023 0%, #070A18 100%);
}
@supports not (backdrop-filter: blur(1px)) {
.rx-glass,
.rx-glass--strong,
.rx-glass--subtle,
.rx-glass--dark {
background: rgba(20, 26, 51, 0.85);
}
}html {
overflow-x: clip;
} html.lenis,
html.lenis body {
height: auto;
}
.lenis.lenis-smooth {
scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
.lenis.lenis-scrolling iframe {
pointer-events: none;
} html.rx-js .rx-reveal,
html.rx-js .rx-reveal-up {
opacity: 0;
transform: translateY(48px);
filter: blur(8px);
}
html.rx-js .rx-reveal-down {
opacity: 0;
transform: translateY(-48px);
filter: blur(8px);
}
html.rx-js .rx-reveal-left {
opacity: 0;
transform: translateX(-56px);
filter: blur(6px);
}
html.rx-js .rx-reveal-right {
opacity: 0;
transform: translateX(56px);
filter: blur(6px);
}
html.rx-js .rx-reveal-scale {
opacity: 0;
transform: scale(0.9);
filter: blur(8px);
}
html.rx-js .rx-reveal-fade {
opacity: 0;
filter: blur(8px);
} html.rx-js .rx-stagger > * {
opacity: 0;
transform: translateY(34px);
filter: blur(6px);
} @media (prefers-reduced-motion: reduce) {
.rx-reveal,
.rx-reveal-up,
.rx-reveal-down,
.rx-reveal-left,
.rx-reveal-right,
.rx-reveal-scale,
.rx-reveal-fade,
.rx-stagger > * {
opacity: 1 !important;
transform: none !important;
filter: none !important;
}
} body.elementor-editor-active .rx-reveal,
body.elementor-editor-active .rx-reveal-up,
body.elementor-editor-active .rx-reveal-down,
body.elementor-editor-active .rx-reveal-left,
body.elementor-editor-active .rx-reveal-right,
body.elementor-editor-active .rx-reveal-scale,
body.elementor-editor-active .rx-reveal-fade,
body.elementor-editor-active .rx-stagger > *,
body.elementor-editor-active .rx-hweave > * {
opacity: 1 !important;
transform: none !important;
filter: none !important;
}.rx-section {
padding: clamp(4rem, 9vw, 8rem) clamp(1.5rem, 4vw, 4rem);
position: relative;
}
.rx-section__inner {
max-width: 1320px;
margin: 0 auto;
}
.rx-section--dark {
background: var(--rx-navy);
color: #fff;
}
.rx-section--alt {
background: var(--rx-navy-700);
color: #fff;
}
.rx-section--light {
background: var(--rx-bg-alt);
}
.rx-section__header {
text-align: center;
margin-bottom: clamp(2.5rem, 6vw, 5rem);
}
.rx-section__headline {
font-size: clamp(2rem, 4vw, 3.5rem);
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.1;
margin: 0.5rem 0 1rem;
}
.rx-section__sub {
font-size: var(--rx-fs-md);
opacity: 0.7;
max-width: 560px;
margin: 0 auto;
line-height: 1.6;
} .rx-badge {
display: inline-block;
width: max-content;
font-size: var(--rx-fs-xs);
letter-spacing: 0.18em;
text-transform: uppercase;
font-weight: 600;
padding: 0.45rem 1rem;
border-radius: var(--rx-r-pill);
}
.rx-badge--orange {
color: var(--rx-orange-300);
border: 1px solid rgba(220, 79, 44, 0.35);
background: rgba(220, 79, 44, 0.08);
}
.rx-badge--subtle {
color: rgba(255, 255, 255, 0.6);
border: 1px solid rgba(255, 255, 255, 0.12);
background: rgba(255, 255, 255, 0.05);
} .rx-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
gap: var(--rx-s-3);
align-items: stretch; }
.rx-card-3d-wrap {
perspective: 900px;
}
.rx-card-3d {
position: relative;
height: 100%; box-sizing: border-box;
border-radius: var(--rx-r-lg);
padding: var(--rx-s-4);
will-change: transform;
cursor: default;
transform-origin: center center; background:
linear-gradient(
160deg,
rgba(255, 255, 255, 0.09) 0%,
rgba(255, 255, 255, 0.035) 46%,
rgba(255, 255, 255, 0.015) 100%
);
border: 1px solid rgba(255, 255, 255, 0.10);
backdrop-filter: blur(20px) saturate(155%);
-webkit-backdrop-filter: blur(20px) saturate(155%); box-shadow:
inset 0 1px 0 0 rgba(255, 255, 255, 0.14),
0 18px 40px -22px rgba(0, 0, 0, 0.55),
0 4px 12px -8px rgba(0, 0, 0, 0.40);
transition:
box-shadow var(--rx-dur-base) var(--rx-ease-out),
border-color var(--rx-dur-base) var(--rx-ease-out);
}
.rx-card-3d:hover {
border-color: rgba(240, 133, 102, 0.38);
box-shadow:
inset 0 1px 0 0 rgba(255, 255, 255, 0.22),
0 30px 60px -24px rgba(0, 0, 0, 0.60),
0 0 38px -8px rgba(220, 79, 44, 0.35);
} .rx-card-3d [data-depth] {
will-change: transform;
display: block;
}
.rx-card-3d__icon {
width: 52px;
height: 52px;
border-radius: var(--rx-r-md);
display: grid;
place-items: center;
margin-bottom: var(--rx-s-3);
background: linear-gradient(150deg, rgba(240, 133, 102, 0.28), rgba(220, 79, 44, 0.10));
border: 1px solid rgba(240, 133, 102, 0.30);
box-shadow:
inset 0 1px 0 0 rgba(255, 255, 255, 0.18),
0 6px 18px -8px rgba(220, 79, 44, 0.45);
color: var(--rx-orange-300);
font-size: 1.5rem;
}
.rx-card-3d__icon .rx-icon-svg {
width: 26px;
height: 26px;
}
.rx-card-3d__title {
font-size: var(--rx-fs-lg);
font-weight: 600;
margin: 0 0 0.75rem;
letter-spacing: -0.01em;
}
.rx-card-3d__body {
font-size: var(--rx-fs-sm);
line-height: 1.65;
opacity: 0.72;
}
.rx-card-3d__body a {
color: var(--rx-orange);
text-decoration: none;
}
.rx-card-3d__body a:hover,
.rx-card-3d__body a:focus-visible {
color: var(--rx-orange-600);
text-decoration: underline;
} .rx-card-3d::after {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
background: radial-gradient(
520px circle at var(--rx-mouse-x, 50%) var(--rx-mouse-y, 0%),
rgba(255, 255, 255, 0.10),
transparent 45%
);
pointer-events: none;
transition: opacity var(--rx-dur-base) var(--rx-ease-out);
opacity: 0.35;
}
.rx-card-3d:hover::after {
opacity: 1;
} .rx-counters {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: var(--rx-s-2);
}
.rx-counter-item {
padding: var(--rx-s-4) var(--rx-s-3);
text-align: center;
border-radius: var(--rx-r-lg);
}
.rx-counter { display: inline-block; font-size: clamp(2rem, 4vw, 3rem);
font-weight: 700;
letter-spacing: -0.03em;
line-height: 1;
color: #fff;
background: linear-gradient(135deg, #fff 30%, var(--rx-orange-300) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.rx-counter-label {
display: block;
margin-top: 0.6rem;
font-size: var(--rx-fs-xs);
letter-spacing: 0.16em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.5);
} .rx-testimonials {
position: relative; width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
.rx-testimonials__track-wrap {
overflow: hidden;
border-radius: var(--rx-r-xl);
}
.rx-testimonials__track {
display: flex;
gap: var(--rx-s-3);
overflow-x: scroll;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
cursor: grab;
user-select: none;
}
.rx-testimonials__track::-webkit-scrollbar { display: none; }
.rx-testimonials__track.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.rx-testimonial-card {
flex: 0 0 clamp(300px, 38vw, 460px);
scroll-snap-align: start;
padding: var(--rx-s-4);
border-radius: var(--rx-r-lg);
display: flex;
flex-direction: column;
gap: var(--rx-s-3);
cursor: pointer;
opacity: 0.45;
transform: scale(0.94);
transition:
opacity     var(--rx-dur-base, 0.45s) var(--rx-ease-out, ease-out),
transform   var(--rx-dur-base, 0.45s) var(--rx-ease-out, ease-out),
filter      var(--rx-dur-base, 0.45s) var(--rx-ease-out, ease-out),
box-shadow  var(--rx-dur-base, 0.45s) var(--rx-ease-out, ease-out);
filter: saturate(0.7);
}
.rx-testimonial-card.is-active {
opacity: 1;
transform: scale(1);
filter: saturate(1);
} .rx-testimonial-card:not(.is-active):hover {
opacity: 0.78;
transform: scale(0.97) translateY(-3px);
filter: saturate(0.95);
}
.rx-testimonial-card.is-active:hover {
transform: scale(1) translateY(-3px);
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
.rx-testimonials__track.is-dragging .rx-testimonial-card {
cursor: grabbing;
} @media (prefers-reduced-motion: no-preference) {
.rx-testimonials[data-entrance]:not([data-entrance="none"]) .rx-testimonial-card,
.rx-testimonials[data-entrance]:not([data-entrance="none"]) .rx-section__header {
opacity: 0;
transition:
opacity   var(--rx-entrance-duration, 0.8s) cubic-bezier(0.22, 1, 0.36, 1),
transform var(--rx-entrance-duration, 0.8s) cubic-bezier(0.22, 1, 0.36, 1);
will-change: opacity, transform;
} .rx-testimonials[data-entrance="fade-up"] .rx-testimonial-card,
.rx-testimonials[data-entrance="fade-up"] .rx-section__header {
transform: translateY(50px);
}
.rx-testimonials[data-entrance="fade-down"] .rx-testimonial-card,
.rx-testimonials[data-entrance="fade-down"] .rx-section__header {
transform: translateY(-50px);
}
.rx-testimonials[data-entrance="slide-right"] .rx-testimonial-card,
.rx-testimonials[data-entrance="slide-right"] .rx-section__header {
transform: translateX(-80px);
}
.rx-testimonials[data-entrance="slide-left"] .rx-testimonial-card,
.rx-testimonials[data-entrance="slide-left"] .rx-section__header {
transform: translateX(80px);
}
.rx-testimonials[data-entrance="scale"] .rx-testimonial-card,
.rx-testimonials[data-entrance="scale"] .rx-section__header {
transform: scale(0.85);
} .rx-testimonials.is-revealed[data-entrance]:not([data-entrance="none"]) .rx-testimonial-card,
.rx-testimonials.is-revealed[data-entrance]:not([data-entrance="none"]) .rx-section__header {
opacity: 1;
transform: none;
} .rx-testimonials.is-revealed .rx-testimonial-card:not(.is-active) {
transform: scale(0.94);
}
.rx-testimonials.is-revealed .rx-testimonial-card.is-active {
transform: scale(1);
}
.rx-testimonials.is-revealed .rx-testimonial-card:not(.is-active):hover {
transform: scale(0.97) translateY(-3px);
}
.rx-testimonials.is-revealed .rx-testimonial-card.is-active:hover {
transform: scale(1) translateY(-3px);
}
}
.rx-testimonial-card__stars {
color: var(--rx-orange);
font-size: 1rem;
letter-spacing: 0.1em;
}
.rx-testimonial-card__quote {
font-size: var(--rx-fs-md);
line-height: 1.6;
color: rgba(255, 255, 255, 0.88);
flex: 1;
font-style: italic;
}
.rx-testimonial-card__author {
display: flex;
align-items: center;
gap: 0.9rem;
margin-top: auto;
}
.rx-testimonial-card__avatar {
width: 44px;
height: 44px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
background: var(--rx-navy-500);
display: grid;
place-items: center;
font-size: 1.1rem;
color: rgba(255, 255, 255, 0.5);
overflow: hidden;
}
.rx-testimonial-card__name {
font-weight: 600;
font-size: var(--rx-fs-sm);
color: #fff;
}
.rx-testimonial-card__role {
font-size: var(--rx-fs-xs);
color: rgba(255, 255, 255, 0.45);
margin-top: 2px;
} .rx-slider-controls {
display: flex;
align-items: center;
gap: var(--rx-s-2);
margin-top: var(--rx-s-3);
justify-content: center;
} .rx-slider-btn,
.rx-slider-btn:focus,
.rx-slider-btn:hover,
.rx-slider-btn:active,
.rx-slider-dot,
.rx-slider-dot:focus,
.rx-slider-dot:hover,
.rx-slider-dot:active {
all: unset;
box-sizing: border-box;
cursor: pointer;
font-family: inherit;
}
.rx-slider-btn {
width: 44px !important;
height: 44px !important;
border-radius: 50% !important;
border: 1px solid rgba(255, 255, 255, 0.15) !important;
background: rgba(255, 255, 255, 0.05) !important;
color: #fff !important;
display: grid !important;
place-items: center !important;
padding: 0 !important;
transition: background var(--rx-dur-fast), border-color var(--rx-dur-fast), transform var(--rx-dur-fast) !important;
backdrop-filter: blur(8px) !important;
-webkit-backdrop-filter: blur(8px) !important;
}
.rx-slider-btn:hover {
background: var(--rx-orange) !important;
border-color: var(--rx-orange) !important;
transform: scale(1.05) !important;
}
.rx-slider-btn:focus-visible {
outline: 2px solid var(--rx-orange) !important;
outline-offset: 3px !important;
}
.rx-slider-dots {
display: flex;
gap: 6px;
align-items: center;
padding: 0 var(--rx-s-1);
}
.rx-slider-dot {
width: 6px !important;
height: 6px !important;
border-radius: 50% !important;
background: rgba(255, 255, 255, 0.25) !important;
border: none !important;
padding: 0 !important;
transition: background var(--rx-dur-fast), width var(--rx-dur-fast), border-radius var(--rx-dur-fast) !important;
}
.rx-slider-dot.is-active {
background: var(--rx-orange) !important;
width: 22px !important;
border-radius: 3px !important;
} .rx-google-attribution {
display: flex;
align-items: center;
justify-content: center;
gap: 0.4rem;
margin-top: 2rem;
opacity: 0.45;
font-size: 0.75rem;
letter-spacing: 0.04em;
color: rgba(255, 255, 255, 0.7);
}
.rx-google-attribution svg {
display: block;
flex-shrink: 0;
} @media (prefers-reduced-motion: reduce) {
.rx-card-3d,
.rx-card-3d [data-depth] {
transition: none !important;
}
.rx-testimonials__track {
scroll-behavior: auto;
}
} .rx-compliance-bar {
width: 100%;
background: #0d1240;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
padding: 0.5rem clamp(1rem, 3vw, 2rem);
text-align: center;
font-size: 0.7rem;
letter-spacing: 0.04em;
color: rgba(255, 255, 255, 0.52);
line-height: 1.5;
z-index: 9999;
position: relative;
}
.rx-compliance-bar strong,
.rx-compliance-bar b {
color: rgba(255, 255, 255, 0.7);
font-weight: 600;
} body.page-id-2168 {
background: var(--rx-ink);
color: #fff;
} .rx-highlights-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: clamp(3rem, 6vw, 6rem);
align-items: center;
padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 4rem);
max-width: 1320px;
margin: 0 auto;
}
@media (max-width: 900px) {
.rx-highlights-split {
grid-template-columns: 1fr;
gap: 3rem;
}
}
.rx-highlights__copy {
display: flex;
flex-direction: column;
gap: var(--rx-s-3);
}
.rx-highlights__eyebrow {
display: inline-block;
width: max-content;
font-size: var(--rx-fs-xs);
letter-spacing: 0.2em;
text-transform: uppercase;
color: #7BA8FF;
padding: 0.4rem 0.9rem;
border: 1px solid rgba(123, 168, 255, 0.25);
border-radius: var(--rx-r-pill);
background: rgba(123, 168, 255, 0.07);
}
.rx-highlights__headline {
font-size: clamp(2rem, 3.5vw, 3rem);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.1;
color: #fff;
margin: 0;
}
.rx-highlights__body {
font-size: var(--rx-fs-md);
line-height: 1.7;
color: rgba(255, 255, 255, 0.62);
margin: 0;
} .rx-highlights__counters {
display: flex;
flex-direction: column;
gap: 1px;
background: rgba(255, 255, 255, 0.06);
border-radius: var(--rx-r-xl);
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.08);
}
.rx-highlights__counter-item {
display: flex;
flex-direction: column; align-items: center;
text-align: center;
gap: 0.25rem;
padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
background: rgba(10, 13, 26, 0.7);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
transition: background var(--rx-dur-fast);
}
.rx-highlights__counter-item:hover {
background: rgba(255, 255, 255, 0.03);
}
.rx-highlights__counter-item + .rx-highlights__counter-item {
border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.rx-highlights__counter-num {
font-size: clamp(2.25rem, 4vw, 3.5rem);
font-weight: 800;
letter-spacing: -0.03em;
line-height: 1;
color: #fff;
}
.rx-highlights__counter-num .rx-counter { display: inline; }
.rx-highlights__counter-label {
font-size: var(--rx-fs-xs);
letter-spacing: 0.14em;
text-transform: uppercase;
color: #7BA8FF;
} .rx-accounts-section {
padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 4rem);
max-width: 1320px;
margin: 0 auto;
}
.rx-accounts-section__header {
text-align: center;
margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.rx-accounts-section__eyebrow {
display: inline-block;
width: max-content;
font-size: var(--rx-fs-xs);
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--rx-orange-300, #FF8C5A);
padding: 0.4rem 0.9rem;
border: 1px solid rgba(220, 79, 44, 0.3);
border-radius: var(--rx-r-pill);
background: rgba(220, 79, 44, 0.07);
margin-bottom: 1rem;
}
.rx-accounts-section__headline {
font-size: clamp(2rem, 3.5vw, 3rem);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.1;
color: #fff;
margin: 0 0 0.75rem;
}
.rx-accounts-section__sub {
font-size: var(--rx-fs-md);
color: rgba(255, 255, 255, 0.55);
max-width: 540px;
margin: 0 auto;
line-height: 1.6;
}
.rx-accounts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.25rem;
}
@media (max-width: 900px) {
.rx-accounts-grid {
grid-template-columns: 1fr;
max-width: 480px;
margin: 0 auto;
}
}
.rx-account-card {
position: relative;
display: flex;
flex-direction: column;
gap: 1.5rem;
padding: clamp(1.75rem, 3vw, 2.25rem);
border-radius: var(--rx-r-xl);
background: rgba(13, 18, 64, 0.6);
border: 1px solid rgba(255, 255, 255, 0.07);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
overflow: hidden;
transition: transform var(--rx-dur-fast) var(--rx-ease-out),
border-color var(--rx-dur-fast);
}
.rx-account-card:hover {
transform: translateY(-3px);
border-color: rgba(255, 255, 255, 0.14);
} .rx-account-card--featured {
background: linear-gradient(145deg, rgba(107, 33, 255, 0.55) 0%, rgba(58, 76, 245, 0.45) 100%);
border-color: rgba(107, 33, 255, 0.5);
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(107, 33, 255, 0.3);
}
.rx-account-card--featured:hover {
transform: translateY(-10px);
box-shadow: 0 28px 70px rgba(107, 33, 255, 0.4);
} .rx-account-card--featured::before {
content: "Most Popular";
position: absolute;
top: 1.25rem;
right: 1.25rem;
font-size: 0.65rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #fff;
background: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: var(--rx-r-pill);
padding: 0.3rem 0.75rem;
}
.rx-account-card__title {
font-size: var(--rx-fs-lg);
font-weight: 700;
color: #fff;
margin: 0;
}
.rx-account-card__specs {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem 0.75rem;
list-style: none;
margin: 0;
padding: 0;
}
.rx-account-card__spec-item {
display: flex;
flex-direction: column;
gap: 0.2rem;
}
.rx-account-card__spec-label {
font-size: 0.7rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.38);
}
.rx-account-card__spec-value {
font-size: var(--rx-fs-md);
font-weight: 600;
color: #fff;
}
.rx-account-card--featured .rx-account-card__spec-label {
color: rgba(255, 255, 255, 0.5);
}
.rx-account-card__cta {
margin-top: auto;
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-size: var(--rx-fs-sm);
font-weight: 600;
color: rgba(255, 255, 255, 0.6);
text-decoration: none;
border-top: 1px solid rgba(255, 255, 255, 0.07);
padding-top: 1.25rem;
transition: color var(--rx-dur-fast), gap var(--rx-dur-fast);
}
.rx-account-card__cta:hover {
color: #fff;
gap: 0.8rem;
}
.rx-account-card--featured .rx-account-card__cta {
border-top-color: rgba(255, 255, 255, 0.15);
color: rgba(255, 255, 255, 0.85);
} .rx-ticker-heading {
text-align: center;
padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 4rem) 0;
max-width: 1320px;
margin: 0 auto;
}
.rx-ticker-heading__eyebrow {
display: inline-block;
font-size: var(--rx-fs-xs);
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--rx-orange-300, #FF8C5A);
padding: 0.4rem 0.9rem;
border: 1px solid rgba(220, 79, 44, 0.3);
border-radius: var(--rx-r-pill);
background: rgba(220, 79, 44, 0.07);
margin-bottom: 0.75rem;
}
.rx-ticker-heading__headline {
font-size: clamp(2rem, 3.5vw, 3rem);
font-weight: 700;
letter-spacing: -0.02em;
color: #fff;
margin: 0 0 0.5rem;
}
.rx-ticker-heading__sub {
font-size: var(--rx-fs-md);
color: rgba(255, 255, 255, 0.5);
margin: 0;
}  .rx-acct-section button,
.rx-acct-section button:focus,
.rx-acct-section button:hover,
.rx-acct-section button:active {
all: unset;
box-sizing: border-box;
cursor: pointer;
font-family: inherit;
} .rx-acct-section {
padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 4rem);
max-width: 1320px;
margin: 0 auto;
} .rx-acct-section__header {
text-align: center;
margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.rx-acct-section__eyebrow {
display: inline-block;
font-size: var(--rx-fs-xs);
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--rx-orange-300);
padding: 0.4rem 0.9rem;
border: 1px solid rgba(220, 79, 44, 0.3);
border-radius: var(--rx-r-pill);
background: rgba(220, 79, 44, 0.07);
margin-bottom: 0.75rem;
}
.rx-acct-section__headline {
font-size: clamp(2rem, 3.5vw, 3rem);
font-weight: 700;
letter-spacing: -0.02em;
color: #fff;
margin: 0.5rem 0;
}
.rx-acct-section__sub {
font-size: var(--rx-fs-md);
color: rgba(255, 255, 255, 0.5);
margin: 0;
} .rx-acct-step {
margin-bottom: 1.5rem;
}
.rx-acct-step__label {
display: flex;
align-items: center;
gap: 0.6rem;
font-size: 0.7rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.58);
margin-bottom: 0.85rem;
}
.rx-acct-step__num {
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.2);
font-size: 0.65rem;
font-weight: 700;
color: rgba(255, 255, 255, 0.5);
flex-shrink: 0;
} .rx-acct-ccy-row {
display: flex;
gap: 0.75rem;
}
.rx-acct-ccy-btn {
flex: 1 !important;
display: flex !important;
align-items: center !important;
gap: 0.85rem !important;
padding: 1rem 1.25rem !important;
border-radius: var(--rx-r-lg) !important;
border: 1px solid rgba(255, 255, 255, 0.09) !important;
background: rgba(255, 255, 255, 0.03) !important;
backdrop-filter: blur(8px) !important;
-webkit-backdrop-filter: blur(8px) !important;
color: rgba(255, 255, 255, 0.55) !important;
transition: border-color var(--rx-dur-fast), background var(--rx-dur-fast), color var(--rx-dur-fast) !important;
}
.rx-acct-ccy-btn:hover {
border-color: rgba(255, 255, 255, 0.2) !important;
background: rgba(255, 255, 255, 0.06) !important;
color: #fff !important;
}
.rx-acct-ccy-btn.is-active {
border-color: rgba(220, 79, 44, 0.5) !important;
background: rgba(220, 79, 44, 0.08) !important;
color: #fff !important;
box-shadow: 0 0 0 1px rgba(220, 79, 44, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.rx-acct-ccy-btn__symbol {
font-size: 1.4rem;
font-weight: 700;
line-height: 1;
color: var(--rx-orange-300);
width: 2rem;
text-align: center;
flex-shrink: 0;
}
.rx-acct-ccy-btn.is-active .rx-acct-ccy-btn__symbol {
color: var(--rx-orange);
}
.rx-acct-ccy-btn__info {
display: flex;
flex-direction: column;
gap: 0.15rem;
}
.rx-acct-ccy-btn__code {
font-size: 0.9375rem;
font-weight: 700;
letter-spacing: 0.04em;
line-height: 1;
}
.rx-acct-ccy-btn__name {
font-size: 0.7rem;
color: rgba(255, 255, 255, 0.6);
line-height: 1;
}
.rx-acct-ccy-btn.is-active .rx-acct-ccy-btn__name {
color: rgba(255, 255, 255, 0.55);
} .rx-acct-type-tabs {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
scrollbar-width: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
gap: 0;
margin-bottom: 2rem;
}
.rx-acct-type-tabs::-webkit-scrollbar { display: none; }
.rx-acct-type-tab {
flex-shrink: 0 !important;
display: inline-block !important;
padding: 0.7rem 1.1rem !important;
border: none !important;
border-bottom: 2px solid transparent !important;
border-radius: 0 !important;
background: none !important;
box-shadow: none !important;
color: rgba(255, 255, 255, 0.38) !important;
font-size: 0.8125rem !important;
font-weight: 500 !important;
letter-spacing: 0.02em !important;
white-space: nowrap !important;
margin-bottom: -1px !important;
transition: color 0.18s, border-color 0.18s !important;
}
.rx-acct-type-tab:hover {
color: rgba(255, 255, 255, 0.75) !important;
}
.rx-acct-type-tab.is-active {
color: #fff !important;
border-bottom-color: var(--rx-orange) !important;
}
.rx-acct-type-tab__badge {
display: inline-block;
font-size: 0.6rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
background: var(--rx-orange);
color: #fff;
padding: 0.15rem 0.4rem;
border-radius: var(--rx-r-pill);
margin-left: 0.35rem;
vertical-align: middle;
} .rx-acct-panels { position: relative; margin-top: 0; }
.rx-acct-card {
display: none;
width: 100%;
padding: clamp(1.75rem, 3vw, 2.5rem);
border-radius: var(--rx-r-xl);
position: relative; background: rgba(13, 19, 38, 0.62) !important;
backdrop-filter: blur(32px) saturate(150%) !important;
-webkit-backdrop-filter: blur(32px) saturate(150%) !important;
}
.rx-acct-card.is-active {
display: block;
animation: rx-acct-fadein 0.2s ease-out both;
}
@keyframes rx-acct-fadein {
from { opacity: 0; transform: translateY(5px); }
to   { opacity: 1; transform: translateY(0); }
} .rx-acct-card--featured {
border-color: rgba(220, 79, 44, 0.22) !important;
box-shadow:
0 0 0 1px rgba(220, 79, 44, 0.18),
0 32px 64px rgba(0, 0, 0, 0.4),
inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}
.rx-acct-card--featured::after {
content: 'Most Popular';
position: absolute;
top: 0; right: 2rem;
transform: translateY(-50%);
font-size: 9px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
background: linear-gradient(135deg, var(--rx-orange), var(--rx-orange-600));
color: #fff;
padding: 0.25rem 0.85rem;
border-radius: var(--rx-r-pill);
box-shadow: 0 4px 12px rgba(220, 79, 44, 0.4);
}
.rx-acct-card__badge { display: none; } .rx-acct-card__top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 1.5rem;
margin-bottom: 2rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.rx-acct-card__title {
font-size: clamp(1.6rem, 2.8vw, 2.2rem);
font-weight: 700;
font-style: normal !important;
color: #fff;
letter-spacing: -0.025em;
line-height: 1.1;
margin: 0 0 0.25rem;
}
.rx-acct-card__acct-name {
font-size: 0.7rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.28);
}
.rx-acct-card__note {
display: inline-block;
margin-top: 0.55rem;
font-size: 0.7rem;
color: var(--rx-orange-300);
padding: 0.25rem 0.65rem;
border-radius: var(--rx-r-pill);
background: rgba(220, 79, 44, 0.09);
border: 1px solid rgba(220, 79, 44, 0.18);
} .rx-acct-card__specs-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
}
.rx-acct-spec {
padding: 1.1rem 1.2rem;
border-right: 1px solid rgba(255, 255, 255, 0.06);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.rx-acct-spec:nth-child(5n)        { border-right: none; }
.rx-acct-spec__label {
font-size: 0.65rem;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.55);
margin-bottom: 0.4rem;
}
.rx-acct-spec__value {
font-size: clamp(1rem, 1.5vw, 1.2rem);
font-weight: 700;
color: #fff;
letter-spacing: -0.01em;
line-height: 1.2;
} .rx-acct-card__cta {
display: inline-flex !important;
align-items: center;
gap: 0.4rem;
padding: 0.6rem 1.15rem !important;
border-radius: var(--rx-r-pill) !important;
font-size: 0.8rem !important;
font-weight: 600 !important;
line-height: 1 !important;
white-space: nowrap !important;
text-decoration: none !important;
background: linear-gradient(135deg, var(--rx-orange), var(--rx-orange-600)) !important;
color: #fff !important;
box-shadow: 0 4px 14px rgba(220, 79, 44, 0.24);
transition: transform 0.15s, box-shadow 0.15s;
border: none !important;
}
.rx-acct-card__cta:hover {
transform: translateY(-1px);
box-shadow: 0 10px 28px rgba(220, 79, 44, 0.45);
color: #fff !important;
} .rx-highlights__placeholder {
font-size: clamp(2rem, 4vw, 3.5rem);
font-weight: 700;
color: rgba(255, 255, 255, 0.2);
letter-spacing: -0.02em;
}  .rx-highlights__word {
font-size: clamp(2.25rem, 4vw, 3.5rem);
font-weight: 800;
color: #fff;
letter-spacing: -0.03em;
line-height: 1;
text-transform: uppercase;
} @media (max-width: 900px) {
.rx-acct-card__specs-grid { grid-template-columns: repeat(3, 1fr); }
.rx-acct-spec:nth-child(5n)        { border-right: 1px solid rgba(255,255,255,0.06); }
.rx-acct-spec:nth-child(3n)        { border-right: none; }
}
@media (max-width: 640px) {
.rx-acct-ccy-row { flex-direction: column; }
.rx-acct-ccy-btn { flex: none; width: 100%; }
.rx-acct-card__specs-grid { grid-template-columns: repeat(2, 1fr); }
.rx-acct-spec:nth-child(3n)        { border-right: 1px solid rgba(255,255,255,0.06); }
.rx-acct-spec:nth-child(2n)        { border-right: none; }
.rx-acct-card__top { flex-direction: column; gap: 1rem; }
}  body.page-id-2168 .rx-testimonials.rx-section--dark {
background: var(--rx-navy-500); border-top: 1px solid rgba(255, 255, 255, 0.06);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
} .rx-slider-btn:disabled {
opacity: 0.28 !important;
cursor: default !important;
pointer-events: none !important;
}  body.page-id-2168 .elementor-element.elementor-element-9442afd:not(.elementor-motion-effects-element-type-background),
body.page-id-2168 .elementor-element.elementor-element-9442afd > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-color: rgba(7, 10, 24, 0.88) !important;
backdrop-filter: blur(16px) !important;
-webkit-backdrop-filter: blur(16px) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
} body.page-id-2168 .elementor-element.elementor-element-b0af598 .elementor-nav-menu--main .elementor-item {
color: rgba(255, 255, 255, 0.82) !important;
fill:  rgba(255, 255, 255, 0.82) !important;
}
body.page-id-2168 .elementor-element.elementor-element-b0af598 .elementor-nav-menu--main .elementor-item:hover,
body.page-id-2168 .elementor-element.elementor-element-b0af598 .elementor-nav-menu--main .elementor-item:focus {
color: #fff !important;
fill:  #fff !important;
}
body.page-id-2168 .elementor-element.elementor-element-b0af598 .elementor-nav-menu--main .elementor-item.elementor-item-active {
color: var(--rx-orange-300) !important;
} body.page-id-2168 .elementor-element.elementor-element-b0af598 .elementor-nav-menu--dropdown,
body.page-id-2168 .elementor-element.elementor-element-8a4d491 .elementor-nav-menu--dropdown {
background-color: rgba(9, 13, 30, 0.96) !important;
border: 1px solid rgba(255, 255, 255, 0.09) !important;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
body.page-id-2168 .elementor-element.elementor-element-b0af598 .elementor-nav-menu--dropdown a,
body.page-id-2168 .elementor-element.elementor-element-b0af598 .elementor-menu-toggle,
body.page-id-2168 .elementor-element.elementor-element-8a4d491 .elementor-nav-menu--dropdown a,
body.page-id-2168 .elementor-element.elementor-element-8a4d491 .elementor-menu-toggle {
color: rgba(255, 255, 255, 0.82) !important;
fill:  rgba(255, 255, 255, 0.82) !important;
}
body.page-id-2168 .elementor-element.elementor-element-b0af598 .elementor-nav-menu--dropdown a:hover,
body.page-id-2168 .elementor-element.elementor-element-8a4d491 .elementor-nav-menu--dropdown a:hover {
background-color: rgba(255, 255, 255, 0.06) !important;
color: #fff !important;
} body.page-id-2168 .newSignUpBtn {
background-color: rgba(255, 255, 255, 0.06) !important;
border-color: rgba(255, 255, 255, 0.22) !important;
}
body.page-id-2168 .newSignUpBtn li {
color: rgba(255, 255, 255, 0.85) !important;
} body.page-id-2168 .elementor-element.elementor-element-b0af598 div.elementor-menu-toggle,
body.page-id-2168 .elementor-element.elementor-element-8a4d491 div.elementor-menu-toggle {
color: rgba(255, 255, 255, 0.85) !important;
}
body.page-id-2168 .elementor-element.elementor-element-b0af598 div.elementor-menu-toggle svg,
body.page-id-2168 .elementor-element.elementor-element-8a4d491 div.elementor-menu-toggle svg {
fill: rgba(255, 255, 255, 0.85) !important;
} body.page-id-2168 .elementor-location-footer {
background: var(--rx-navy);
border-top: 1px solid rgba(255, 255, 255, 0.06);
}
body.page-id-2168 .elementor-location-footer .elementor-heading-title {
color: rgba(255, 255, 255, 0.9) !important;
}
body.page-id-2168 .elementor-location-footer .elementor-widget-text-editor,
body.page-id-2168 .elementor-location-footer p {
color: rgba(255, 255, 255, 0.55) !important;
}
body.page-id-2168 .elementor-location-footer .elementor-icon-list-text {
color: rgba(255, 255, 255, 0.6) !important;
}
body.page-id-2168 .elementor-location-footer .elementor-icon-list-icon i {
color: rgba(255, 255, 255, 0.35) !important;
}
body.page-id-2168 .elementor-location-footer .elementor-icon-list-icon svg {
fill: rgba(255, 255, 255, 0.35) !important;
}
body.page-id-2168 .elementor-location-footer a {
color: rgba(255, 255, 255, 0.6);
transition: color var(--rx-dur-fast);
}
body.page-id-2168 .elementor-location-footer a:hover {
color: #fff;
}
body.page-id-2168 .elementor-location-footer .elementor-widget-divider .elementor-divider-separator {
border-top-color: rgba(255, 255, 255, 0.1) !important;
}.rx-section.rx-bg-dark {
color: #fff;
}  img.rx-inline-logo,
.elementor img.rx-inline-logo {
display: inline-block; height: 1.8em;
width: auto;
vertical-align: -0.6em;
} .rx-btn {
display: inline-flex;
align-items: center;
gap: 0.6rem;
padding: 0.95rem 1.6rem;
border-radius: var(--rx-r-pill);
font-size: var(--rx-fs-sm);
font-weight: 600;
letter-spacing: 0.01em;
text-decoration: none;
cursor: pointer;
transition: transform var(--rx-dur-fast) var(--rx-ease-out),
box-shadow var(--rx-dur-fast) var(--rx-ease-out),
background var(--rx-dur-fast) var(--rx-ease-out);
border: 1px solid transparent;
}
.rx-btn--primary {
background: linear-gradient(135deg, var(--rx-orange) 0%, var(--rx-orange-600) 100%);
color: #fff;
box-shadow:
inset 0 1px 0 0 rgba(255, 255, 255, 0.25),
0 8px 24px rgba(220, 79, 44, 0.35);
}
.rx-btn--primary:hover {
transform: translateY(-1px);
box-shadow: 0 12px 32px rgba(220, 79, 44, 0.5);
}
.rx-btn--ghost {
background: rgba(255, 255, 255, 0.04);
color: #fff;
border-color: rgba(255, 255, 255, 0.16);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.rx-btn--ghost:hover {
background: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.28);
} a.rx-btn,
a.rx-btn:hover,
a.rx-btn:focus,
a.rx-btn:active {
text-decoration: none !important;
}
.rx-btn--primary,
.rx-btn--primary:hover,
.rx-btn--primary:focus,
.rx-btn--primary:active,
.rx-btn--ghost,
.rx-btn--ghost:hover,
.rx-btn--ghost:focus,
.rx-btn--ghost:active {
color: #fff !important;
} .rx-page-hero__inner {
display: flex;
flex-direction: column;
gap: var(--rx-s-3);
max-width: 820px;
}
.rx-page-hero--center .rx-page-hero__inner {
margin-inline: auto;
align-items: center;
text-align: center;
}
.rx-page-hero__eyebrow {
align-self: flex-start;
}
.rx-page-hero--center .rx-page-hero__eyebrow {
align-self: center;
}
.rx-page-hero__title {
font-size: clamp(2.5rem, 5.5vw, 4.5rem);
font-weight: 600;
line-height: 1.05;
letter-spacing: -0.02em;
margin: 0;
}
.rx-page-hero__sub {
font-size: var(--rx-fs-md);
line-height: 1.65;
opacity: 0.78;
max-width: 620px;
margin: 0;
}
.rx-page-hero__ctas {
display: flex;
flex-wrap: wrap;
gap: var(--rx-s-2);
margin-top: var(--rx-s-2);
} .rx-cards-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rx-cards-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rx-cards-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1024px) {
.rx-cards-grid--3,
.rx-cards-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
.rx-cards-grid--2,
.rx-cards-grid--3,
.rx-cards-grid--4 { grid-template-columns: 1fr; }
} .rx-cards-grid--center-last {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.rx-cards-grid--center-last > * {
flex: 0 1 calc((100% - (2 * var(--rx-s-3))) / 3);
}
@media (max-width: 1024px) {
.rx-cards-grid--center-last > * {
flex: 0 1 calc((100% - var(--rx-s-3)) / 2);
}
}
@media (max-width: 600px) {
.rx-cards-grid--center-last > * {
flex: 1 1 100%;
}
} .rx-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: clamp(2rem, 5vw, 5rem);
align-items: center;
}
.rx-split--media-left .rx-split__media {
order: -1;
}
.rx-split__copy {
display: flex;
flex-direction: column;
gap: var(--rx-s-3);
align-items: flex-start;
}
.rx-split__title {
font-size: clamp(1.75rem, 3.5vw, 3rem);
font-weight: 600;
line-height: 1.12;
letter-spacing: -0.02em;
margin: 0;
}
.rx-split__body {
font-size: var(--rx-fs-md);
line-height: 1.7;
opacity: 0.8;
}
.rx-split__body > :first-child { margin-top: 0; }
.rx-split__body > :last-child { margin-bottom: 0; }
.rx-split__media {
padding: var(--rx-s-2);
border-radius: var(--rx-r-xl);
overflow: hidden;
}
.rx-split__media img {
display: block;
width: 100%;
height: auto;
border-radius: calc(var(--rx-r-xl) - var(--rx-s-2));
} .rx-split__media--bare {
padding: 0;
border: 0;
border-radius: 0;
overflow: visible;
background: none;
-webkit-backdrop-filter: none;
backdrop-filter: none;
}
.rx-split__media--bare img {
border-radius: 0; filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
}
@media (max-width: 800px) {
.rx-split {
grid-template-columns: 1fr;
}
.rx-split--media-left .rx-split__media {
order: 0;
}
} .rx-cta-band__inner {
text-align: center;
max-width: 860px;
margin-inline: auto;
padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
color: #fff;
}
.rx-cta-band__title {
font-size: clamp(2rem, 4vw, 3.25rem);
font-weight: 600;
line-height: 1.1;
letter-spacing: -0.02em;
margin: 0 0 var(--rx-s-2);
}
.rx-cta-band__sub {
font-size: var(--rx-fs-md);
line-height: 1.65;
opacity: 0.8;
max-width: 560px;
margin: 0 auto var(--rx-s-4);
}
.rx-cta-band__ctas {
display: flex;
flex-wrap: wrap;
gap: var(--rx-s-2);
justify-content: center;
} .rx-faq {
max-width: 820px;
margin-inline: auto;
}
.rx-faq__list {
display: flex;
flex-direction: column;
gap: var(--rx-s-2);
}
.rx-faq__item {
padding: 0 var(--rx-s-3);
color: #fff;
}
.rx-faq__q {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--rx-s-2);
padding: var(--rx-s-3) 0;
font-size: var(--rx-fs-md);
font-weight: 600;
cursor: pointer;
list-style: none;
}
.rx-faq__q::-webkit-details-marker { display: none; }
.rx-faq__icon {
position: relative;
flex: 0 0 auto;
width: 18px;
height: 18px;
}
.rx-faq__icon::before,
.rx-faq__icon::after {
content: "";
position: absolute;
inset: 0;
margin: auto;
background: var(--rx-orange-300);
transition: transform var(--rx-dur-fast) var(--rx-ease-out), opacity var(--rx-dur-fast);
}
.rx-faq__icon::before { width: 18px; height: 2px; }
.rx-faq__icon::after  { width: 2px; height: 18px; }
.rx-faq__item[open] .rx-faq__icon::after { transform: rotate(90deg); opacity: 0; }
.rx-faq__a {
padding: 0 0 var(--rx-s-3);
font-size: var(--rx-fs-base);
line-height: 1.7;
opacity: 0.78;
}
.rx-faq__a > :first-child { margin-top: 0; }
.rx-faq__a > :last-child { margin-bottom: 0; } .rx-section.rx-faq-cat { padding-top: clamp(1.5rem, 3vw, 2.5rem); padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.rx-faq-cat > .rx-section__header { margin-bottom: clamp(1.25rem, 2.5vw, 2rem); }
body.rx-darksite .rx-page-hero:has(+ .rx-faq-search-section) { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); } .rx-faq-search-section { padding-top: clamp(1.5rem, 3vw, 2.5rem); padding-bottom: clamp(1rem, 2vw, 1.5rem); }
.rx-faq-search { max-width: 820px; margin-inline: auto; }
.rx-faq-search__box {
position: relative;
display: flex;
align-items: center;
}
.rx-faq-search__ic {
position: absolute;
left: 18px;
width: 18px;
height: 18px;
color: rgba(255, 255, 255, 0.42);
pointer-events: none;
} input.rx-faq-search__input {
width: 100%;
height: 50px;
padding: 0 20px 0 48px;
border-radius: var(--rx-r-pill, 999px);
border: 1px solid var(--rx-stroke-light);
background: rgba(255, 255, 255, 0.05);
color: #fff;
font-size: var(--rx-fs-sm);
font-family: inherit;
transition: border-color 160ms, background 160ms, box-shadow 160ms;
}
.rx-faq-search__input::placeholder { color: rgba(255, 255, 255, 0.4); }
input.rx-faq-search__input:focus {
outline: none;
border-color: rgba(240, 133, 102, 0.6);
background: rgba(255, 255, 255, 0.08);
box-shadow: 0 0 0 4px rgba(220, 79, 44, 0.16);
}
.rx-faq-search__empty {
max-width: 820px;
margin: var(--rx-s-3) auto 0;
text-align: center;
font-size: var(--rx-fs-sm);
color: rgba(255, 255, 255, 0.55);
}
.rx-faq-search__empty a { color: var(--rx-orange-300, #F08566); }
.rx-faq__item mark {
background: rgba(240, 133, 102, 0.28);
color: #fff;
border-radius: 3px;
padding: 0 1px;
} .rx-prose {
max-width: 760px;
margin-inline: auto;
}
.rx-prose__title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.1;
margin: 0.5rem 0 0;
}
.rx-prose__body {
font-size: var(--rx-fs-md);
line-height: 1.8;
color: var(--rx-ink-2);
}
.rx-prose__body h2 {
font-size: var(--rx-fs-xl);
font-weight: 600;
letter-spacing: -0.01em;
margin: 2.5rem 0 1rem;
}
.rx-prose__body h3 {
font-size: var(--rx-fs-lg);
font-weight: 600;
margin: 2rem 0 0.75rem;
}
.rx-prose__body p { margin: 0 0 1.25rem; }
.rx-prose__body a {
color: var(--rx-orange-600);
text-decoration: underline;
text-underline-offset: 2px;
}
.rx-prose__body ul,
.rx-prose__body ol {
margin: 0 0 1.25rem;
padding-left: 1.5rem;
}
.rx-prose__body li { margin-bottom: 0.5rem; }  body.page-id-161.rx-darksite .rx-page-hero { padding-bottom: clamp(1rem, 2vw, 1.5rem); }
body.page-id-161.rx-darksite .rx-page-hero + .rx-section { padding-top: clamp(1rem, 2vw, 1.5rem); }  body.page-id-435.rx-darksite .rx-page-hero { padding-bottom: clamp(1rem, 2vw, 1.5rem); }
body.page-id-435.rx-darksite .rx-page-hero + .rx-section { padding-top: clamp(1rem, 2vw, 1.5rem); } body.page-id-178.rx-darksite .rx-page-hero { padding-bottom: clamp(1rem, 2vw, 1.5rem); }
body.page-id-178.rx-darksite .rx-page-hero + .rx-section { padding-top: clamp(1rem, 2vw, 1.5rem); }  body.page-id-111.rx-darksite .rx-page-hero { padding-bottom: clamp(1rem, 2vw, 1.5rem); }
body.page-id-111.rx-darksite .rx-page-hero + .rx-section { padding-top: clamp(1rem, 2vw, 1.5rem); }  body.page-id-258.rx-darksite .rx-page-hero { padding-bottom: clamp(1rem, 2vw, 1.5rem); }
body.page-id-258.rx-darksite .rx-page-hero + .rx-section { padding-top: clamp(1rem, 2vw, 1.5rem); }  body.page-id-1906.rx-darksite .rx-page-hero { padding-bottom: clamp(1rem, 2vw, 1.5rem); }
body.page-id-1906.rx-darksite .rx-page-hero + .rx-section { padding-top: clamp(1rem, 2vw, 1.5rem); }body.rx-darksite {
background-color: var(--rx-navy);
color: #fff;
} body.rx-blogsite {
background-color: var(--rx-navy) !important;
}
body.rx-darksite .site-main,
body.rx-darksite .page-content,
body.rx-darksite .entry-content,
body.rx-darksite main {
background: transparent;
} body.rx-darksite .page-header { display: none; } body.rx-darksite a { text-decoration: none; }
body.rx-darksite .rx-section { position: relative; z-index: 1; } body.rx-darksite .rx-section__sub,
body.rx-darksite .rx-split__body,
body.rx-darksite .rx-cta-band__sub,
body.rx-darksite .rx-card-3d__body {
color: rgba(255, 255, 255, 0.72);
opacity: 1;
} body.rx-darksite .rx-page-hero {
overflow: hidden;
padding-top: clamp(4.5rem, 10vw, 8rem);
padding-bottom: clamp(4.5rem, 10vw, 8rem);
}
.rx-page-hero { position: relative; }
.rx-page-hero__deco { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.rx-page-hero__inner { position: relative; z-index: 2; }
.rx-page-hero__orb { position: absolute; border-radius: 50%; filter: blur(52px); opacity: 0.55; }
.rx-page-hero__orb--a {
width: 420px; height: 420px; top: -130px; left: -90px;
background: radial-gradient(circle, rgba(220, 79, 44, 0.55), transparent 70%);
}
.rx-page-hero__orb--b {
width: 460px; height: 460px; top: -70px; right: -100px;
background: radial-gradient(circle, rgba(109, 93, 246, 0.40), transparent 70%);
} .rx-page-hero__pane {
position: absolute;
display: flex;
flex-direction: column;
gap: 0.6rem;
padding: 0.95rem 1.05rem;
border-radius: var(--rx-r-lg);
background: rgba(255, 255, 255, 0.07);
border: 1px solid rgba(255, 255, 255, 0.14);
box-shadow: var(--rx-shadow-lg);
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px);
}
.rx-page-hero__pane--1 { width: 222px; left: 4%; bottom: 9%; transform: rotate(-6deg); }
.rx-page-hero__pane--2 { width: 166px; right: 6%; bottom: 15%; transform: rotate(6deg); }
.rx-page-hero__pane-row { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.rx-page-hero__pane-cap { font-size: var(--rx-fs-xs); font-weight: 600; letter-spacing: 0.02em; color: rgba(255, 255, 255, 0.6); }
.rx-page-hero__pane-up { font-size: var(--rx-fs-md); font-weight: 700; color: #3FD17A; }
.rx-spark { width: 100%; height: 38px; display: block; }
.rx-spark polyline { fill: none; stroke: var(--rx-orange-300); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.rx-bars { display: flex; align-items: flex-end; gap: 6px; height: 56px; }
.rx-bars span { flex: 1; border-radius: 4px 4px 2px 2px; background: linear-gradient(180deg, var(--rx-orange-300), var(--rx-orange)); }
.rx-page-hero__chip {
position: absolute;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.6rem 0.95rem;
border-radius: var(--rx-r-pill);
background: rgba(255, 255, 255, 0.09);
border: 1px solid rgba(255, 255, 255, 0.16);
box-shadow: var(--rx-shadow-md);
-webkit-backdrop-filter: blur(14px);
backdrop-filter: blur(14px);
font-size: var(--rx-fs-sm);
font-weight: 600;
color: #fff;
white-space: nowrap;
}
.rx-page-hero__chip--1 { left: 8%; top: 22%; }
.rx-page-hero__chip--2 { right: 6%; top: 30%; }
.rx-page-hero__chip strong { color: #3FD17A; margin-left: 0.15rem; }
.rx-page-hero__chip-dot { width: 8px; height: 8px; border-radius: 50%; background: #3FD17A; box-shadow: 0 0 0 4px rgba(63, 209, 122, 0.18); }
.rx-page-hero__chip-star { color: var(--rx-orange-300); letter-spacing: 1px; }
@media (max-width: 820px) {
.rx-page-hero__pane,
.rx-page-hero__chip { display: none; }
} body.rx-darksite .rx-split__media {
background: rgba(255, 255, 255, 0.05);
border: 1px solid var(--rx-line);
box-shadow: var(--rx-shadow-md);
} body.rx-darksite .rx-split__media--bare {
background: none;
border: 0;
box-shadow: none;
}
body.rx-darksite .rx-split:has(.rx-split__copy:only-child) {
grid-template-columns: minmax(0, 760px);
justify-content: center;
text-align: center;
}
body.rx-darksite .rx-split:has(.rx-split__copy:only-child) .rx-split__copy { align-items: center; } .rx-stats--panel {
background: rgba(255, 255, 255, 0.04);
border: 1px solid var(--rx-line);
border-radius: var(--rx-r-xl);
box-shadow: var(--rx-shadow-md);
-webkit-backdrop-filter: blur(14px);
backdrop-filter: blur(14px);
padding: clamp(2rem, 4vw, 3.25rem);
} body.rx-darksite .rx-prose__body { color: rgba(255, 255, 255, 0.78); }
body.rx-darksite .rx-prose__body h2,
body.rx-darksite .rx-prose__body h3 { color: #fff; }
body.rx-darksite .rx-prose__body a { color: var(--rx-orange-300); }.rx-header {
position: sticky;
top: 0;
z-index: var(--rx-z-nav, 100);
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
transition: border-color var(--rx-dur-fast) var(--rx-ease-out);
} .rx-header::before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
background: rgba(10, 14, 31, 0.66);
backdrop-filter: blur(18px) saturate(150%);
-webkit-backdrop-filter: blur(18px) saturate(150%);
transition: background var(--rx-dur-fast) var(--rx-ease-out);
}
.rx-header--scrolled { border-bottom-color: rgba(255, 255, 255, 0.1); }
.rx-header--scrolled::before { background: rgba(7, 10, 22, 0.9); }
.rx-header__inner {
max-width: 1320px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 1.5rem;
padding: 1.1rem clamp(1.25rem, 4vw, 4rem);
}
.rx-header__logo {
display: inline-flex;
margin-right: auto;
}
.rx-header__logo img {
height: 46px;
width: auto;
display: block;
} .rx-nav {
display: flex;
align-items: center;
gap: 2rem;
}
.rx-nav__list {
display: flex;
align-items: center;
gap: 1.7rem;
list-style: none;
margin: 0;
padding: 0;
}
.rx-nav__item { position: relative; }
.rx-nav__link {
display: inline-flex;
align-items: center;
gap: 0.3rem;
padding: 0.5rem 0;
color: rgba(255, 255, 255, 0.82);
font-size: 0.92rem;
font-weight: 500;
text-decoration: none;
transition: color var(--rx-dur-fast) var(--rx-ease-out);
}
.rx-nav__link:hover,
.rx-nav__item--has:focus-within .rx-nav__link { color: #fff; }
.rx-nav__caret {
width: 11px;
height: 11px;
opacity: 0.65;
transition: transform var(--rx-dur-fast) var(--rx-ease-out);
}
.rx-nav__item--has:hover .rx-nav__caret,
.rx-nav__item--has:focus-within .rx-nav__caret { transform: rotate(180deg); } .rx-nav__sub {
position: absolute;
top: 100%;
left: 0;
min-width: 210px;
margin: 0.55rem 0 0;
padding: 0.5rem;
list-style: none;
background: rgba(16, 20, 40, 0.97);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 14px;
box-shadow: var(--rx-shadow-lg);
opacity: 0;
visibility: hidden;
transform: translateY(6px);
transition: opacity var(--rx-dur-fast) var(--rx-ease-out),
transform var(--rx-dur-fast) var(--rx-ease-out),
visibility var(--rx-dur-fast);
}
.rx-nav__item--has:hover .rx-nav__sub,
.rx-nav__item--has:focus-within .rx-nav__sub {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.rx-nav__sub a {
display: block;
padding: 0.6rem 0.8rem;
border-radius: 8px;
color: rgba(255, 255, 255, 0.76);
font-size: 0.9rem;
text-decoration: none;
white-space: nowrap;
transition: background var(--rx-dur-fast) var(--rx-ease-out),
color var(--rx-dur-fast) var(--rx-ease-out);
}
.rx-nav__sub a:hover {
background: rgba(255, 255, 255, 0.06);
color: #fff;
} .rx-header__cta {
display: flex;
align-items: center;
gap: 0.7rem;
}
.rx-header__cta-group { position: relative; }
.rx-header .rx-header__cta-btn {
padding: 0.55rem 1.1rem;
font-size: 0.88rem;
}
.rx-nav__sub--cta { left: auto; right: 0; } .rx-header .rx-header__toggle,
.rx-header .rx-header__cta-btn,
.rx-header .rx-nav__close,
.rx-mobilebar .rx-mobilebar__btn,
.rx-sheet .rx-sheet__cancel {
font-family: inherit;
-webkit-appearance: none;
appearance: none;
}
.rx-header .rx-btn--primary { background: linear-gradient(135deg, var(--rx-orange) 0%, var(--rx-orange-600) 100%); border-radius: var(--rx-r-pill); }
.rx-header .rx-btn--ghost   { background: rgba(255, 255, 255, 0.04); border-radius: var(--rx-r-pill); } .rx-header__toggle { display: none; } @media (max-width: 980px) {
.rx-header .rx-header__toggle {
display: flex;
flex-direction: column;
gap: 5px;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
padding: 0;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 10px;
cursor: pointer;
}
.rx-header__toggle span {
width: 20px;
height: 2px;
border-radius: 2px;
background: #fff;
transition: transform var(--rx-dur-fast) var(--rx-ease-out),
opacity var(--rx-dur-fast) var(--rx-ease-out);
}
.rx-header__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rx-header__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.rx-header__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.rx-nav {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: min(330px, 86vw);
flex-direction: column;
align-items: stretch;
gap: 0;
padding: 5.5rem 1.5rem 2rem;
background: rgba(9, 12, 26, 0.98);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-left: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: var(--rx-shadow-lg);
transform: translateX(100%);
transition: transform var(--rx-dur-base) var(--rx-ease-out);
overflow-y: auto;
}
.rx-nav--open { transform: translateX(0); }
.rx-nav__list { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
.rx-nav__item { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.rx-nav__link { padding: 0.95rem 0; justify-content: space-between; font-size: 1rem; }
.rx-nav__sub {
position: static;
opacity: 1;
visibility: visible;
transform: none;
min-width: 0;
margin: 0 0 0.6rem;
padding: 0 0 0 0.9rem;
background: transparent;
border: none;
box-shadow: none;
backdrop-filter: none;
}
.rx-nav__sub a { padding: 0.55rem 0; }
body.rx-nav-open { overflow: hidden; }
} .rx-nav__close,
.rx-nav-scrim,
.rx-mobilebar,
.rx-sheet { display: none; }
@media (max-width: 980px) { .rx-header__cta { display: none !important; } .rx-nav { padding-top: 4.75rem; z-index: var(--rx-z-nav, 100); } .rx-header .rx-nav__close {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
top: 1.15rem;
right: 1.15rem;
width: 40px;
height: 40px;
padding: 0;
color: #fff;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 10px;
cursor: pointer;
}
.rx-header .rx-nav__close svg { width: 20px; height: 20px; }
.rx-header .rx-nav__close:hover { background: rgba(255, 255, 255, 0.12); } .rx-nav-scrim {
display: block;
position: fixed;
inset: 0;
z-index: 95; background: rgba(5, 8, 18, 0.55);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
opacity: 0;
visibility: hidden;
transition: opacity var(--rx-dur-fast) var(--rx-ease-out), visibility var(--rx-dur-fast);
}
.rx-nav-scrim.is-open { opacity: 1; visibility: visible; } body.rx-nav-open .rx-header { z-index: 10001; }
body.rx-nav-open .rx-nav-scrim { z-index: 10000; } .rx-mobilebar {
display: flex;
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 90;
padding: 0;
padding-bottom: env(safe-area-inset-bottom, 0px);
background: rgba(9, 12, 26, 0.92);
backdrop-filter: blur(18px) saturate(150%);
-webkit-backdrop-filter: blur(18px) saturate(150%);
border-top: 1px solid rgba(255, 255, 255, 0.09);
box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.35);
transition: transform var(--rx-dur-base) var(--rx-ease-out);
} body.rx-nav-open .rx-mobilebar { transform: translateY(120%); }
.rx-mobilebar .rx-mobilebar__btn {
flex: 1 1 0;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.55rem;
padding: 1.15rem 1rem;
border: 0;
border-radius: 0;
font-size: 1rem;
font-weight: 600;
line-height: 1;
letter-spacing: 0.01em;
text-decoration: none;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.rx-mobilebar__ic { width: 20px; height: 20px; flex: none; } .rx-mobilebar .rx-mobilebar__btn--login {
color: #fff;
background: rgba(255, 255, 255, 0.05);
border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.rx-mobilebar .rx-mobilebar__btn--login:active { background: rgba(255, 255, 255, 0.11); } .rx-mobilebar .rx-mobilebar__btn--signup {
color: #fff;
background: linear-gradient(135deg, var(--rx-orange) 0%, var(--rx-orange-600) 100%);
}
.rx-mobilebar .rx-mobilebar__btn--signup:active { filter: brightness(0.94); } body { padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px)); }
body.rx-sheet-open { overflow: hidden; } .rx-sheet {
display: block;
position: fixed;
inset: 0;
z-index: var(--rx-z-modal, 1000);
visibility: hidden;
}
.rx-sheet.is-open { visibility: visible; }
.rx-sheet__backdrop {
position: absolute;
inset: 0;
background: rgba(5, 8, 18, 0.6);
opacity: 0;
transition: opacity var(--rx-dur-fast) var(--rx-ease-out);
}
.rx-sheet.is-open .rx-sheet__backdrop { opacity: 1; }
.rx-sheet__panel {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0.75rem 1.1rem calc(1.4rem + env(safe-area-inset-bottom, 0px));
background: rgba(14, 18, 36, 0.98);
backdrop-filter: blur(22px);
-webkit-backdrop-filter: blur(22px);
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 22px 22px 0 0;
box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.5);
transform: translateY(100%);
transition: transform var(--rx-dur-base) var(--rx-ease-out);
}
.rx-sheet.is-open .rx-sheet__panel { transform: translateY(0); }
.rx-sheet__grip {
display: block;
width: 40px;
height: 4px;
margin: 0.2rem auto 0.9rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.22);
}
.rx-sheet__title {
margin: 0 0 0.9rem;
padding: 0 0.2rem;
font-size: 1.05rem;
font-weight: 600;
color: #fff;
}
.rx-sheet__options { display: flex; flex-direction: column; gap: 0.6rem; }
.rx-sheet__opt {
display: flex;
flex-direction: column;
gap: 0.15rem;
position: relative;
padding: 0.95rem 2.6rem 0.95rem 1.1rem;
border-radius: 14px;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
text-decoration: none;
}
.rx-sheet__opt:active { background: rgba(255, 255, 255, 0.1); }
.rx-sheet__opt-label { color: #fff; font-size: 1rem; font-weight: 600; }
.rx-sheet__opt-sub { color: rgba(255, 255, 255, 0.55); font-size: 0.82rem; }
.rx-sheet__opt-arrow {
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
width: 18px;
height: 18px;
color: rgba(255, 255, 255, 0.5);
}
.rx-sheet .rx-sheet__cancel {
width: 100%;
margin-top: 0.9rem;
padding: 0.9rem;
border-radius: 14px;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.8);
font-size: 0.95rem;
font-weight: 600;
cursor: pointer;
}
.rx-sheet .rx-sheet__cancel:active { background: rgba(255, 255, 255, 0.09); }
}.rx-footer {
position: relative;
z-index: 1;
background: linear-gradient(180deg, #0A0E1F 0%, #06091A 100%);
border-top: 1px solid rgba(255, 255, 255, 0.08);
color: rgba(255, 255, 255, 0.7);
padding: clamp(3rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 4rem) 1.75rem;
}
.rx-footer__inner {
max-width: 1320px;
margin: 0 auto;
} .rx-footer__top {
display: grid;
grid-template-columns: 1.7fr 1fr 1fr 1.3fr;
gap: clamp(2rem, 4vw, 4rem);
align-items: start;
}
.rx-footer__logo {
height: 32px;
width: auto;
display: block;
margin: 0 0 1.25rem;
}
.rx-footer__desc {
font-size: 0.9rem;
line-height: 1.6;
max-width: 290px;
margin: 0 0 1.4rem;
color: rgba(255, 255, 255, 0.6);
} .rx-footer__social {
display: flex;
gap: 0.6rem;
}
.rx-footer__social a {
width: 38px;
height: 38px;
border-radius: 50%;
display: grid;
place-items: center;
color: #fff;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.12);
transition: background var(--rx-dur-fast) var(--rx-ease-out),
border-color var(--rx-dur-fast) var(--rx-ease-out),
transform var(--rx-dur-fast) var(--rx-ease-out);
}
.rx-footer__social a:hover {
background: var(--rx-orange);
border-color: var(--rx-orange);
transform: translateY(-2px);
}
.rx-footer__social svg {
width: 17px;
height: 17px;
display: block;
} .rx-footer__heading {
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 0.14em;
font-weight: 600;
color: #fff;
margin: 0.35rem 0 1.1rem;
}
.rx-footer__col ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.7rem;
}
.rx-footer__col a {
color: rgba(255, 255, 255, 0.62);
text-decoration: none;
font-size: 0.92rem;
transition: color var(--rx-dur-fast) var(--rx-ease-out);
}
.rx-footer__col a:hover {
color: var(--rx-orange-300);
}
.rx-footer__reg,
.rx-footer__addr {
font-size: 0.86rem;
line-height: 1.6;
margin: 0 0 0.9rem;
color: rgba(255, 255, 255, 0.6);
}
.rx-footer__reg strong { color: rgba(255, 255, 255, 0.9); font-weight: 600; } .rx-footer__legal {
margin-top: clamp(2rem, 4vw, 3rem);
padding-top: 1.6rem;
border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.rx-footer__legal p {
font-size: 0.74rem;
line-height: 1.65;
color: rgba(255, 255, 255, 0.62);
max-width: none;
margin: 0;
text-align: justify;
text-justify: inter-word;
hyphens: auto;
}
.rx-footer__legal strong { color: rgba(255, 255, 255, 0.78); } .rx-footer__bottom {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 1rem;
margin-top: 1.5rem;
padding-top: 1.4rem;
border-top: 1px solid rgba(255, 255, 255, 0.06);
font-size: 0.8rem;
color: rgba(255, 255, 255, 0.5);
}
.rx-footer__bottom p { margin: 0; } @media (max-width: 880px) {
.rx-footer__top { grid-template-columns: 1fr 1fr; }
.rx-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
.rx-footer__top { grid-template-columns: 1fr; }
.rx-footer__bottom { flex-direction: column; gap: 0.4rem; }
}.rx-hyperspace {
position: fixed;
inset: 0;
z-index: 99999;
overflow: hidden;
background: #00000c;
opacity: 0;
pointer-events: none;
display: flex;
align-items: center;
justify-content: center;
}
.rx-hyperspace.is-active {
pointer-events: all;
} .rx-hyperspace__canvas {
position: absolute;
inset: 0;
width: 100% !important;
height: 100% !important;
display: block;
z-index: 0;
} .rx-hyperspace__bloom {
position: absolute;
inset: 0;
z-index: 1;
background: radial-gradient(
ellipse 55% 55% at 50% 50%,
rgba(80, 130, 255, 0.0) 0%,
rgba(80, 130, 255, 0.0) 35%,
rgba(0,   0,  20, 0.55) 100%
);
pointer-events: none;
} .rx-hyperspace__glow {
position: absolute;
left: 50%; top: 50%;
translate: -50% -50%;
width: 320px;
height: 320px;
border-radius: 50%;
background: radial-gradient(circle,
rgba(90, 160, 255, 0.45) 0%,
rgba(60, 100, 220, 0.18) 40%,
transparent 70%
);
pointer-events: none;
z-index: 1;
opacity: 0;
} .rx-hyperspace__flash {
position: absolute;
inset: 0;
z-index: 20;
background: #fff;
opacity: 0;
pointer-events: none;
} .rx-hyperspace__scene {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
perspective: 900px;
perspective-origin: 50% 50%;
} .rx-hyperspace__orbits {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
.rx-hyperspace__ring {
position: absolute;
border-radius: 50%;
will-change: transform;
}
.rx-hyperspace__ring--1 {
width: 340px;
height: 340px;
border: 1.5px solid rgba(220, 79, 44, 0.35);
box-shadow:
0 0 18px rgba(220, 79, 44, 0.12),
inset 0 0 18px rgba(220, 79, 44, 0.06);
}
.rx-hyperspace__ring--2 {
width: 560px;
height: 560px;
border: 1px solid rgba(120, 160, 255, 0.18);
box-shadow:
0 0 30px rgba(100, 150, 255, 0.06),
inset 0 0 30px rgba(100, 150, 255, 0.04);
}
.rx-hyperspace__ring--3 {
width: 820px;
height: 820px;
border: 1px solid rgba(220, 79, 44, 0.1);
} .rx-hyperspace__orbs {
position: absolute;
inset: 0;
pointer-events: none;
}
.rx-hyperspace__orb {
position: absolute;
border-radius: 50%;
will-change: transform;
}
.rx-hyperspace__orb--1 {
width: 14px; height: 14px;
top: calc(50% - 140px);
left: calc(50% - 220px);
background: radial-gradient(circle, rgba(220, 79, 44, 0.9) 0%, rgba(220, 79, 44, 0.1) 70%);
box-shadow: 0 0 16px rgba(220, 79, 44, 0.6), 0 0 32px rgba(220, 79, 44, 0.2);
}
.rx-hyperspace__orb--2 {
width: 10px; height: 10px;
top: calc(50% + 120px);
left: calc(50% + 200px);
background: radial-gradient(circle, rgba(100, 160, 255, 0.9) 0%, rgba(100, 160, 255, 0.1) 70%);
box-shadow: 0 0 14px rgba(100, 160, 255, 0.5), 0 0 28px rgba(100, 160, 255, 0.2);
}
.rx-hyperspace__orb--3 {
width: 8px; height: 8px;
top: calc(50% + 80px);
left: calc(50% - 260px);
background: radial-gradient(circle, rgba(200, 230, 255, 0.9) 0%, rgba(200, 230, 255, 0.1) 70%);
box-shadow: 0 0 12px rgba(200, 230, 255, 0.5);
} .rx-hyperspace__panel {
position: absolute;
left: 50%; top: 50%;
translate: -50% -50%;
width: min(480px, 90vw);
padding: 40px 36px 36px;
border-radius: 28px;
background: rgba(15, 20, 45, 0.55);
border: 1px solid rgba(255, 255, 255, 0.12);
backdrop-filter: blur(28px) saturate(1.6);
-webkit-backdrop-filter: blur(28px) saturate(1.6);
box-shadow:
0 0 0 1px rgba(220, 79, 44, 0.12),
0 8px 64px rgba(0, 0, 0, 0.6),
0 0 100px rgba(90, 130, 255, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
text-align: center;
z-index: 5;
will-change: transform;
} .rx-hyperspace__panel::before {
content: '';
position: absolute;
inset: -1px;
border-radius: 29px;
padding: 1px;
background: linear-gradient(
135deg,
rgba(220, 79, 44, 0.5) 0%,
rgba(255, 255, 255, 0.06) 40%,
rgba(100, 150, 255, 0.3) 100%
);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
}
.rx-hyperspace__logo-wrap {
margin-bottom: 20px;
display: flex;
justify-content: center;
}
.rx-hyperspace__logo {
width: 200px;
height: auto;
display: block; filter:
drop-shadow(0 0 12px rgba(239, 67, 35, 0.55))
drop-shadow(0 0 28px rgba(239, 67, 35, 0.22))
drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}
.rx-hyperspace__tagline {
font-size: 13px;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.38);
margin-bottom: 28px;
} .rx-hyperspace__progress {
height: 3px;
background: rgba(255, 255, 255, 0.08);
border-radius: 2px;
overflow: hidden;
}
.rx-hyperspace__bar {
height: 100%;
width: 0%;
border-radius: 2px;
background: linear-gradient(90deg, #DC4F2C 0%, #FF8A5E 50%, #a0c4ff 100%);
box-shadow: 0 0 8px rgba(220, 79, 44, 0.6);
} .rx-hyperspace__chips {
position: absolute;
inset: 0;
pointer-events: none;
}
.rx-hyperspace__chip {
position: absolute;
left: 50%; top:  50%;
display: flex;
align-items: center;
gap: 8px;
padding: 8px 14px;
border-radius: 40px;
background: rgba(15, 20, 50, 0.55);
border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
box-shadow:
0 4px 24px rgba(0, 0, 0, 0.35),
inset 0 1px 0 rgba(255, 255, 255, 0.08);
white-space: nowrap;
will-change: transform;
}
.rx-hyperspace__chip-sym {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.06em;
color: rgba(255, 255, 255, 0.55);
}
.rx-hyperspace__chip-val {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.02em;
font-variant-numeric: tabular-nums;
color: #4ADE80;
}
.rx-hyperspace__chip-val.is-down {
color: #FF8C8C;
}  .rx-hyperspace__skip {
position: absolute !important;
top: 28px !important;
right: 32px !important;
z-index: 10 !important;
display: inline-flex !important;
align-items: center !important;
gap: 6px !important;
padding: 8px 18px !important;
border-radius: 40px !important;
background: rgba(255, 255, 255, 0.06) !important;
border: 1px solid rgba(255, 255, 255, 0.12) !important;
backdrop-filter: blur(12px) !important;
-webkit-backdrop-filter: blur(12px) !important;
color: rgba(255, 255, 255, 0.45) !important;
font-size: 12px !important;
font-weight: 600 !important;
letter-spacing: 0.06em !important;
cursor: pointer !important;
transition: color 200ms, background 200ms, border-color 200ms !important;
}
.rx-hyperspace__skip:hover {
color: #fff !important;
background: rgba(255, 255, 255, 0.1) !important;
border-color: rgba(255, 255, 255, 0.2) !important;
} @media (prefers-reduced-motion: reduce) {
.rx-hyperspace {
display: none !important;
}
} @media (max-width: 640px) {
.rx-hyperspace__chip--1,
.rx-hyperspace__chip--2,
.rx-hyperspace__chip--3,
.rx-hyperspace__chip--4,
.rx-hyperspace__chip--5,
.rx-hyperspace__chip--6,
.rx-hyperspace__chip--7,
.rx-hyperspace__chip--8,
.rx-hyperspace__chip--9,
.rx-hyperspace__chip--10 {
display: none;
}
.rx-hyperspace__ring--2,
.rx-hyperspace__ring--3 {
display: none;
}
.rx-hyperspace__panel {
width: 88vw;
padding: 28px 20px 24px;
}
}.rx-bg-fx {
position: fixed;
inset: 0;
z-index: 0;
pointer-events: none; perspective: 1600px;
perspective-origin: 50% 40%; }  .rx-bg-fx__orb {
position: absolute;
border-radius: 50%;
will-change: transform;
} .rx-bg-fx__orb--1 {
width: 700px;
height: 600px;
top: -120px;
left: -180px;
background: radial-gradient(ellipse at 45% 45%,
rgba(220, 79, 44, 0.55) 0%,
rgba(220, 79, 44, 0.25) 35%,
rgba(220, 79, 44, 0.06) 60%,
transparent 75%
);
animation: rx-orb-a 24s ease-in-out infinite;
} .rx-bg-fx__orb--2 {
width: 840px;
height: 700px;
bottom: -200px;
right: -220px;
background: radial-gradient(ellipse at 55% 55%,
rgba(50, 100, 230, 0.50) 0%,
rgba(30, 75, 190, 0.22) 35%,
rgba(20, 60, 160, 0.07) 60%,
transparent 75%
);
animation: rx-orb-b 30s ease-in-out infinite;
} .rx-bg-fx__orb--3 {
width: 560px;
height: 560px;
top: 38%;
right: -120px;
background: radial-gradient(ellipse at center,
rgba(18, 185, 200, 0.42) 0%,
rgba(10, 165, 182, 0.15) 40%,
rgba(5, 140, 160, 0.04) 62%,
transparent 75%
);
animation: rx-orb-c 20s ease-in-out infinite;
} .rx-bg-fx__orb--4 {
width: 400px;
height: 400px;
top: 10%;
right: 6%;
background: radial-gradient(ellipse at center,
rgba(255, 120, 40, 0.40) 0%,
rgba(240, 100, 30, 0.14) 40%,
transparent 68%
);
animation: rx-orb-a 18s ease-in-out infinite reverse;
animation-delay: -6s;
} .rx-bg-fx__orb--5 {
width: 660px;
height: 500px;
bottom: 4%;
left: -140px;
background: radial-gradient(ellipse at 42% 48%,
rgba(120, 50, 220, 0.44) 0%,
rgba(90, 38, 180, 0.18) 38%,
rgba(70, 28, 150, 0.05) 60%,
transparent 75%
);
animation: rx-orb-b 26s ease-in-out infinite reverse;
animation-delay: -10s;
} .rx-bg-fx__orb--6 {
width: 460px;
height: 380px;
top: 58%;
left: 2%;
background: radial-gradient(ellipse at center,
rgba(60, 130, 255, 0.36) 0%,
rgba(40, 110, 240, 0.12) 40%,
transparent 68%
);
animation: rx-orb-c 22s ease-in-out infinite;
animation-delay: -8s;
} @keyframes rx-orb-a {
0%,  100% { transform: translate(0,     0)    scale(1);    }
28%        { transform: translate(28px, -22px) scale(1.04); }
62%        { transform: translate(-18px, 14px) scale(0.96); }
}
@keyframes rx-orb-b {
0%,  100% { transform: translate(0,     0)    scale(1);    }
38%        { transform: translate(-32px, 22px) scale(1.03); }
68%        { transform: translate(24px, -16px) scale(0.97); }
}
@keyframes rx-orb-c {
0%,  100% { transform: translate(0,    0)    scale(1);    }
50%        { transform: translate(16px, 28px) scale(1.05); }
}   .rx-bg-fx__shard {
position: absolute;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 16px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
transform-style: preserve-3d;
will-change: transform;
} .rx-bg-fx__shard::before {
content: "";
position: absolute;
inset: 0;
background-image:
linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
background-size: 22px 22px;
-webkit-mask-image: radial-gradient(ellipse at center, #000 55%, transparent 100%);
mask-image: radial-gradient(ellipse at center, #000 55%, transparent 100%);
} .rx-bg-fx__viz {
position: absolute;
inset: 16px;
opacity: 0.6;
overflow: visible;
}
.rx-bg-fx__viz polyline,
.rx-bg-fx__viz line {
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.rx-bg-fx__viz rect,
.rx-bg-fx__viz circle { fill: currentColor; stroke: none; }
.rx-bg-fx__viz .rx-bg-fx__node-line { stroke-width: 1; opacity: 0.5; } .rx-bg-fx__shard--1 {
width: 280px; height: 150px; top: 15%; left: 5%;
color: var(--rx-orange-300);
background: linear-gradient(135deg, rgba(220, 79, 44, 0.14) 0%, rgba(255, 255, 255, 0.03) 100%);
border-color: rgba(240, 133, 102, 0.28);
transform: rotateX(16deg) rotateY(-22deg) rotateZ(-6deg);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0 50px rgba(220, 79, 44, 0.12), 0 32px 60px -30px rgba(0, 0, 0, 0.55);
animation: rx-shard-a 21s ease-in-out infinite;
} .rx-bg-fx__shard--2 {
width: 175px; height: 250px; top: 40%; right: 5%;
color: #9a8bff;
background: linear-gradient(135deg, rgba(109, 93, 246, 0.14) 0%, rgba(255, 255, 255, 0.03) 100%);
border-color: rgba(140, 120, 255, 0.26);
transform: rotateX(12deg) rotateY(24deg) rotateZ(7deg);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 50px rgba(109, 93, 246, 0.12), 0 32px 60px -30px rgba(0, 0, 0, 0.55);
animation: rx-shard-b 25s ease-in-out infinite;
} .rx-bg-fx__shard--3 {
width: 300px; height: 120px; bottom: 18%; right: 10%;
color: #4fd2e6;
background: linear-gradient(135deg, rgba(43, 183, 240, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
border-color: rgba(80, 200, 240, 0.22);
transform: rotateX(22deg) rotateY(16deg) rotateZ(-5deg);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 50px rgba(43, 183, 240, 0.10), 0 32px 60px -30px rgba(0, 0, 0, 0.50);
animation: rx-shard-a 19s ease-in-out infinite reverse;
} .rx-bg-fx__shard--4 {
width: 200px; height: 175px; bottom: 28%; left: 7%;
color: #b58bff;
background: linear-gradient(135deg, rgba(120, 50, 220, 0.14) 0%, rgba(255, 255, 255, 0.03) 100%);
border-color: rgba(150, 90, 240, 0.24);
transform: rotateX(-16deg) rotateY(20deg) rotateZ(-9deg);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 46px rgba(120, 50, 220, 0.10), 0 32px 60px -30px rgba(0, 0, 0, 0.50);
animation: rx-shard-b 23s ease-in-out infinite reverse;
animation-delay: -7s;
} .rx-bg-fx__shard--5 {
width: 230px; height: 96px; top: 7%; right: 16%;
color: rgba(255, 170, 90, 0.9);
background: linear-gradient(135deg, rgba(255, 140, 60, 0.10) 0%, rgba(255, 255, 255, 0.03) 100%);
border-color: rgba(255, 150, 70, 0.18);
transform: rotateX(20deg) rotateY(-18deg) rotateZ(14deg);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 24px 50px -30px rgba(0, 0, 0, 0.50);
animation: rx-shard-a 17s ease-in-out infinite;
animation-delay: -4s;
} .rx-bg-fx__shard--6 {
width: 240px; height: 130px; top: 52%; left: 6%;
color: #3FD17A;
background: linear-gradient(135deg, rgba(63, 209, 122, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
border-color: rgba(80, 220, 140, 0.22);
transform: rotateX(18deg) rotateY(-20deg) rotateZ(5deg);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 46px rgba(63, 209, 122, 0.10), 0 32px 60px -30px rgba(0, 0, 0, 0.50);
animation: rx-shard-b 22s ease-in-out infinite;
} .rx-bg-fx__shard::after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
height: 45%;
background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.07), transparent);
animation: rx-scan 7s linear infinite;
}
.rx-bg-fx__shard--2::after { animation-delay: -2.5s; }
.rx-bg-fx__shard--3::after { animation-delay: -4s; }
.rx-bg-fx__shard--4::after { animation-delay: -1.2s; }
.rx-bg-fx__shard--5::after { animation-delay: -5s; }
.rx-bg-fx__shard--6::after { animation-delay: -3s; }
@keyframes rx-scan {
0%   { transform: translateY(-70%); opacity: 0; }
12%  { opacity: 1; }
88%  { opacity: 1; }
100% { transform: translateY(240%); opacity: 0; }
} .rx-bg-fx__shard--1 .rx-bg-fx__viz polyline,
.rx-bg-fx__shard--6 .rx-bg-fx__viz polyline {
stroke-dasharray: 5 7;
animation: rx-flow 2.6s linear infinite;
}
@keyframes rx-flow { to { stroke-dashoffset: -48; } } @keyframes rx-shard-a {
0%,  100% { translate: 0px   0px;  }
35%        { translate: 10px -16px; }
65%        { translate: -8px  12px; }
}
@keyframes rx-shard-b {
0%,  100% { translate: 0px    0px;  }
40%        { translate: -12px 18px; }
72%        { translate: 14px -10px; }
} .rx-bg-fx__streak {
position: absolute;
pointer-events: none;
will-change: translate, opacity;
} .rx-bg-fx__streak::before {
content: '';
position: absolute;
top: -2px;
left: 50%;
width: 3px;
height: 28px;
translate: -50% 0;
border-radius: 3px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.35) 55%, transparent);
box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.rx-bg-fx__streak--1 {
width: 2px;
height: 450px;
top: 5%;
left: 28%;
background: linear-gradient(
180deg,
transparent 0%,
rgba(255, 255, 255, 0.38) 10%,
rgba(220, 79, 44, 0.54) 20%,
rgba(255, 255, 255, 0.22) 42%,
rgba(220, 79, 44, 0.12) 70%,
transparent 100%
);
border-radius: 2px;
transform: rotate(-30deg);
animation: rx-streak-travel-1 17s linear infinite;
}
.rx-bg-fx__streak--2 {
width: 2px;
height: 330px;
bottom: 25%;
right: 30%;
background: linear-gradient(
180deg,
transparent 0%,
rgba(80, 140, 255, 0.48) 14%,
rgba(255, 255, 255, 0.26) 38%,
rgba(80, 140, 255, 0.10) 68%,
transparent 100%
);
border-radius: 2px;
transform: rotate(20deg);
animation: rx-streak-travel-2 21s linear infinite;
animation-delay: -9s;
}
.rx-bg-fx__streak--3 {
width: 2px;
height: 390px;
top: 55%;
left: 12%;
background: linear-gradient(
180deg,
transparent 0%,
rgba(255, 255, 255, 0.34) 10%,
rgba(120, 220, 200, 0.50) 20%,
rgba(255, 255, 255, 0.20) 44%,
rgba(120, 220, 200, 0.10) 70%,
transparent 100%
);
border-radius: 2px;
transform: rotate(68deg);
animation: rx-streak-travel-3 19s linear infinite;
animation-delay: -4s;
}
.rx-bg-fx__streak--4 {
width: 2px;
height: 360px;
top: 18%;
right: 14%;
background: linear-gradient(
180deg,
transparent 0%,
rgba(255, 200, 150, 0.40) 14%,
rgba(255, 255, 255, 0.24) 38%,
rgba(255, 200, 150, 0.10) 68%,
transparent 100%
);
border-radius: 2px;
transform: rotate(-72deg);
animation: rx-streak-travel-4 23s linear infinite;
animation-delay: -13s;
}
.rx-bg-fx__streak--5 {
width: 2px;
height: 320px;
top: 34%;
left: 62%;
background: linear-gradient(
180deg,
transparent 0%,
rgba(255, 255, 255, 0.36) 12%,
rgba(200, 120, 255, 0.50) 22%,
rgba(255, 255, 255, 0.20) 46%,
rgba(200, 120, 255, 0.10) 72%,
transparent 100%
);
border-radius: 2px;
transform: rotate(45deg);
animation: rx-streak-travel-5 25s linear infinite;
animation-delay: -17s;
}
.rx-bg-fx__streak--6 {
width: 2px;
height: 300px;
bottom: 10%;
left: 44%;
background: linear-gradient(
180deg,
transparent 0%,
rgba(255, 255, 255, 0.34) 12%,
rgba(90, 220, 140, 0.48) 22%,
rgba(255, 255, 255, 0.18) 46%,
rgba(90, 220, 140, 0.10) 72%,
transparent 100%
);
border-radius: 2px;
transform: rotate(-15deg);
animation: rx-streak-travel-6 20s linear infinite;
animation-delay: -6s;
}  @keyframes rx-streak-travel-1 {
0%   { translate: 22.5vh 39vh;   opacity: 0;    }
8%   {                            opacity: 1;    }
55%  {                            opacity: 0.55; }
100% { translate: -22.5vh -39vh; opacity: 0;    }
} @keyframes rx-streak-travel-2 {
0%   { translate: -12vh 33vh; opacity: 0;    }
8%   {                        opacity: 1;    }
55%  {                        opacity: 0.5;  }
100% { translate: 12vh -33vh; opacity: 0;    }
} @keyframes rx-streak-travel-3 {
0%   { translate: -33vh 13.5vh; opacity: 0;    }
8%   {                          opacity: 1;    }
55%  {                          opacity: 0.6;  }
100% { translate: 33vh -13.5vh; opacity: 0;    }
} @keyframes rx-streak-travel-4 {
0%   { translate: 33vh 10.5vh;   opacity: 0;    }
8%   {                           opacity: 1;    }
55%  {                           opacity: 0.55; }
100% { translate: -33vh -10.5vh; opacity: 0;    }
} @keyframes rx-streak-travel-5 {
0%   { translate: -28vh 28vh; opacity: 0;    }
8%   {                        opacity: 1;    }
55%  {                        opacity: 0.55; }
100% { translate: 28vh -28vh; opacity: 0;    }
} @keyframes rx-streak-travel-6 {
0%   { translate: 9vh 34vh;   opacity: 0;    }
8%   {                        opacity: 1;    }
55%  {                        opacity: 0.5;  }
100% { translate: -9vh -34vh; opacity: 0;    }
} @media (max-width: 768px) {
.rx-bg-fx__orb--3,
.rx-bg-fx__orb--6 { display: none; }
.rx-bg-fx__shard--2,
.rx-bg-fx__shard--4 { display: none; }
} @media (prefers-reduced-motion: reduce) {
.rx-bg-fx__orb,
.rx-bg-fx__shard,
.rx-bg-fx__shard::after,
.rx-bg-fx__viz polyline,
.rx-bg-fx__streak { animation: none; } .rx-bg-fx__streak { opacity: 0.35; }
}@media (max-width: 768px) { body .rx-page-hero__inner {
align-items: center;
text-align: center;
}
body .rx-page-hero__eyebrow { align-self: center; }
body .rx-page-hero__ctas { justify-content: center; } body .rx-split__copy {
align-items: center;
text-align: center;
} body .rx-card-3d { text-align: center; }
body .rx-card-3d__icon {
margin-left: auto;
margin-right: auto;
} body .rx-highlights__copy {
align-items: center;
text-align: center;
} body .rx-account-card {
align-items: center;
text-align: center;
} body .rx-dl-card {
align-items: center;
text-align: center;
} body .rx-cmp__card { text-align: center; }
body .rx-cmp__actions { justify-content: center; }
}