.rh{--rh-accent:var(--rh-accent-light,#6d5ae6);--rh-accent-soft:color-mix(in srgb,var(--rh-accent) 11%,transparent);--rh-accent-line:color-mix(in srgb,var(--rh-accent) 36%,transparent);--rh-accent-glow:color-mix(in srgb,var(--rh-accent) 22%,transparent);--rh-accent-shadow:color-mix(in srgb,var(--rh-accent) 48%,transparent);--rh-bg:#f6f8fb;--rh-dot:#e7ebf1;--rh-border:#e6eaf0;--rh-card:#ffffff;--rh-text:#0f172a;--rh-sub:#64748b;--rh-muted:#94a3b8;--rh-hair:#cbd5e1;overflow:hidden;min-height:100dvh;display:flex;justify-content:center;padding:clamp(2.5rem,8vh,6rem) 1.5rem 2.5rem;background-color:var(--rh-bg);background-image:radial-gradient(var(--rh-dot) 1px,transparent 1px);background-size:24px 24px;color:var(--rh-text);font-family:var(--font-inter-tight),system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}.rh,.rh__wrap{position:relative}.rh__wrap{z-index:1;width:100%;max-width:1040px}.rh__glow{position:absolute;top:-180px;left:50%;width:720px;height:560px;z-index:0;pointer-events:none;background:radial-gradient(circle,var(--rh-accent-glow),transparent 62%);transform:translateX(-50%);animation:rh-drift 16s ease-in-out infinite}@keyframes rh-drift{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%,5%) scale(1.08)}}@keyframes rh-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.rh__toggle{position:absolute;top:1.25rem;right:1.25rem;z-index:3;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid var(--rh-border);background:var(--rh-card);color:var(--rh-sub);cursor:pointer;transition:color .18s ease,border-color .18s ease,transform .18s ease}.rh__toggle:hover{color:var(--rh-accent);border-color:var(--rh-accent-line);transform:translateY(-1px)}.rh__head{text-align:center;margin-bottom:2.75rem;animation:rh-up .6s cubic-bezier(.2,.7,.2,1) both}.rh__brand{display:inline-block;font-size:clamp(1.35rem,3.4vw,1.75rem);font-weight:700;letter-spacing:-.015em;line-height:1.15;color:var(--rh-text);margin:0 auto 2rem}.rh__logo-link{display:inline-block;text-decoration:none;transition:opacity .18s ease}.rh__logo-link:hover{opacity:.85}.rh__logo{display:block;height:auto;max-height:clamp(36px,6vw,46px);max-width:min(240px,100%);width:auto;-o-object-fit:contain;object-fit:contain;margin:0 auto 2rem}.rh__logo-wrap{display:inline-block}.rh__logo--dark{display:none}.rh__title{font-size:clamp(2rem,7.4vw,3rem);line-height:1.1;font-weight:650;letter-spacing:-.03em;margin:0 0 .85rem;color:var(--rh-text);white-space:nowrap}.rh__title-hl{color:var(--rh-accent)}.rh__rotate{display:inline-grid;overflow:hidden;vertical-align:bottom;padding-bottom:.08em}.rh__rotate-item{grid-area:1/1;white-space:nowrap;color:var(--rh-accent);opacity:0;transform:translateY(100%)}.rh__rotate-item.is-active{opacity:1;transform:translateY(0)}.rh__rotate-item.is-active,.rh__rotate-item.is-prev{transition:transform .55s cubic-bezier(.2,.7,.2,1),opacity .35s ease}.rh__rotate-item.is-prev{opacity:0;transform:translateY(-100%)}.rh__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){.rh__rotate-item.is-active,.rh__rotate-item.is-prev{transition:none}}.rh__sub{margin:0 auto 1.3rem;font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.5;color:var(--rh-sub);max-width:46ch}.rh__steps{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;justify-content:center;font-size:.84rem;color:var(--rh-muted)}.rh__steps-arw{display:inline-block;color:var(--rh-hair);animation:rh-arrow 1.7s ease-in-out infinite}.rh__steps>span:nth-child(4){animation-delay:.85s}@keyframes rh-arrow{0%,to{transform:translateX(-1px);opacity:.4}50%{transform:translateX(3px);opacity:1}}.rh__steps-last{color:var(--rh-accent);font-weight:500}.rh__grid-label{margin:0 0 .95rem;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--rh-muted);text-align:center}.rh__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rh__card{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;gap:13px;padding:20px 18px 18px;border:1px solid var(--rh-border);border-radius:16px;background:var(--rh-card);text-decoration:none;color:inherit;animation:rh-up .6s cubic-bezier(.2,.7,.2,1) both;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.rh__card:hover{border-color:var(--rh-accent-line);transform:translateY(-5px);box-shadow:0 18px 40px -18px var(--rh-accent-shadow)}.rh__spot{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .2s ease;background:radial-gradient(220px circle at var(--mx,50%) var(--my,50%),var(--rh-accent-soft),transparent 62%)}.rh__card:hover .rh__spot{opacity:1}.rh__ico{flex:none;width:50px;height:50px;border-radius:15px;align-items:center;justify-content:center;background:var(--rh-accent-soft);color:var(--rh-accent)}.rh__card-main,.rh__ico{position:relative;display:flex}.rh__card-main{flex-direction:column;gap:.18rem;min-width:0;width:100%}.rh__card-label{font-size:1.05rem;font-weight:600;letter-spacing:-.01em;color:var(--rh-text)}.rh__card-tag{font-size:.84rem;line-height:1.4;color:var(--rh-muted);max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rh__arw{position:absolute;top:20px;right:18px;color:var(--rh-accent);opacity:.32;transition:transform .18s ease,opacity .18s ease}.rh__card:hover .rh__arw{transform:translateX(4px);opacity:1}.rh__values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 2rem;margin-top:2.75rem;padding-top:2rem;border-top:1px solid var(--rh-border)}.rh__value{display:flex;align-items:flex-start;gap:12px}.rh__value-ico{flex:none;display:flex;color:var(--rh-accent);margin-top:1px}.rh__value-body{display:flex;flex-direction:column;gap:.28rem;min-width:0}.rh__value-title{font-size:.95rem;font-weight:600;letter-spacing:-.01em;color:var(--rh-text)}.rh__value-desc{font-size:.83rem;line-height:1.5;color:var(--rh-sub)}.rh__foot{margin-top:2.5rem;text-align:center;font-size:.8rem;color:var(--rh-muted)}@media (prefers-reduced-motion:reduce){.rh__card,.rh__glow,.rh__head,.rh__steps-arw{animation:none}}@media (max-width:860px){.rh__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rh__values{grid-template-columns:1fr;gap:1.1rem}}@media (max-width:600px){.rh__grid{grid-template-columns:1fr}.rh__toggle{top:1rem;right:1rem}}@media (prefers-color-scheme:dark){html:not(.lp-force-light) .rh{--rh-accent:#8b7bf0;--rh-bg:#0a0f1c;--rh-dot:#161f31;--rh-border:#1e293b;--rh-card:#111a2c;--rh-text:#f8fafc;--rh-sub:#94a3b8;--rh-muted:#64748b;--rh-hair:#334155}html:not(.lp-force-light) .rh__logo--chip{background:rgba(255,255,255,.92);border-radius:10px;padding:8px 12px;box-sizing:content-box}html:not(.lp-force-light) .rh__logo--light{display:none}html:not(.lp-force-light) .rh__logo--dark{display:block}}html.lp-force-dark .rh{--rh-accent:var(--rh-accent-dark,#8b7bf0);--rh-bg:#0a0f1c;--rh-dot:#161f31;--rh-border:#1e293b;--rh-card:#111a2c;--rh-text:#f8fafc;--rh-sub:#94a3b8;--rh-muted:#64748b;--rh-hair:#334155}html.lp-force-dark .rh__logo--chip{background:rgba(255,255,255,.92);border-radius:10px;padding:8px 12px;box-sizing:content-box}html.lp-force-dark .rh__logo--light{display:none}html.lp-force-dark .rh__logo--dark{display:block}