.ri-nav {
position: sticky;
top: 0;
z-index: 50;
background-color: #060e20;
border-bottom: 1px solid rgba(64,72,93,0.3);
backdrop-filter: blur(12px);
background: linear-gradient(to bottom, #0f1930, transparent);
}
.ri-nav-inner {
display: flex;
justify-content: space-between;
align-items: center;
width: -webkit-fill-available;
max-width: 1536px;
margin: 0 auto;
padding: 1.5rem 2rem;
}
.ri-nav-logo {
font-family: 'Noto Serif', Georgia, serif;
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 0.2em;
color: #a3a6ff;
text-decoration: none;
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
line-height: 1.9rem;
letter-spacing: 0.1em;
}
.ri-nav-links {
display: flex;
align-items: center;
gap: 2.5rem;
}
.ri-nav-link {
font-family: 'Noto Serif', Georgia, serif;
font-size: 12px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: rgba(222,229,255,0.7);
text-decoration: none;
transition: color 0.2s;
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 500;
line-height: 16px;
letter-spacing: -0.025em;
}
.ri-nav-link:hover {
color: #dee5ff;
}
.ri-nav-link-active {
font-family: 'Noto Serif', Georgia, serif;
font-size: 12px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #a3a6ff;
text-decoration: none;
border-bottom: 2px solid #a3a6ff;
padding-bottom: 0.25rem;
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 500;
line-height: 16px;
letter-spacing: -0.025em;
}
.ri-nav-actions {
display: flex;
align-items: center;
gap: 1.5rem;
}
.ri-nav-icon-btn {
background: none;
border: none;
cursor: pointer;
color: #a3a6ff;
font-size: 1.5rem;
padding: 0.5rem;
border-radius: 0.75rem;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s;
text-decoration: none;
line-height: 1.54rem;
}
.ri-nav-icon-btn:hover {
background-color: rgba(31,43,73,0.5);
}
.ri-btn-primary {
background: linear-gradient(to right, #a3a6ff, #6063ee);
color: #0f00a4;
font-weight: 700;
font-size: 0.875rem;
padding: 0.5rem 1.5rem;
border-radius: 0.375rem;
border: none;
cursor: pointer;
transition: opacity 0.15s, transform 0.1s;
white-space: nowrap;
text-decoration: none;
display: inline-block;
font-family: 'Inter', sans-serif;
font-style: normal;
line-height: 1.25rem;
}
.ri-btn-primary:hover {
opacity: 0.8;
}
.ri-btn-primary:active {
transform: scale(0.99);
opacity: 0.8;
}
.u-hidden {
display: none;
}

.ri-footer {
background-color: #000000;
padding-top: 48px;
padding-bottom: 48px;
border-top: 1px solid rgba(64,72,93,0.1);
}
.ri-footer-inner {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-left: 48px;
padding-right: 48px;
gap: 32px;
flex-wrap: wrap;
max-width: 1536px;
margin: 0 auto;
}
.ri-footer-copy {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.15em;
color: rgba(222,229,255,0.4);
}
.ri-footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 32px;
}
.ri-footer-link {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.15em;
color: rgba(222,229,255,0.4);
text-decoration: none;
transition: color 0.3s;
}
.ri-footer-link:hover {
color: #a3a6ff;
}
.ri-footer-icons {
display: flex;
gap: 24px;
}
.ri-footer-icon {
color: #47c4ff;
cursor: pointer;
font-size: 24px;
transition: color 0.2s;
border: none;
background: none;
display: flex;
align-items: center;
}
.ri-footer-icon:hover {
color: #a3a6ff;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Inter', sans-serif;
background-color: #060e20;
color: #dee5ff;
overflow-x: hidden;
}
.ri-font-serif {
font-family: 'Noto Serif', Georgia, serif;
}
.material-symbols-outlined {
font-family: 'Material Symbols Outlined';
font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
font-size: 24px;
line-height: 28px;
font-weight: normal;
font-style: normal;
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
user-select: none;
}
.ri-hero {
position: relative;
min-height: 921px;
display: flex;
align-items: center;
justify-content: center;
padding-top: 5rem;
padding-bottom: 8rem;
overflow: hidden;
background: radial-gradient(circle at center, #0f1930 0%, #060e20 100%);
}
.ri-hero-bg {
position: absolute;
inset: 0;
z-index: 0;
opacity: 0.2;
pointer-events: none;
}
.ri-hero-glow-primary {
position: absolute;
top: 25%;
left: 25%;
width: 24rem;
height: 24rem;
background-color: #a3a6ff;
border-radius: 0.75rem;
filter: blur(160px);
}
.ri-hero-glow-tertiary {
position: absolute;
bottom: 25%;
right: 25%;
width: 24rem;
height: 24rem;
background-color: #47c4ff;
border-radius: 0.75rem;
filter: blur(160px);
}
.ri-hero-grid {
position: absolute;
inset: 0;
background-image: radial-gradient(circle, #40485d 0.5px, transparent 0.5px);
background-size: 40px 40px;
}
.ri-hero-content {
position: relative;
z-index: 10;
max-width: 72rem;
margin: 0 auto;
padding: 0 2rem;
text-align: center;
}
.ri-hero-badge {
display: inline-block;
margin-bottom: 1.5rem;
padding: 0.375rem 1rem;
border-radius: 0.75rem;
border: 1px solid rgba(64,72,93,0.3);
background-color: rgba(20,31,56,0.4);
backdrop-filter: blur(12px);
}
.ri-hero-badge-text {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.75rem;
line-height: 0.79rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #47c4ff;
}
.ri-hero-h1 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 3rem;
line-height: 1.1;
letter-spacing: -0.025em;
margin-bottom: 2rem;
}
.ri-hero-h1-italic {
font-style: italic;
font-weight: 300;
color: #a3a6ff;
}
.ri-hero-subtitle {
max-width: 42rem;
margin: 0 auto;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1.125rem;
line-height: 1.625rem;
color: #a3aac4;
margin-bottom: 3rem;
}
.ri-hero-actions {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1.5rem;
flex-wrap: wrap;
margin-bottom: 4rem;
}
.ri-btn-hero-primary {
position: relative;
background: linear-gradient(to right, #a3a6ff, #6063ee);
color: #0f00a4;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1rem;
line-height: 1.5rem;
padding: 1.25rem 2.5rem;
border-radius: 0.375rem;
border: none;
cursor: pointer;
transition: all 0.2s;
text-decoration: none;
display: inline-block;
}
.ri-btn-hero-primary:hover {
box-shadow: 0 0 30px -5px rgba(163,166,255,0.4);
}
.ri-btn-hero-secondary {
background: none;
border: 1px solid rgba(163,166,255,0.2);
color: #a3a6ff;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 1.5rem;
padding: 1.25rem 2.5rem;
border-radius: 0.375rem;
cursor: pointer;
transition: all 0.2s;
text-decoration: none;
display: inline-block;
}
.ri-btn-hero-secondary:hover {
background-color: #192540;
}
.ri-hero-social-proof {
display: flex;
align-items: center;
justify-content: center;
gap: 1.5rem;
flex-wrap: wrap;
}
.ri-avatar-stack {
display: flex;
}
.ri-avatar-stack > * + * {
margin-left: -1rem;
}
.ri-avatar {
width: 3rem;
height: 3rem;
border-radius: 0.75rem;
border: 2px solid #060e20;
background-color: #192540;
display: flex;
align-items: center;
justify-content: center;
}
.ri-avatar-icon-primary {
color: #a3a6ff;
font-size: 0.875rem;
line-height: 0.915rem;
}
.ri-avatar-icon-secondary {
color: #fe932c;
font-size: 0.875rem;
line-height: 0.915rem;
}
.ri-avatar-icon-tertiary {
color: #47c4ff;
font-size: 0.875rem;
line-height: 0.915rem;
}
.ri-divider-line {
flex: 1.0;
height: 1px;
background: linear-gradient(to right, transparent, rgba(64,72,93,0.4), transparent);
}
.ri-vibration-badge {
display: flex;
align-items: center;
gap: 0.75rem;
}
.ri-vibration-icon {
color: #fe932c;
font-variation-settings: 'FILL' 1;
}
.ri-vibration-text {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.75rem;
line-height: 0.79rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #a3aac4;
}
.ri-bento {
padding-top: 8rem;
padding-bottom: 8rem;
padding-left: 2rem;
padding-right: 2rem;
max-width: 80rem;
margin: 0 auto;
}
.ri-bento-header {
margin-bottom: 5rem;
}
.ri-bento-h2 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 2.25rem;
line-height: 2.29rem;
margin-bottom: 1.5rem;
color: #dee5ff;
}
.ri-bento-subtitle {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 0.915rem;
letter-spacing: 0.1em;
color: #a3aac4;
max-width: 28rem;
text-transform: uppercase;
}
.ri-bento-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 1.5rem;
}
.ri-card-lg {
grid-column: span 7;
background-color: #0f1930;
border-radius: 0.375rem;
padding: 2.5rem;
border: 1px solid rgba(64,72,93,0.1);
position: relative;
overflow: hidden;
transition: border-color 0.3s;
}
.ri-card-lg:hover {
border-color: rgba(64,72,93,0.3);
}
.ri-card-sm {
grid-column: span 5;
background-color: #141f38;
border-radius: 0.375rem;
padding: 2.5rem;
border: 1px solid rgba(64,72,93,0.1);
transition: border-color 0.3s;
}
.ri-card-sm:hover {
border-color: rgba(64,72,93,0.3);
}
.ri-card-md {
grid-column: span 7;
background-color: #091328;
border-radius: 0.375rem;
padding: 2.5rem;
border: 1px solid rgba(64,72,93,0.1);
display: flex;
align-items: center;
gap: 2.5rem;
transition: border-color 0.3s;
}
.ri-card-md:hover {
border-color: rgba(64,72,93,0.3);
}
.ri-card-body-wrap {
display: flex;
flex-direction: column;
justify-content: space-between;
height: -webkit-fill-available;
position: relative;
z-index: 10;
}
.ri-card-bg-icon {
position: absolute;
top: 0;
right: 0;
padding: 2rem;
opacity: 0.1;
transition: opacity 0.3s;
pointer-events: none;
font-size: 8rem;
line-height: 8.04rem;
color: #dee5ff;
}
.ri-card-lg:hover .ri-card-bg-icon {
opacity: 0.2;
}
.ri-card-icon {
font-size: 2.25rem;
line-height: 2.29rem;
margin-bottom: 1.5rem;
display: block;
}
.ri-card-icon-primary {
color: #a3a6ff;
}
.ri-card-icon-secondary {
color: #fe932c;
}
.ri-card-icon-tertiary {
color: #47c4ff;
}
.ri-card-h3 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 1.875rem;
line-height: 1.915rem;
margin-bottom: 1rem;
color: #dee5ff;
}
.ri-card-h3-sm {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.54rem;
margin-bottom: 1rem;
color: #dee5ff;
}
.ri-card-p {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 1.625rem;
color: #a3aac4;
max-width: 24rem;
}
.ri-card-link-mt {
margin-top: 3rem;
}
.ri-card-link {
color: #47c4ff;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.875rem;
line-height: 0.915rem;
letter-spacing: 0.1em;
text-transform: uppercase;
text-decoration: none;
text-underline-offset: 8px;
transition: all 0.2s;
}
.ri-card-link:hover {
text-decoration: underline;
}
.ri-card-visual {
width: 50%;
flex-shrink: 0.0;
}
.ri-card-visual-inner {
aspect-ratio: 1;
width: -webkit-fill-available;
border-radius: 0.375rem;
background-color: #192540;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.ri-card-visual-conic {
position: absolute;
inset: 0;
opacity: 0.2;
background: conic-gradient(from 0deg at 50% 50%, #a3a6ff, #47c4ff, #fe932c, #a3a6ff);
}
.ri-card-visual-icon {
font-size: 3.75rem;
line-height: 3.79rem;
color: rgba(222,229,255,0.5);
}
.ri-card-list {
list-style: none;
margin-top: 1.5rem;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.ri-card-list-item {
display: flex;
align-items: center;
gap: 0.5rem;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.75rem;
line-height: 0.79rem;
letter-spacing: 0.05em;
text-transform: uppercase;
color: rgba(163,166,255,0.8);
}
.ri-card-list-dot {
width: 0.25rem;
height: 0.25rem;
border-radius: 0.75rem;
background-color: #a3a6ff;
flex-shrink: 0.0;
}
.ri-wave-divider {
position: relative;
padding-top: 5rem;
padding-bottom: 5rem;
padding-left: 2rem;
padding-right: 2rem;
max-width: 72rem;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.ri-wave-svg {
width: -webkit-fill-available;
height: 6rem;
opacity: 0.3;
}
.ri-faq {
padding: 8rem 2rem;
max-width: 56rem;
margin: 0 auto;
}
.ri-faq-h2 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 2.25rem;
line-height: 2.29rem;
margin-bottom: 3rem;
color: #dee5ff;
text-align: center;
}
.ri-faq-item {
border-bottom: 1px solid rgba(64,72,93,0.3);
padding: 1.25rem 0;
}
.ri-faq-question {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 1rem;
line-height: 1.5rem;
color: #dee5ff;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: color 0.2s;
background: none;
border: none;
width: -webkit-fill-available;
text-align: left;
padding: 0;
}
.ri-faq-question:hover {
color: #a3a6ff;
}
.ri-faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.ri-faq-answer.active {
max-height: 500px;
}
.ri-faq-answer-text {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 1.7;
color: #a3aac4;
padding-top: 0.75rem;
padding-bottom: 0.5rem;
}
.ri-faq-chevron {
font-size: 1.25rem;
line-height: 1.29rem;
transition: transform 0.2s;
flex-shrink: 0.0;
}
.ri-faq-question[aria-expanded='true'] .ri-faq-chevron {
transform: rotate(180deg);
}
.ri-cta {
padding-top: 8rem;
padding-bottom: 8rem;
padding-left: 2rem;
padding-right: 2rem;
}
.ri-cta-box {
max-width: 56rem;
margin: 0 auto;
background-color: #141f38;
border-radius: 0.375rem;
padding: 4rem;
text-align: center;
border: 1px solid rgba(64,72,93,0.1);
position: relative;
overflow: hidden;
}
.ri-cta-glow {
position: absolute;
top: -6rem;
left: -6rem;
width: 16rem;
height: 16rem;
background-color: rgba(163,166,255,0.1);
border-radius: 0.75rem;
filter: blur(80px);
pointer-events: none;
}
.ri-cta-content {
position: relative;
z-index: 10;
}
.ri-cta-h2 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 2.25rem;
line-height: 2.29rem;
margin-bottom: 2rem;
color: #dee5ff;
}
.ri-cta-p {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1.125rem;
line-height: 1.625rem;
color: #a3aac4;
max-width: 36rem;
margin: 0 auto 3rem;
}
.ri-btn-cta {
background: linear-gradient(to right, #a3a6ff, #6063ee);
color: #0f00a4;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1.125rem;
line-height: 1.5rem;
padding: 1.25rem 3rem;
border-radius: 0.375rem;
border: none;
cursor: pointer;
transition: transform 0.2s;
box-shadow: 0 10px 40px -10px rgba(96,99,238,0.4);
text-decoration: none;
display: inline-block;
}
.ri-btn-cta:hover {
transform: scale(1.05);
}
.ri-btn-cta:active {
transform: scale(0.95);
}

@media (max-width: 768px) {
.ri-nav-links {
display: none;
}
.ri-nav-inner {
padding: 16px 20px;
}
.ri-footer-inner {
flex-direction: column;
align-items: center;
text-align: center;
}
}

@media (max-width: 767px) {
.ri-bento-grid {
grid-template-columns: 1fr;
}
.ri-card-lg {
grid-column: span 1;
}
.ri-card-sm {
grid-column: span 1;
}
.ri-card-md {
grid-column: span 1;
flex-direction: column;
}
.ri-card-visual {
width: -webkit-fill-available;
}
.ri-hero {
min-height: 0;
padding-top: 3rem;
padding-bottom: 5rem;
}
.ri-hero-content {
padding: 0 1rem;
}
.ri-bento {
padding-left: 1rem;
padding-right: 1rem;
padding-top: 4rem;
padding-bottom: 4rem;
}
.ri-bento-h2 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 1.875rem;
line-height: 1.915rem;
}
.ri-cta {
padding-left: 1rem;
padding-right: 1rem;
}
.ri-cta-box {
padding: 2.5rem 1.5rem;
}
.ri-cta-h2 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 1.875rem;
line-height: 1.915rem;
}
.ri-faq {
padding: 3rem 1rem;
}
.ri-nav-inner {
padding: 1rem 1.25rem;
}
}

@media (min-width: 640px) {
.ri-hero-actions {
flex-direction: row;
}
}

@media (min-width: 768px) {
.ri-hero-h1 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 4.5rem;
line-height: 1.1;
letter-spacing: -0.025em;
}
.ri-hero-subtitle {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1.25rem;
line-height: 1.625rem;
}
.ri-bento-h2 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 3rem;
line-height: 3.04rem;
}
.ri-cta-h2 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 3rem;
line-height: 3.04rem;
}
.ri-bento-grid {
grid-template-columns: repeat(12, 1fr);
}
.ri-card-md {
flex-direction: row;
}
}

@media (min-width: 1024px) {
.ri-hero-h1 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 6rem;
line-height: 1.1;
letter-spacing: -0.025em;
}
}