.landing{--landing-bg:var(--rina-navy-900,#0c1a3a);--landing-ink:#ffffff;--landing-muted:#b9c7dd;--landing-line:rgba(143,179,221,0.22);position:relative;overflow:hidden;background:radial-gradient(circle at 78% 42%,rgba(0,163,217,.16),transparent 46%),var(--landing-bg);color:var(--landing-ink);min-height:calc(100vh - 76px);min-height:calc(100svh - 76px);display:flex;align-items:center}.landing:before{content:"";position:absolute;inset:0;background-image:repeating-radial-gradient(circle at 78% 46%,transparent 0 88px,rgba(143,179,221,.05) 88px 89px);-webkit-mask-image:radial-gradient(circle at 78% 46%,#000 0,#000 22%,transparent 58%);mask-image:radial-gradient(circle at 78% 46%,#000 0,#000 22%,transparent 58%);pointer-events:none}.landing-inner{position:relative;width:100%;max-width:1320px;margin:0 auto;padding:36px 28px;display:grid;grid-template-columns:minmax(300px,.9fr) minmax(520px,1.1fr);grid-gap:48px;gap:48px;align-items:center}.landing-copy .landing-kicker{font-size:13px;font-weight:600;color:var(--rina-azure-400,#3fc1ec);margin-bottom:14px}.landing-copy h1{font-size:clamp(30px,3.4vw,46px);line-height:1.08;letter-spacing:-.02em;margin:0 0 18px;color:var(--landing-ink);max-width:14ch}.landing-copy p{font-size:15.5px;line-height:1.6;color:var(--landing-muted);margin:0 0 26px;max-width:52ch}.landing-copy .landing-note{margin-top:14px;font-size:13px;color:var(--rina-navy-300,#8fa3c4)}.orbit{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:18px;column-gap:18px;grid-row-gap:30px;row-gap:30px;padding:0 0 40px}.orbit-slot:nth-child(3n+2){transform:translateY(34px)}.orbit-slot{position:relative;height:150px}.orbit-slot:focus-within,.orbit-slot:hover{z-index:5}.orbit-card{position:absolute;inset:0 0 auto 0;min-height:100%;box-sizing:border-box;padding:14px 16px 12px;border-radius:14px;background:rgba(19,38,78,.72);border:1px solid var(--landing-line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--landing-ink);cursor:default;outline:none;animation:orbit-drift 7s ease-in-out infinite;transition:background-color .25s ease,color .25s ease,box-shadow .25s ease,border-color .25s ease,transform .25s ease}.orbit-slot:nth-child(2) .orbit-card{animation-delay:-1.2s;animation-duration:8s}.orbit-slot:nth-child(3) .orbit-card{animation-delay:-2.6s;animation-duration:6.5s}.orbit-slot:nth-child(4) .orbit-card{animation-delay:-3.4s;animation-duration:7.5s}.orbit-slot:nth-child(5) .orbit-card{animation-delay:-4.1s;animation-duration:8.5s}.orbit-slot:nth-child(6) .orbit-card{animation-delay:-5.3s;animation-duration:6.8s}@keyframes orbit-drift{0%,to{translate:0 0}50%{translate:0 -7px}}.orbit-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(0,163,217,.14);border:1px solid rgba(0,163,217,.35);margin-bottom:8px;transition:background-color .25s ease,border-color .25s ease}.orbit-card h3{font-size:14.5px;line-height:1.25;margin:0 0 4px;color:inherit}.orbit-teaser{font-size:12.5px;line-height:1.45;color:var(--landing-muted);margin:0;transition:color .25s ease}.orbit-detail{font-size:13px;line-height:1.55;margin:0;max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease,margin .25s ease}.orbit-card:focus-visible,.orbit-card:focus-within,.orbit-card:hover{z-index:5;animation-play-state:paused;background:#ffffff;color:var(--rina-navy-800,#0c1e42);border-color:rgba(0,163,217,.6);box-shadow:0 22px 48px rgba(0,12,40,.45),0 0 0 4px rgba(0,163,217,.18);transform:translateY(-6px) scale(1.04)}.orbit-card:focus-visible .orbit-icon,.orbit-card:hover .orbit-icon{background:rgba(0,163,217,.12);border-color:rgba(0,163,217,.5)}.orbit-card:focus-visible .orbit-teaser,.orbit-card:hover .orbit-teaser{color:var(--rina-grey-500,#5b6675)}.orbit-card:focus-visible .orbit-detail,.orbit-card:hover .orbit-detail{max-height:220px;opacity:1;margin-top:8px;color:var(--rina-grey-700,#2b3645)}@media (prefers-reduced-motion:reduce){.orbit-card{animation:none}.orbit-card,.orbit-detail{transition:none}}@media (max-width:1080px){.landing{min-height:0}.landing-inner{grid-template-columns:1fr;gap:32px;padding:40px 22px 48px}.orbit{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:0}.orbit-slot:nth-child(3n+2){transform:none}.orbit-slot{height:auto}.orbit-card{position:relative;inset:auto;animation:none}.orbit-teaser{display:none}.orbit-detail{max-height:none;opacity:1;margin-top:6px;color:var(--landing-muted)}.orbit-card:focus-visible,.orbit-card:focus-within,.orbit-card:hover{transform:none}}@media (max-width:620px){.orbit{grid-template-columns:1fr}}body:has(.landing){background:var(--rina-navy-900,#0c1a3a)}