.Demo-module-scss-module__JRAneq__page{--bg:#0b0d11;--bg2:#0f1217;--surf:#161a22;--text:#f4f6f9;--soft:#c3c9d4;--muted:#8b93a4;--acc:#5681ff;--line:#ffffff1f;--line2:#fff3;--f:var(--font-familjen), "Familjen Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--ease:cubic-bezier(.2, .7, .2, 1);background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--f);-webkit-font-smoothing:antialiased;padding-bottom:40px;overflow-x:hidden}.Demo-module-scss-module__JRAneq__container{padding-inline:40px}@media (max-width:47.99rem){.Demo-module-scss-module__JRAneq__container{padding-inline:20px}}.Demo-module-scss-module__JRAneq__lab{letter-spacing:.16em;text-transform:uppercase;color:var(--acc);align-items:center;gap:8px;font-size:11px;font-weight:600;display:inline-flex}.Demo-module-scss-module__JRAneq__lab:before{content:"";border:1px solid var(--acc);border-radius:50%;width:6px;height:6px}.Demo-module-scss-module__JRAneq__topbar{border-bottom:1px solid var(--line);align-items:center;height:74px;display:flex}.Demo-module-scss-module__JRAneq__brand{letter-spacing:.12em;text-transform:uppercase;color:var(--text);transition:color .3s var(--ease);align-items:center;gap:9px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.Demo-module-scss-module__JRAneq__brand:hover{color:var(--acc)}.Demo-module-scss-module__JRAneq__brandArrow{color:var(--muted);transition:color .3s var(--ease)}.Demo-module-scss-module__JRAneq__brand:hover .Demo-module-scss-module__JRAneq__brandArrow{color:var(--acc)}.Demo-module-scss-module__JRAneq__brandMark{width:auto;height:25px;display:block}.Demo-module-scss-module__JRAneq__hero{border-bottom:1px solid var(--line);padding-block:96px 64px}@media (max-width:47.99rem){.Demo-module-scss-module__JRAneq__hero{padding-block:60px 44px}}.Demo-module-scss-module__JRAneq__heroTitle{text-transform:uppercase;letter-spacing:-.03em;max-width:16ch;margin-top:26px;font-size:clamp(38px,6vw,88px);font-weight:700;line-height:.98}.Demo-module-scss-module__JRAneq__acc{color:var(--acc)}.Demo-module-scss-module__JRAneq__heroSub{max-width:52ch;color:var(--soft);margin-top:28px;font-size:clamp(16px,2vw,19px);line-height:1.6}.Demo-module-scss-module__JRAneq__sec{border-bottom:1px solid var(--line);padding-block:96px}@media (max-width:47.99rem){.Demo-module-scss-module__JRAneq__sec{padding-block:60px}}.Demo-module-scss-module__JRAneq__sechead{flex-wrap:wrap;justify-content:space-between;gap:20px;margin-bottom:48px;display:flex}@media (max-width:47.99rem){.Demo-module-scss-module__JRAneq__sechead{margin-bottom:32px}}.Demo-module-scss-module__JRAneq__ix{letter-spacing:.14em;color:var(--muted);font-size:12px;font-weight:600}.Demo-module-scss-module__JRAneq__paths{gap:16px;display:grid}@media (min-width:48rem){.Demo-module-scss-module__JRAneq__paths{grid-template-columns:1fr 1fr}}.Demo-module-scss-module__JRAneq__pathCard{background:var(--bg2);border:1px solid var(--line);transition:border-color .3s var(--ease),transform .3s var(--ease);flex-direction:column;padding:36px;text-decoration:none;display:flex}@media (max-width:47.99rem){.Demo-module-scss-module__JRAneq__pathCard{padding:28px 22px}}.Demo-module-scss-module__JRAneq__pathCardAccent{border-color:var(--line2)}.Demo-module-scss-module__JRAneq__pathCardAccent:hover,.Demo-module-scss-module__JRAneq__pathCardAccent:focus-visible{border-color:var(--acc);transform:translateY(-3px)}.Demo-module-scss-module__JRAneq__pathN{letter-spacing:.1em;color:var(--acc);font-size:13px;font-weight:600}.Demo-module-scss-module__JRAneq__pathH{text-transform:uppercase;letter-spacing:-.01em;color:var(--text);margin:14px 0 12px;font-size:clamp(20px,2.4vw,27px);font-weight:700;line-height:1.1}.Demo-module-scss-module__JRAneq__pathDesc{color:var(--soft);max-width:42ch;font-size:15px;line-height:1.6}.Demo-module-scss-module__JRAneq__pathCta{letter-spacing:.06em;text-transform:uppercase;color:var(--acc);margin-top:20px;font-size:13px;font-weight:600}.Demo-module-scss-module__JRAneq__grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:40rem){.Demo-module-scss-module__JRAneq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem){.Demo-module-scss-module__JRAneq__grid{grid-template-columns:repeat(3,1fr)}}.Demo-module-scss-module__JRAneq__card{background:var(--surf);border:1px solid var(--line);transition:border-color .4s var(--ease),transform .4s var(--ease);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.Demo-module-scss-module__JRAneq__card:hover,.Demo-module-scss-module__JRAneq__card:focus-visible{border-color:var(--line2);transform:translateY(-4px)}.Demo-module-scss-module__JRAneq__cardImage{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.Demo-module-scss-module__JRAneq__cardImageImg{object-fit:cover;width:100%;height:100%;transition:transform .9s var(--ease);position:absolute;inset:0}.Demo-module-scss-module__JRAneq__card:hover .Demo-module-scss-module__JRAneq__cardImageImg{transform:scale(1.05)}.Demo-module-scss-module__JRAneq__cardImageFx{z-index:1;pointer-events:none;background:linear-gradient(#0b0d110d,#0b0d1173 100%);position:absolute;inset:0}.Demo-module-scss-module__JRAneq__cardBody{flex-direction:column;gap:10px;padding:28px 24px;display:flex}@media (max-width:47.99rem){.Demo-module-scss-module__JRAneq__cardBody{padding:24px 20px}}.Demo-module-scss-module__JRAneq__cardCity{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:11px;font-weight:600}.Demo-module-scss-module__JRAneq__cardName{text-transform:uppercase;letter-spacing:-.02em;color:var(--text);font-size:clamp(22px,2.6vw,30px);font-weight:700;line-height:1.05}.Demo-module-scss-module__JRAneq__cardMeta{color:var(--soft);font-size:14px;line-height:1.5}.Demo-module-scss-module__JRAneq__cardCta{letter-spacing:.06em;text-transform:uppercase;color:var(--acc);transition:opacity .2s var(--ease);margin-top:12px;font-size:13px;font-weight:600}.Demo-module-scss-module__JRAneq__card:hover .Demo-module-scss-module__JRAneq__cardCta{opacity:.8}.Demo-module-scss-module__JRAneq__foot{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:20px;padding-block:48px;font-size:12px;display:flex}@media (max-width:47.99rem){.Demo-module-scss-module__JRAneq__foot{flex-direction:column;gap:10px}}
